0

There is this software (SET) from Backtack 5 source that I found out about. But I don't know how to install this thing. Could somebody help me?

Here the link:

http://www.secmaniac.com/download/

muru
  • 193,181
  • 53
  • 473
  • 722
ie h Julian ec
  • 45
  • 2
  • 2
  • 5

1 Answers1

3

As the install instructions on the page you linked to say:

First:

Then as root:

svn co http://svn.secmaniac.com/social_engineering_toolkit set/
Rory Alsop
  • 2,799
  • 28
  • 35
  • 1
    I think it's possible that either installing Subversion or running `python install.py` is the step giving the OP problems if he's having trouble with the site's directions. Can you expand on those a little (i.e., how to install Subversion and how to get to the correct directory where the `install.py` script would be located)? – Knowledge Cube Jan 10 '12 at 15:16
  • 2
    The python bit was specific to artillery - on re-reading I realised the OP was just looking at SET. So I have added a link for installing subversion. – Rory Alsop Jan 10 '12 at 15:36
  • can you tech me step by step in to install his.What is subversion? – ie h Julian ec Jan 11 '12 at 04:12
  • @iehJulianec The specific command to install Subversion (a [revision control](http://en.wikipedia.org/wiki/Revision_control) program) via the Terminal is `sudo apt-get install subversion`, as provided by the [top answer](http://askubuntu.com/a/55548/18612) of the linked question. Alternatively, it can be found by searching for it in the Ubuntu Software Center. You need Subversion in order to run the command listed in the above answer, which checks out a copy of the software repository containing SET. – Knowledge Cube Jan 11 '12 at 05:57