mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
further update of DNS data retrieval mechanism through SQLi
This commit is contained in:
parent
1e01203562
commit
1cd3c3f7af
6 changed files with 112 additions and 16 deletions
|
|
@ -472,3 +472,6 @@ MAX_SINGLE_URL_REDIRECTIONS = 4
|
|||
|
||||
# Maximum total number of redirections (regardless of URL) - before assuming we're in a loop
|
||||
MAX_TOTAL_REDIRECTIONS = 10
|
||||
|
||||
# Reference: http://www.tcpipguide.com/free/t_DNSLabelsNamesandSyntaxRules.htm
|
||||
MAX_DNS_LABEL = 63
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue