File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ Daniele Bellucci <daniele.bellucci@gmail.com>
15
15
Jack Butler <fattredd@hotmail.com>
16
16
for providing me with the sqlmap site favicon
17
17
18
+ Roberto Castrogiovanni <castrogiovanni.roberto@gmail.com>
19
+ for reporting a minor bug
20
+
18
21
Cesar Cerrudo <cesar@argeniss.com>
19
22
for his Windows access token kidnapping tool Churrasco included in
20
23
sqlmap tree as a contrib library and used to run the stand-alone
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ def regDel(self):
554
554
555
555
if not conf .regVal :
556
556
msg = "which registry key value do you want to delete? "
557
- regVal = readInput (msg , default = default )
557
+ regVal = readInput (msg )
558
558
559
559
if not regVal :
560
560
raise sqlmapMissingMandatoryOptionException , errMsg
You can’t perform that action at this time.
0 commit comments