mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 04:33:28 +00:00
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:
parent
42b2b7ec05
commit
3904b87844
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue