Fixed minor bug in --reg-del

This commit is contained in:
Bernardo Damele
2009-12-21 11:04:54 +00:00
parent e4e081cdc6
commit e6c4154cac
2 changed files with 4 additions and 1 deletions

View File

@@ -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