mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Major bug fix in multipartpost and minor adjustments elsewhere
This commit is contained in:
@@ -32,7 +32,8 @@ import warnings
|
||||
|
||||
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
|
||||
|
||||
sys.stdout = codecs.getwriter(locale.getpreferredencoding())(sys.stdout)
|
||||
# NOTE: This breaks SQL shell and OS shell history and TAB functionalities
|
||||
#sys.stdout = codecs.getwriter(locale.getpreferredencoding())(sys.stdout)
|
||||
|
||||
try:
|
||||
import psyco
|
||||
|
||||
Reference in New Issue
Block a user