mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 20:46:36 +00:00
Major bug fix in multipartpost and minor adjustments elsewhere
This commit is contained in:
parent
06af405efd
commit
10521b68eb
5 changed files with 30 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue