indongsaeng

SQLmap

May 31st, 2013
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. How To Scan A Website For Vulnerabilities Using BackTrack - Uniscan
  2.  
  3. Credits : SecurityGeeks :)
  4.  
  5. Other information about this tutorial added by xW3s13y
  6.  
  7.  
  8.  
  9. OK LETS START
  10.  
  11. FIRST YOU NEED BACKTRACK 5 , ANY BACKTRACK VERSION BUT I RECCOMMEND USE VERSION 5 :D
  12.  
  13. DOWNLOAD HERE : http://www.backtrack-linux.org/downloads/
  14.  
  15. Download Uniscan HERE
  16. http://uniscan.sourceforge.net/?page_id=7
  17.  
  18.  
  19. F.A.Q : HOW ABOUT IF IM NOT A LINUX USER ?
  20. ANSWER : JUST USE VMWARE WORKSTATION , YOU CAN DOWNLOAD IT HERE
  21.  
  22. DOWNLOAD : http://expert2program.blogspot.com/2013/01/download-vmware-workstation-9-full-with.html OR http://www.saisoftwarecracks.com/2013/02/vmware-workstation-901-full-version.html#axzz2USM2CG11
  23.  
  24.  
  25.  
  26.  
  27. OK LETS START :)
  28.  
  29. INTRODUCTION :
  30. Hello guys, today I'm going to show you how to scan for vulnerabilities in a website, or all the websites in the server. In this tutorial I will use a program in BackTrack called UniScan. it's very easy to use, but very good in scanning.
  31.  
  32.  
  33. 1.First of all, open your terminal and type this command: ( cd /pentest/web/uniscan && ./uniscan.pl ) without Spaces and open and close parenthesis.
  34.  
  35. ---------------
  36. Something like this will be printed on your terminal. Now all we have to do is follow the instructions. First of all we need a target to scan, I've chose one already and I will use it in my pictures. To start the scan, first you have to check the options which you want to use in your scan.
  37.  
  38. SCREENSHOT : http://1.bp.blogspot.com/-SHojuJrjT-U/UJar4_hF5QI/AAAAAAAAAXo/VNW65toh7-o/s320/rsz_uniscan_-_how_to_scan_website_for_vulnerabilities.png
  39.  
  40.  
  41.  
  42. 2. HOW TO USE OPTIONS: Check the letter beside your option, and include it after the URL like this:
  43.  
  44. ./uniscan.pl -u http://www.website.com/ -b -q -d -w
  45.  
  46. or put them all together
  47.  
  48. ./uniscan.pl -u http://www.website.com/ -bqdw
  49.  
  50.  
  51. 3. This will start your scan with all the different options you included. NOTE:- NEVER FORGET THE FORWARD SLASH AT THE END OF THE LINK IN THE COMMEND!! Now the scan will start, and the terminal will look something like this :
  52.  
  53. SCREENSHOT : http://3.bp.blogspot.com/-Aw1jbG81jbo/UJawqqCP3LI/AAAAAAAAAX8/bw-gV0nCLis/s320/Uniscan+-+How+to+scan+website+for+vulnerabilities1.png
  54.  
  55.  
  56. -----------------------------------------------------------------------------
  57. This scan will scan for vulnerabilities like SQL-i / LFI / RFI and so on. It also searches for Webshells, backdoors, PHP info disclosure, Emails, and much more. Here are some examples:
  58.  
  59.  
  60. PHP.info() disclosure:
  61.  
  62. SCREENSHOT : http://1.bp.blogspot.com/-1IywX4axSRI/UJa20EYLZWI/AAAAAAAAAYY/EJMPlJjmPP8/s320/rsz_uniscan_-_how_to_scan_website_for_vulnerabilities3.png
  63.  
  64.  
  65.  
  66. External Links/Hosts:
  67.  
  68. SCREENSHOT : http://2.bp.blogspot.com/-UVMuMM10jus/UJa3JzsAyjI/AAAAAAAAAYo/7H8plH4b0Co/s320/rsz_uniscan_-_how_to_scan_website_for_vulnerabilities4.png
  69.  
  70.  
  71.  
  72. Source Code disclosure:
  73.  
  74. SCREENSHOT : http://4.bp.blogspot.com/-72kS_KfbjR4/UJa3bH-HMQI/AAAAAAAAAYw/HUreFdQdHYo/s320/rsz_uniscan_-_how_to_scan_website_for_vulnerabilities5.png
  75.  
  76.  
  77.  
  78. Dynamic Scan, Vulnerability Identification:
  79.  
  80. SCREENSHOT : http://1.bp.blogspot.com/-5g1oZy6oBa0/UJa3vIUVSrI/AAAAAAAAAY4/z0NbgpUbRGM/s320/rsz_uniscan_-_how_to_scan_website_for_vulnerabilities6.png
  81.  
  82. =================================================================
  83.  
  84.  
  85. 4.This program can also get all the sites in a server, and then you will be able to scan all of them. To do that, run this command:
  86. ./uniscan.pl -i "ip:127.0.0.1"
  87.  
  88. 5.Change 127.0.0.1 to your target server. All the websites will be stored in "sites.txt" in the same directory. Now to scan those sites in the list, run this command:
  89. ./uniscan.pl -f sites.txt -bqwd
  90.  
  91. 6. You can change the options to whatever you want.
  92. Thats it guys, thank you for reading :)
  93.  
  94.  
  95.  
  96.  
  97. ENJOY GUYS ! HAPPY EXPLOITING :D
  98.  
  99.  
  100.  
  101. ` XW3S13Y
Add Comment
Please, Sign In to add comment