mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor refactoring of dictionaries
This commit is contained in:
parent
b9c63eb908
commit
01f481c332
15 changed files with 107 additions and 93 deletions
|
|
@ -10,8 +10,8 @@ from lib.core.common import randomInt
|
|||
from lib.core.data import conf
|
||||
from lib.core.data import kb
|
||||
from lib.core.data import logger
|
||||
from lib.core.dicts import FROM_DUMMY_TABLE
|
||||
from lib.core.exception import sqlmapNotVulnerableException
|
||||
from lib.core.settings import FROM_DUMMY_TABLE
|
||||
from lib.techniques.dns.use import dnsUse
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue