i wrote
git clone https://github.com/trustedsec/social-engineer-toolkit/ setoolkit/
cd setoolkit
pip3 install -r requirements.txt
python setup.py
then i wrote
cd SEToolkit
then ls
i've found zero files on it.
i tried to install setoolkit again so write sudo apt install set
but unfortunately it outputted:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package set
what should i do to use to this tool's files?
You need to run setoolkit
as a root in Cloud Shell. I followed this document even this is old it still working. Inside the docs here are the steps :
sudo apt-get install git
sudo -sH
cd /opt
git clone https://github.com/trustedsec/social-engineer-toolkit/ setoolkit/
cd /opt/set
python setup.py install
Then, to start run:
setoolkit