mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-02-07 16:09:43 +03:00
9 lines
136 B
Python
9 lines
136 B
Python
def tamper_page(page):
|
|
return page
|
|
|
|
def tamper_headers(headers):
|
|
return headers
|
|
|
|
def tamper_code(code):
|
|
return code
|
|
|