Open fanjingwei opened 3 years ago
Strange. Does starting calc.exe work? Which boofuzz version/commit are you using?
No,just print "[09:57.47] updating start commands to: [['calc.exe']]" TmT The boofuzz version is 0.3.0, installed by pip
Ok I was able to reproduce that problem on Windows; Linux works fine.
I currently don't have any debugger on Windows but I'll look into it when I find some time.
Thanks for reporting @fanjingwei!
thx
I want to fuzz a web service with "ProcessMonitor".The OS is win10. The boofuzz run on python 3.8.3.The web server run on python 2.7.18. The fuzz code is like this in FuzzWithMon.py:
I start fuzz like this:
I can see the cmd is send to monitor but no web server is start,the print is like this:
Has anyone ever had the same problem?thx