mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-14 04:13:46 +01:00
Updated Usage (markdown)
This commit is contained in:
parent
6137f04f3d
commit
e5602a1aab
1 changed files with 1 additions and 1 deletions
2
Usage.md
2
Usage.md
|
|
@ -447,7 +447,7 @@ Example of valid syntax:
|
|||
$ python sqlmap.py -u "http://192.168.136.131/sqlmap/mysql/basic/get_int.php?id=1" \
|
||||
--auth-type Basic --auth-cred "testuser:testpass"
|
||||
|
||||
### HTTP protocol certificate authentication
|
||||
### HTTP protocol private key authentication
|
||||
|
||||
Option: `--auth-private`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue