mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor update
This commit is contained in:
parent
872a73f631
commit
02bd9a54f3
3 changed files with 8 additions and 3 deletions
|
|
@ -413,6 +413,9 @@ UNENCODED_ORIGINAL_VALUE = 'original'
|
|||
# Common column names containing usernames (used for hash cracking in some cases)
|
||||
COMMON_USER_COLUMNS = ('user', 'username', 'user_name', 'benutzername', 'benutzer', 'utilisateur', 'usager', 'consommateur', 'utente', 'utilizzatore', 'usufrutuario', 'korisnik', 'usuario', 'consumidor')
|
||||
|
||||
# Default delimiter used in CSV file format
|
||||
DEFAULT_CSV_DELIMITER = ','
|
||||
|
||||
# Default delimiter in GET/POST values
|
||||
DEFAULT_GET_POST_DELIMITER = '&'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue