File tree Expand file tree Collapse file tree 1 file changed +37
-11
lines changed Expand file tree Collapse file tree 1 file changed +37
-11
lines changed Original file line number Diff line number Diff line change @@ -5484,10 +5484,29 @@ $ cat sqlmap-SAUbs.conf
5484
5484
[Target]
5485
5485
url = http://172.16.213.131/sqlmap/pgsql/get_int.php?id=1
5486
5486
googledork =
5487
+ configfile =
5487
5488
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
5488
5503
5489
5504
[Request]
5505
+ cookieurlencode = False
5506
+ ignoreproxy = False
5490
5507
threads = 1
5508
+ acert =
5509
+ retries = 3
5491
5510
useragentsfile =
5492
5511
atype =
5493
5512
agent =
@@ -5496,8 +5515,10 @@ headers =
5496
5515
cookie =
5497
5516
proxy =
5498
5517
timeout = 30
5518
+ scope =
5499
5519
acred =
5500
5520
referer =
5521
+ dropsetcookie = False
5501
5522
data =
5502
5523
method = GET
5503
5524
@@ -5506,31 +5527,35 @@ updateall = False
5506
5527
sessionfile =
5507
5528
eta = False
5508
5529
batch = False
5530
+ flushsession = False
5509
5531
cleanup = False
5532
+ googlepage = 0
5510
5533
verbose = 1
5511
5534
5512
5535
[Enumeration]
5513
- dumpall = False
5514
5536
limitstop = 0
5515
- getusers = False
5516
- isdba = False
5517
5537
getpasswordhashes = False
5518
5538
excludesysdbs = False
5519
5539
getcurrentdb = False
5540
+ getcurrentuser = False
5541
+ limitstart = 0
5542
+ query =
5543
+ getusers = False
5544
+ isdba = False
5520
5545
gettables = False
5521
5546
dumptable = False
5547
+ getdbs = False
5522
5548
db =
5523
- limitstart = 0
5524
- getprivileges = False
5525
5549
sqlshell = False
5526
5550
tbl =
5551
+ firstchar = 0
5527
5552
getcolumns = False
5528
- query =
5529
- getdbs = False
5530
- user =
5531
- col =
5532
- getcurrentuser = False
5533
5553
getbanner = True
5554
+ dumpall = False
5555
+ getprivileges = False
5556
+ lastchar = 0
5557
+ col =
5558
+ user =
5534
5559
5535
5560
[File system]
5536
5561
dfile =
@@ -5562,11 +5587,12 @@ eregexp =
5562
5587
os =
5563
5588
5564
5589
[Techniques]
5565
- stackedtest = False
5566
5590
utech =
5567
5591
unionuse = False
5568
5592
timetest = False
5569
5593
uniontest = False
5594
+ stackedtest = False
5595
+ timesec = 5
5570
5596
</verb></tscreen>
5571
5597
5572
5598
<p>
You can’t perform that action at this time.
0 commit comments