mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Minor refactoring
This commit is contained in:
parent
c5d3198101
commit
b43c1747e0
41 changed files with 44 additions and 44 deletions
|
|
@ -8,8 +8,8 @@ See the file 'doc/COPYING' for copying permission
|
|||
__product__ = "webApp.secure (webScurity)"
|
||||
|
||||
def detect(get_page):
|
||||
page, headers, code = get_page()
|
||||
_, _, code = get_page()
|
||||
if code == 403:
|
||||
return False
|
||||
page, headers, code = get_page(get="nx=@@")
|
||||
_, _, code = get_page(get="nx=@@")
|
||||
return code == 403
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue