Sqlmap - By-22011556-105
Sqlmap - By-22011556-105
• It is a open source tool to use sql injection in better and simpler way.
• sqlmap Developed in python
• sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL
injection flaws and taking over of database servers.
• It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a
broad range of switches lasting from database fingerprinting, over data fetching from the database, to
accessing the underlying file system and executing commands on the operating system via out-of-band
connections.
Sqlmap developed by
--crawl 2
Verbosity
0: Show only python traceback, error and critical messages.
1: also show information and warning messages.
2: also show debug messages.
3: also show payloads injected.
4: also show http requests.
5: also show http response headers.
6: also show http responses’ page content.
Extracting Information With Sqlmap
RECOVER SESSION USER USING SQLMAP.
--current-user
http://niiconsulting.com/checkmate/2014/01/from-sql-injection-to-0wnage-using-sqlmap/
https://github.com/sqlmapproject/sqlmap/wiki/Usage
Thank you