Installing SET (Social Engineering Toolkit) but no setup.py program anywhere

I have been trying to figure out why the toolkit is not displaying the setup.py program like it says everywhere to do. Am I missing a step somewhere?

Here's whats in the set file, as you see there is no setup.py

Edit: I already have done the pip install -r requirements.txt step. I even went into the actual set folder, theres nothig in there that has the setup.py program. I've been following videos, and even the actual steps. To no avail, is there anything else im doing wrong

1

1 Answer

pip3 -r install requirements.txt after that, try to see setoolkit directory or the other. that should be a setup.py in there. and then run python setup.py

or if you confused, you can read the README.md with command "cat README.md" hope this helpful🙏

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like