mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
Added support to connect directly also to Oracle - see #158
This commit is contained in:
parent
1416cd0d86
commit
a0290a257b
7 changed files with 98 additions and 12 deletions
|
|
@ -26,6 +26,9 @@ import os
|
|||
import sys
|
||||
import time
|
||||
import traceback
|
||||
import warnings
|
||||
|
||||
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
|
||||
|
||||
try:
|
||||
import psyco
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue