Search code examples
google-cloud-shell

SEToolKit - Unable to locate package set


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?


Solution

  • 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 :

    1. sudo apt-get install git
    2. sudo -sH
    3. cd /opt
    4. git clone https://github.com/trustedsec/social-engineer-toolkit/ setoolkit/
    5. cd /opt/set
    6. python setup.py install

    Then, to start run:

    1. setoolkit