Skip to content

Commit 45fc58d

Browse files
committed
update
1 parent 071e897 commit 45fc58d

File tree

1 file changed

+37
-11
lines changed

1 file changed

+37
-11
lines changed

doc/README.sgml

Lines changed: 37 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5484,10 +5484,29 @@ $ cat sqlmap-SAUbs.conf
54845484
[Target]
54855485
url = http://172.16.213.131/sqlmap/pgsql/get_int.php?id=1
54865486
googledork =
5487+
configfile =
54875488
list =
5489+
requestfile =
5490+
5491+
[Windows]
5492+
regread = False
5493+
regval =
5494+
regdata =
5495+
regadd = False
5496+
regdel = False
5497+
regtype =
5498+
regkey =
5499+
5500+
[User-defined function]
5501+
shlib =
5502+
udfinject = False
54885503

54895504
[Request]
5505+
cookieurlencode = False
5506+
ignoreproxy = False
54905507
threads = 1
5508+
acert =
5509+
retries = 3
54915510
useragentsfile =
54925511
atype =
54935512
agent =
@@ -5496,8 +5515,10 @@ headers =
54965515
cookie =
54975516
proxy =
54985517
timeout = 30
5518+
scope =
54995519
acred =
55005520
referer =
5521+
dropsetcookie = False
55015522
data =
55025523
method = GET
55035524

@@ -5506,31 +5527,35 @@ updateall = False
55065527
sessionfile =
55075528
eta = False
55085529
batch = False
5530+
flushsession = False
55095531
cleanup = False
5532+
googlepage = 0
55105533
verbose = 1
55115534

55125535
[Enumeration]
5513-
dumpall = False
55145536
limitstop = 0
5515-
getusers = False
5516-
isdba = False
55175537
getpasswordhashes = False
55185538
excludesysdbs = False
55195539
getcurrentdb = False
5540+
getcurrentuser = False
5541+
limitstart = 0
5542+
query =
5543+
getusers = False
5544+
isdba = False
55205545
gettables = False
55215546
dumptable = False
5547+
getdbs = False
55225548
db =
5523-
limitstart = 0
5524-
getprivileges = False
55255549
sqlshell = False
55265550
tbl =
5551+
firstchar = 0
55275552
getcolumns = False
5528-
query =
5529-
getdbs = False
5530-
user =
5531-
col =
5532-
getcurrentuser = False
55335553
getbanner = True
5554+
dumpall = False
5555+
getprivileges = False
5556+
lastchar = 0
5557+
col =
5558+
user =
55345559

55355560
[File system]
55365561
dfile =
@@ -5562,11 +5587,12 @@ eregexp =
55625587
os =
55635588

55645589
[Techniques]
5565-
stackedtest = False
55665590
utech =
55675591
unionuse = False
55685592
timetest = False
55695593
uniontest = False
5594+
stackedtest = False
5595+
timesec = 5
55705596
</verb></tscreen>
55715597

55725598
<p>

0 commit comments

Comments
 (0)