mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Better naming
This commit is contained in:
parent
cdfe43560b
commit
c0e59d94a9
2 changed files with 4 additions and 4 deletions
|
|
@ -513,8 +513,8 @@ FORM_SEARCH_REGEX = r"(?si)<form(?!.+<form).+?</form>"
|
|||
# Minimum field entry length needed for encoded content (hex, base64,...) check
|
||||
MIN_ENCODED_LEN_CHECK = 5
|
||||
|
||||
# Timeout in seconds in which Meterpreter session has to be initialized
|
||||
METERPRETER_INIT_TIMEOUT = 120
|
||||
# Timeout in seconds in which Metasploit remote session has to be initialized
|
||||
METASPLOIT_SESSION_TIMEOUT = 120
|
||||
|
||||
# CSS style used in HTML dump format
|
||||
HTML_DUMP_CSS_STYLE = """<style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue