???????????WebScarab????????и?bug?????bug??????????????????????????????????WebScarab??binary?????????±????????????????????????
?????????????
??????????IE?????μ?snapshot??
????http://dawes.za.net/gitweb.cgi?p=webscarab.git;a=tree
????????????
????????????????????????????ANT??????????????JDK1.6???ANT1.8?????JDK???ANT????????ú?????????????
???????????
???????????WebScarab?????????????????????????????
????ant
?????????????????????ProGuard??
????ProGuard?????????????WebScarab??ANT????????????????и??μ?task???ProGuard??jar??
????<taskdef
????classpath="${proguard.location}/lib/proguard.jar"
????resource="proguard/ant/task.properties"
????/>
???????????google????????????http://proguard.sourceforge.net/ ?????μ?4.7???????????????????????????б?????jar????
??????α???
?????????????WebScarab?????????????proguad??task?????proguard.jar???${proguard.location}/lib/proguard.jar????????棬proguard.location????????????????????У??????ANT?????????????????????proguard.jar ?????WebScarab???????lib?????棬??????
????ant -Dproguard.location=.
????OK???????????????????WebScarab??dist?????棬??????
????java -jar ./webscarab-selfcontained-[numbers].jar
???????????????
??????????????
??????srcorgowaspwebscarabpluginfuzzParameter.java?? ??125?д??????£?
????if (contentType.equals("application/x-www-form-urlencoded"))
??????????ж???????HTTP?????HTTP content-type???form????????????????HTTP body?????????????????RFC2616 (http://www.ietf.org/rfc/rfc2616.txt)??
????Content-Type   = "Content-Type" ":" media-type
????media-type     = type "/" subtype *( ";" parameter )
????????滹??????????????????????????????????????????????????????????????????????HTTP Body??????????????????????

???????????????????????????ò???????
????if (contentType.indexOf("application/x-www-form-urlencoded") >= 0)
????????????????????????????????????????????????Ц