basicScandal / raft

Automatically exported from code.google.com/p/raft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request host value not correctly set within WebFuzzer

GoogleCodeExporter opened this issue · comments

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

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

  • Changed state: Fixed
Yep. works

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