PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

SQLMap Website Scanner & Exploit Finder

Go down

SQLMap Website Scanner & Exploit Finder Empty SQLMap Website Scanner & Exploit Finder

Post by jamied_uk 4th May 2017, 00:20




Code:
#!/bin/bash
# Example: ./run.sh target.com
#
# Site: github.com/sqlmapproject/sqlmap
#
var="$1"
if [ ! -d "sqlmap" ]; then
  git clone https://github.com/sqlmapproject/sqlmap.git
fi
#
cd sqlmap
python sqlmap.py -u $var
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum