mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
code refactoring and some fixes
This commit is contained in:
parent
a067e805fa
commit
fe67d3827c
10 changed files with 53 additions and 50 deletions
|
|
@ -7,6 +7,8 @@ Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
|
|||
See the file 'doc/COPYING' for copying permission
|
||||
"""
|
||||
|
||||
import lib.core.common
|
||||
|
||||
from lib.core.data import kb
|
||||
from lib.request.connect import Connect as Request
|
||||
|
||||
|
|
@ -20,3 +22,5 @@ def getPageTemplate(payload, place):
|
|||
retVal = kb.pageTemplates[(payload, place)]
|
||||
|
||||
return retVal
|
||||
|
||||
lib.core.common.getPageTemplate = getPageTemplate
|
||||
Loading…
Add table
Add a link
Reference in a new issue