How to install social engineering toolkit?
Solution 1:
I wouldn't use whatever guide you are using, they moved their stuff to git several months ago:
sudo apt-get install git
git clone https://github.com/trustedsec/social-engineer-toolkit/ set/
cd set
pip install -r requirements.txt
Resources:
- https://github.com/trustedsec/social-engineer-toolkit/
Solution 2:
The URL you're using has been permanently redirected to http://www.trustedsec.com
, which looks to me like a website, not a Subversion repository.
You'll have to contact the owner of the repository for current information about its availability.