bodja_b

SSLStrip

Jan 10th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. To install SSLStrip
  2.  
  3. If you're using Backtrack 5, SSLStrip should be installed already and located in the "/pentest/web/sslstrip" folder and can be run by typing "python sslstrip.py"
  4. For the users not using Backtrack 5, follow the directions below:
  5.  
  6. Firstly, install the dependencies required for SSLStrip, which include Python and a "twisted-web" Python module. Install these by using the apt-get command; type "apt-get install python" (use sudo [super user do] if you're not root or su) and then "apt-get install python-twisted-web"
  7. Once these dependencies are installed correctly by our apt-get, we can move on.
  8. Next, download the SSLStrip tar file.
  9. . Save to your desktop or home or any folder you can remember and navigate to.
  10. Make sure you navigate to this folder before issuing the commands below!
  11. Of course now we're going to extract the tar file with the command "tar -zxvf sslstrip-0.9.tar.gz" and then move into the newly created directory with "cd sslstrip-0.9"
  12. You should now be in that folder, check this by typing "pwd"
  13. Next, type "python ./setup.py install" and it should install without any errors. Again, if you're not root or a superuser, use the "sudo" command before the above command.
  14. JOB DONE...
Advertisement
Add Comment
Please, Sign In to add comment