Issues using boofuzz in QEMU mode #645
Unanswered
Akshata-Thole
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to use boofuzz in QEMU mode and I get the following error trace :
I have used the following run command :
python3 ftp.py fuzz --web-port 26000 --target <target_ip>:<port> --stdout hide --restart-interval 32000 --target-start-wait 3.5 --qemu ftp --username <username>--password <password>
Based on my debugging, I see that in sessions.py to attach the debugger, it is using monitors that have been passed. However, I am not sure how qemu is being passed as a monitor to get attached as a debugger.
Relevant code in sessions.py:
@jtpereyda Can I get some help in running this correctly?
Beta Was this translation helpful? Give feedback.
All reactions