Jonas871 / raft

Automatically exported from code.google.com/p/raft
GNU General Public License v3.0
0 stars 0 forks source link

Request host value not correctly set within WebFuzzer #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Import Burp Log
2. Right Click a request in the "Responses" tab and send it to "Web Fuzzer"
3. Add a Marker and click start attack
4. Application would begin fuzzing. Application reports the following unhandled 
exception: "KeyError 'host'"

What is the expected output? What do you see instead?
Looks like the application isn't setting the requests "host" value. If I remove 
the ${host} marker and hardcode the hostname it works as expected. 

What version of the product are you using? On what operating system?
Latest version on Linux

Please provide any additional information below.

Original issue reported on code.google.com by rguti...@gmail.com on 16 Aug 2011 at 5:57

GoogleCodeExporter commented 8 years ago
This issue is fixed. Just pushed revision 52 that contains the fix. 

Original comment by nham...@gmail.com on 16 Aug 2011 at 6:37

GoogleCodeExporter commented 8 years ago
Yep. works

Original comment by rguti...@gmail.com on 16 Aug 2011 at 6:50