mxmssh / manul

Manul is a coverage-guided parallel fuzzer for open-source and blackbox binaries on Windows, Linux and MacOS
Apache License 2.0
337 stars 66 forks source link

test_network.exe fuzzing config? #58

Open inxbus opened 4 years ago

inxbus commented 4 years ago

Hello.

I didn't understand network fuzzing config.

can you upload test_network.exe fuzzing config?

D:\Fuzz\manul-0.4>D:\Python38\python.exe D:\Fuzz\manul-0.4\manul.py -i in -o out -n 1 -c D:\Fuzz\manul-0.4\manul_win_network.config "D:\Fuzz\manul-0.4\test_network.exe" [ERROR] Your forgot to specify @@ for your target. Call manul.py -h for more details

D:\Fuzz\manul-0.4\manul.py -i innt -o outnt -n 1 -s --target_ip_port=127.0.0.1:7714 --target_protocol=udp "D:\Fuzz\manul-0.4\test_network.exe"

how can i without -s ??

thanks for your works.