BONUMMASTERPH

UNDERGROUND SECURITY LEVEL 1 SQLMAP

Aug 9th, 2020
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. UNDERGROUND SECURITY
  2. LEVEL 1 SQLMAP
  3.  
  4. Tutorial how to install SQLmap in Android Termux [Also work for non-rooted devices]
  5.  
  6. Requirements
  7. Termux :
  8. Download Link
  9. Hacker's Keyboard
  10. Download Link
  11.  
  12. Sqlmap GitHub
  13. https://github.com/sqlmapproject/sqlmap.git
  14. Difficulty
  15. Either choose between the following options:
  16.  
  17. Intermediate
  18. Procedure
  19. 1: Open Termux and type commandpkg update and press Enter.
  20. Now install the Python2 by command pkg install python2 and press Enter
  21. Install git by command pkg install git
  22. git.png
  23. 2: Now we are going to clone the Sqlmap
  24. Type command git clone https://github.com/sqlmapproject/sqlmap.git and press Enter
  25. git clone.png
  26.  
  27. GitHub link is also given in Requirements. Its a 59MB package wait until it downloads completely. Make sure you have a good and stable internet connection unless the error occurred. When it completes the download it must show this type of message shown in this screenshot.
  28. 59.74MIB.png
  29.  
  30. 3: After completing the downloading
  31. Type command ls to see the list of available files there.
  32. Type command cd sqlmap and press Enter. Now you are in sqlmap directory
  33. cd sql.png
  34. Type command ls to see the list of available files there.
  35. 4: Now we are going to install the Sqlmap
  36. Type command python2 sqlmap.py
  37. py sql.png
  38. start.png
  39.  
  40. 5: How to use?
  41. Type command python2 sqlmap.py -u (url) and press Enter.
  42.  
  43.  
Add Comment
Please, Sign In to add comment