mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
More work for Issue #66
This commit is contained in:
parent
58de90c118
commit
87ecf205cb
88 changed files with 24 additions and 23383 deletions
|
|
@ -8,8 +8,8 @@ See the file 'doc/COPYING' for copying permission
|
|||
import logging
|
||||
import sys
|
||||
|
||||
from extra.ansistrm.ansistrm import ColorizingStreamHandler
|
||||
from lib.core.enums import CUSTOM_LOGGING
|
||||
from thirdparty.ansistrm.ansistrm import ColorizingStreamHandler
|
||||
|
||||
logging.addLevelName(CUSTOM_LOGGING.PAYLOAD, "PAYLOAD")
|
||||
logging.addLevelName(CUSTOM_LOGGING.TRAFFIC_OUT, "TRAFFIC OUT")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue