-
Notifications
You must be signed in to change notification settings - Fork 7
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
Testing desockmulti on server #3
Comments
You can direct start your server to test whether it works. When I ran your code and the following error shows:
Then I change the port to other uncommon port number like |
I finally make it work but afl give me odd output . |
I suggest you use AddressSanitizer (ASan) to build the program, either use it to re-run the crash input, or use ASan+AFL to instrument the program at the same time and use the instrumented program to fuzz directly. |
hello zyingp i have question on how desockmulti works
i write vulnerable server for testing desockmulti
and than i use afl to fuzz this program
but regarding of my buffer[30] or my input i cant get any error form this
i even test
USE_RAW_FORMAT=1 LD_PRELOAD=./desockmulti-master/desockmulti.so ss/server in/base_test.txt
to directly give input to sever but seems like its not working
Sorry for some newbie question and thanks for your time
The text was updated successfully, but these errors were encountered: