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

Unable to run ./format.sh command #2

Closed
mgraf2 opened this issue Feb 20, 2017 · 2 comments
Closed

Unable to run ./format.sh command #2

mgraf2 opened this issue Feb 20, 2017 · 2 comments

Comments

@mgraf2
Copy link

mgraf2 commented Feb 20, 2017

I created the sh.txt file using msfvenom, but when I run the ./format.sh script I get the following error:

image

I used Kali 2.0 and installed tdm-gcc per instructions.

Thanks,

@govolution
Copy link
Owner

Maybe you use 32bit kali? Try to compile sh_format.c with:
gcc -o sh_format sh_format.c
For the next step you need further to compile make_avet again:
gcc -o make_avet make_avet.c

@mgraf2
Copy link
Author

mgraf2 commented Feb 20, 2017

I was using 32bit kali, I did recompile both, and worked thanks!

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

2 participants