mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixed minor bug in --reg-del
This commit is contained in:
parent
e4e081cdc6
commit
e6c4154cac
2 changed files with 4 additions and 1 deletions
|
|
@ -554,7 +554,7 @@ class Takeover(Abstraction, Metasploit, Registry):
|
|||
|
||||
if not conf.regVal:
|
||||
msg = "which registry key value do you want to delete? "
|
||||
regVal = readInput(msg, default=default)
|
||||
regVal = readInput(msg)
|
||||
|
||||
if not regVal:
|
||||
raise sqlmapMissingMandatoryOptionException, errMsg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue