Add a support tool to understand SQLMap.

Add a command generator tool for SQLMap to support both novice and expert users.
This commit is contained in:
Omar Salazar 2024-11-15 22:30:46 -05:00 committed by GitHub
parent 42b2b7ec05
commit 3904b87844
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,6 +69,10 @@ Learn & practice GCP Hacking: <img src="/.gitbook/assets/grte.png" alt="" data-s
-D <DB NAME> -T <TABLE NAME> -C <COLUMN NAME> #Dump column -D <DB NAME> -T <TABLE NAME> -C <COLUMN NAME> #Dump column
``` ```
Using [SQLMapping](https://taurusomar.github.io/sqlmapping/) it is a practical tool that generates commands and provides a complete overview, both basic and advanced, for SQLMap. It includes ToolTips that explain each aspect of the tool, detailing every option so that you can improve and understand how to use it efficiently and effectively
## Injection place ## Injection place
### From Burp/ZAP capture ### From Burp/ZAP capture