mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-17 06:03:45 +03:00
Commit related to the #5878
parent
13c8f4376b
commit
46f85a4080
6
Usage.md
6
Usage.md
|
@ -2315,7 +2315,7 @@ python.org/pypi/websocket-client/
|
||||||
|
|
||||||
Switch: `--disable-coloring`
|
Switch: `--disable-coloring`
|
||||||
|
|
||||||
sqlmap by default uses coloring while writting to console. In case of undesired effects (e.g. console appearance of uninterpreted ANSI coloring codes like `\x01\x1b[0;32m\x02[INFO]`) you can disable console output coloring by using this switch.
|
sqlmap by default uses coloring while writing to console. In case of undesired effects (e.g. console appearance of uninterpreted ANSI coloring codes like `\x01\x1b[0;32m\x02[INFO]`) you can disable console output coloring by using this switch.
|
||||||
|
|
||||||
### Use Google dork results from specified page number
|
### Use Google dork results from specified page number
|
||||||
|
|
||||||
|
@ -2406,8 +2406,8 @@ not be injectable
|
||||||
[xx:xx:14] [INFO] skipping GET parameter 'ca'
|
[xx:xx:14] [INFO] skipping GET parameter 'ca'
|
||||||
[xx:xx:14] [INFO] testing if GET parameter 'user' is dynamic
|
[xx:xx:14] [INFO] testing if GET parameter 'user' is dynamic
|
||||||
[xx:xx:14] [WARNING] GET parameter 'user' does not appear dynamic
|
[xx:xx:14] [WARNING] GET parameter 'user' does not appear dynamic
|
||||||
[xx:xx:14] [WARNING] heuristic (basic) test shows that GET parameter 'user' migh
|
[xx:xx:14] [WARNING] heuristic (basic) test shows that GET parameter 'user' might
|
||||||
t not be injectable
|
not be injectable
|
||||||
[xx:xx:14] [INFO] skipping GET parameter 'user'
|
[xx:xx:14] [INFO] skipping GET parameter 'user'
|
||||||
[xx:xx:14] [INFO] testing if GET parameter 'id' is dynamic
|
[xx:xx:14] [INFO] testing if GET parameter 'id' is dynamic
|
||||||
[xx:xx:14] [INFO] confirming that GET parameter 'id' is dynamic
|
[xx:xx:14] [INFO] confirming that GET parameter 'id' is dynamic
|
||||||
|
|
Loading…
Reference in New Issue
Block a user