Skip to content
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

Running donut only brings up help menu #137

Closed
behindblackwalls opened this issue Sep 15, 2023 · 4 comments
Closed

Running donut only brings up help menu #137

behindblackwalls opened this issue Sep 15, 2023 · 4 comments

Comments

@behindblackwalls
Copy link

Hey there. I'm running Kali Linux

Linux kali 6.3.0-kali1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.3.7-1kali1 (2023-06-29) x86_64 GNU/Linux

Not sure what info is preferred, but I'm finding that whenever I run ./donut under any circumstances it just shows the help menu.

Ran this and nothing

./donut -a 1 -f Test.exe -c Test.Program -m Main

Just the help menu. I've rm -rf'ed the folder and redownloaded. Typed "make" again to reinstall but nothing.

@MexHigh
Copy link

MexHigh commented Sep 18, 2023

You don't specify a file which you want to create shellcode off of. The -f flag is for the shellcode format, not the input file.

@zer0u1tra
Copy link

zer0u1tra commented Sep 20, 2023

sudo ./donut -f 6 sh.exe

This also brings up the help menu; it seems like execution is broken. (Yes, the file is in the correct directory lol)

@MexHigh
Copy link

MexHigh commented Sep 21, 2023

Try sudo ./donut -f 6 -i sh.exe. I think they changed the way you provide the input file in 1.0.0. However, the help menu hasn't been adjusted yet.

@behindblackwalls
Copy link
Author

Try sudo ./donut -f 6 -i sh.exe. I think they changed the way you provide the input file in 1.0.0. However, the help menu hasn't been adjusted yet.

this was it, thank you friend!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants