mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Implements #116
This commit is contained in:
parent
d7be168f79
commit
33cd5d5055
6 changed files with 9 additions and 4 deletions
|
|
@ -372,6 +372,7 @@ class WEB_PLATFORM(object):
|
|||
ASP = "asp"
|
||||
ASPX = "aspx"
|
||||
JSP = "jsp"
|
||||
CFM = "cfm"
|
||||
|
||||
class CONTENT_TYPE(object):
|
||||
TARGET = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue