I will show you how to fix it.
The problem with set is that it has moved to a new repository and the pre-compiled version on BackTrack 5 R3 encounters errors because of that.
So, first of all, we will remove the SET package installed on our system:
Open up terminal and type:
dpkg -r setTo make sure it was erased, cd to:
/pentest/exploitsand list all files and directories:
lsIf you see a folder named "set", remove it:
rm -rf setNow we need to install SET from the new repisitory.
Staying in /pentest/exploits, type in terminal:
Wait for the installation to finish and you're done.git clone https://github.com/trustedsec/social-engineer-toolkit/ set/
SET should work by simply typing "set" into your terminal, however, if it does not work, you could always run it by going into:
/pentest/exploits/setFrom terminal, and then typing:
./setoolkitThat's it. SET is configured and functioning now.
No comments:
Post a Comment