M BUZZ CRAZE NEWS
// news

How to install social engineering toolkit?

By Sarah Rodriguez

When I searched for the social engineering toolkit I got the error "no such path or file".

I used this orders for installing it but without success.

be sure to install subversion before installing the selected tools.

(i did it)

svn co set/

and the link is not working anymore.

0

3 Answers

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 set/
cd set
pip install -r requirements.txt

Resources:

The URL you're using has been permanently redirected to , 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.

1

Download the files using

git clone set/

Install it via

cd set
python setup.py install
2