-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sulley does not capture any bytes to pcap files #64
Comments
Hey there, Can you give me some more info on your setup, and some debug messages? Thanks! |
Hi there, of course i can provide more details. I tried to keep as close
For the Setup i am running, it is just a WinXP SP3 Ger. in a virutal machine http://resources.infosecinstitute.com/fuzzing-vulnserver-with-sulley-part-3/ I hope these Information helps to fix this issue. If i can give you any other Kind regards, PolymathMonkey |
Are you attempting to fuzz it locally (sulley and the vulnerable program on On Mon, Oct 13, 2014 at 11:35 PM, PolymathMonkey notifications@github.com
|
Yes to that, but i also tied to let the network_monitor run on the linux host system. But with no success, when i run the nwmon on linux it only does one capture and then stops to iterate. |
Yeah, this is a known issue :( the windows TCP stack won't let you I'd recommend either setting up 2 VMs and fuzzing one to the other, or Moving forward I'm actually axing the pcap-to-get-your-payload model as On Tue, Oct 14, 2014 at 1:39 AM, PolymathMonkey notifications@github.com
|
Okay thanks i will try your suggestions and then i will give you some feedback :) |
Sweet! Let me know :) On Tue, Oct 14, 2014 at 11:33 PM, PolymathMonkey notifications@github.com
|
@PolymathMonkey @Fitblip Have you solved the problem? Sulley failed to log cap files.
|
#39 network_monitor broken in linux |
@all3g check the link @Fitblip posted. It explains the problem pretty good, in basic you have to do sniffing from a virtual LAN or such because sniffing from loopback in windows was a pain in the ass |
Yup, @PolymathMonkey is correct. Sniffing locally has always been an issue due to how the networking stacks work in each platform. @all3g your issue seems like it might actually be a configuration issue with VMWare though. Some cursory googling of your issue lead me to this -> https://communities.bmc.com/message/606551 |
Thanks @PolymathMonkey @Fitblip . It works.
|
Hi,
i have this specific Problem happening on one of my Lab environment Machines.
First of all i did the Sulley installation like the Wiki page suggested. And also network_monitor.py
and process_monitor.py work fine. But when i come to the point where i want to do some test fuzz'es to see if it works. Sulley claims something like "stopped PCAP thread, snagged 0 bytes of data". But on the other side on the second test machine the scripts run perfectly, And the network traffic gets written to the pcap files. If this is not really an issue please just close this ticket. Thanks in advance.
Kind regards,
Monkey
The text was updated successfully, but these errors were encountered: