Advertisement
ale12

pentest

Jun 9th, 2014
943
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. Penetration Testing Toolkit
  2. =======================
  3.  
  4.  
  5. A web interface to automate Scanning, Generating metasploit payload, Network Testing,Exploring CMS,Information Gathering,DNS Queries,IP Tools,Domain tools and much more
  6.  
  7.  
  8. Developed by Rakesh Pandey,rakeshpandey@karunya.edu.in
  9.  
  10. https://github.com/veerupandey/Penetration-Testing-Toolkit
  11.  
  12. Released under GPL see LICENSE for more information
  13.  
  14.  
  15. Installing
  16. =======================
  17.  
  18. git clone https://github.com/veerupandey/Penetration-Testing-Toolkit.git
  19.  
  20. Option 1(install.sh):
  21. ----------------------
  22. cd Penetration-Testing-Toolkit-master
  23.  
  24. chmod +x the install.sh
  25.  
  26. ./install.sh .
  27.  
  28. most of the dependencies will be installed but to use some modules(URL FUZZER and to Check if domain uses load balancing) you may need to install
  29. 'lbd' and 'uniscan' manually.
  30.  
  31. If you want you can add kali linux official repos (/etc/sources.list) in your Ubuntu (/etc/sources.list) just to install all the dependencies
  32.  
  33. Option 2(Manually):
  34. --------------------
  35.  
  36. 1.Unzip the downloaded zip file
  37.  
  38. 2.Go to the the directory where you extracted your file
  39.  
  40. cd Penetration-Testing-Toolkit-master
  41.  
  42. 3.Add user 'www-data' into /etc/sudoers file
  43.  
  44. echo "www-data ALL=(ALL:ALL) NOPASSWD:ALL">>/etc/sudoers
  45.  
  46. 4a.Add the Backbox and Backtrack repositories if you are running Ubuntu
  47.  
  48. 4b.If you are running kali linux,You don't need to add any repositories,but if you want you can add backbox linux repos
  49.  
  50. Install automater in kali :
  51.  
  52. wget https://launchpad.net/~backbox/+archive/three/+files/automater_1.2.1-0backbox1_all.deb
  53.  
  54. dpkg -i automater_1.2.1-0backbox1_all.deb
  55.  
  56. 5.Install apache2 and php
  57.  
  58. apt-get install apache2 php5 libapache2-mod-php5
  59.  
  60. 6.Copy 'lab' folder to your web root (/var/www)
  61.  
  62. cp -r lab /var/www
  63.  
  64. 7.Install the dependencies listed below by using apt-get or manually
  65.  
  66.  
  67. Dependencies
  68. =======================
  69. nmap, mingw32,siege, metasploit(msf), nikto, whatweb, sslyze, wapiti, amap, xprobe, dmitry, wpscan, joomscan, blindelephant, dnstracer, curl, lynx, mtr, fping, urlcrazy, automater, shellinabox, nbtscan,uniscan,lbd,weevely,amap
  70.  
  71. How To Use
  72. =======================
  73. open http://yourip/lab in your web browser
  74.  
  75.  
  76. Features
  77. =======================
  78.  
  79. * Includes web interface for different tools for web scanning like nmap,uniscan,lbd,wapiti,nikto,whatweb,sslyze etc
  80. * Generates metasploit payload for almost all operating systems (windows,linux,Apple osx,Android)
  81. * Generate backdoors for debian packages,exe files and pdf
  82. * Includes web interface for theharvester
  83. * Google hacking
  84. * Collect various types of datas from a URL
  85. * Includes cms-explorer i.e..scan wordpress,joomla,drpal,blindelephant scan etc
  86. * Includes DNS-related tools,IP tools,ping test,link extractor and checker,traceroute etc
  87. * Domain tools such as domain availability checker,page rank checker,domain age checker,alexa rank,whois lookup etc
  88. * Includes web interface for urlcrazy to generate and test domain typos
  89. * And much more.....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement