A while back I wrote a little blog post about the installation of the Social Engineering Toolkit (SET) on Fedora. In the meantime the developers moved from svn to git. I haven’t used my installation in the last couple of months and so I decided to start from scratch.
1 |
git clone https://github.com/trustedsec/social-engineer-toolkit/ set |
I don’t run the setup.py
file instead I install the dependencies with yum
. Modify the path to your metasploit installation.
1 |
sudo sed -i 's|METASPLOIT_PATH=/opt/metasploit/apps/pro/msf3||METASPLOIT_PATH=/opt/metasploit-framework|g' config/set_config |
A directory for the log files was missing.
1 |
$ mkdir -p src/logs |
Now everything is setup and
set
is ready to run. Just hit Enter and accept the disclaimer.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
$ sudo ./set IMPORTANT NOTICE! The Social-Engineer Toolkit has made some significant changes due to the folder structure of Kali and FSH (Linux). All SET dynamic information will now be saved in the ~/.set directory not in src/program_junk. [!] Please note that you should use se-toolkit from now on. [!] Launching set by typing 'set' is going away soon... [!] If on Kali Linux, just type 'se-toolkit' anywhere... [!] If not on Kali, run python setup.py install and you can use se-toolkit anywhere... Press {return} to continue into SET. |