mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
update
This commit is contained in:
parent
071e897f4e
commit
45fc58d267
|
@ -5484,10 +5484,29 @@ $ cat sqlmap-SAUbs.conf
|
||||||
[Target]
|
[Target]
|
||||||
url = http://172.16.213.131/sqlmap/pgsql/get_int.php?id=1
|
url = http://172.16.213.131/sqlmap/pgsql/get_int.php?id=1
|
||||||
googledork =
|
googledork =
|
||||||
|
configfile =
|
||||||
list =
|
list =
|
||||||
|
requestfile =
|
||||||
|
|
||||||
|
[Windows]
|
||||||
|
regread = False
|
||||||
|
regval =
|
||||||
|
regdata =
|
||||||
|
regadd = False
|
||||||
|
regdel = False
|
||||||
|
regtype =
|
||||||
|
regkey =
|
||||||
|
|
||||||
|
[User-defined function]
|
||||||
|
shlib =
|
||||||
|
udfinject = False
|
||||||
|
|
||||||
[Request]
|
[Request]
|
||||||
|
cookieurlencode = False
|
||||||
|
ignoreproxy = False
|
||||||
threads = 1
|
threads = 1
|
||||||
|
acert =
|
||||||
|
retries = 3
|
||||||
useragentsfile =
|
useragentsfile =
|
||||||
atype =
|
atype =
|
||||||
agent =
|
agent =
|
||||||
|
@ -5496,8 +5515,10 @@ headers =
|
||||||
cookie =
|
cookie =
|
||||||
proxy =
|
proxy =
|
||||||
timeout = 30
|
timeout = 30
|
||||||
|
scope =
|
||||||
acred =
|
acred =
|
||||||
referer =
|
referer =
|
||||||
|
dropsetcookie = False
|
||||||
data =
|
data =
|
||||||
method = GET
|
method = GET
|
||||||
|
|
||||||
|
@ -5506,31 +5527,35 @@ updateall = False
|
||||||
sessionfile =
|
sessionfile =
|
||||||
eta = False
|
eta = False
|
||||||
batch = False
|
batch = False
|
||||||
|
flushsession = False
|
||||||
cleanup = False
|
cleanup = False
|
||||||
|
googlepage = 0
|
||||||
verbose = 1
|
verbose = 1
|
||||||
|
|
||||||
[Enumeration]
|
[Enumeration]
|
||||||
dumpall = False
|
|
||||||
limitstop = 0
|
limitstop = 0
|
||||||
getusers = False
|
|
||||||
isdba = False
|
|
||||||
getpasswordhashes = False
|
getpasswordhashes = False
|
||||||
excludesysdbs = False
|
excludesysdbs = False
|
||||||
getcurrentdb = False
|
getcurrentdb = False
|
||||||
|
getcurrentuser = False
|
||||||
|
limitstart = 0
|
||||||
|
query =
|
||||||
|
getusers = False
|
||||||
|
isdba = False
|
||||||
gettables = False
|
gettables = False
|
||||||
dumptable = False
|
dumptable = False
|
||||||
|
getdbs = False
|
||||||
db =
|
db =
|
||||||
limitstart = 0
|
|
||||||
getprivileges = False
|
|
||||||
sqlshell = False
|
sqlshell = False
|
||||||
tbl =
|
tbl =
|
||||||
|
firstchar = 0
|
||||||
getcolumns = False
|
getcolumns = False
|
||||||
query =
|
|
||||||
getdbs = False
|
|
||||||
user =
|
|
||||||
col =
|
|
||||||
getcurrentuser = False
|
|
||||||
getbanner = True
|
getbanner = True
|
||||||
|
dumpall = False
|
||||||
|
getprivileges = False
|
||||||
|
lastchar = 0
|
||||||
|
col =
|
||||||
|
user =
|
||||||
|
|
||||||
[File system]
|
[File system]
|
||||||
dfile =
|
dfile =
|
||||||
|
@ -5562,11 +5587,12 @@ eregexp =
|
||||||
os =
|
os =
|
||||||
|
|
||||||
[Techniques]
|
[Techniques]
|
||||||
stackedtest = False
|
|
||||||
utech =
|
utech =
|
||||||
unionuse = False
|
unionuse = False
|
||||||
timetest = False
|
timetest = False
|
||||||
uniontest = False
|
uniontest = False
|
||||||
|
stackedtest = False
|
||||||
|
timesec = 5
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user