drk1wi / portspoof

Portspoof
http://drk1wi.github.io/portspoof/
Other
964 stars 147 forks source link

Portspoof crashes when using -f option #19

Closed h264 closed 7 years ago

h264 commented 8 years ago

My portspoof installation (running on an ARM device) is working well by using the service emulation mode ("portspoof -c /path/to/portspoof.conf -s /path/to/portspoof_signatures -D").

However, when using any fuzzing mode but the -1 one, for example: "portspoof -f /path/to/fuzzingfile.txt -D", Portspoof crashes instantly.

Maybe this is because a wrong syntax of the fuzzingfile.txt (some non-alphanumberic chars), but I don't know for sure.

drk1wi commented 7 years ago

Hi, This feature will be rewritten in the upcoming release. Could you send me a coredump for the latest app with debug symbols compiled in ? ./configure CFLAGS="-ggdb3 -O0" CXXFLAGS="-ggdb3 -O0" LDFLAGS="-ggdb3" then 'make' and before running portspoof enable dumps with this command ulimit -c unlimited.