Installing
-
2. Installing PIP3
How to Install Python 3 PIP in Fedora GNU/Linux
-
3. Installing Social Engineering Toolkit
Then to Install Social Engineering Toolkit on Fedora
First, Get the requirements File with:cd ~/Downloads
wget https://raw.githubusercontent.com/trustedsec/social-engineer-toolkit/master/requirements.txt
And then simply run:
pip3 install -r requirements.txt
Or in case:
sudo pip3 install -r requirements.txt
Contents