mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor improvement
This commit is contained in:
@@ -141,7 +141,8 @@ def main():
|
||||
banner()
|
||||
|
||||
# Store original command line options for possible later restoration
|
||||
cmdLineOptions.update(cmdLineParser().__dict__)
|
||||
args = cmdLineParser()
|
||||
cmdLineOptions.update(args.__dict__ if hasattr(args, "__dict__") else args)
|
||||
initOptions(cmdLineOptions)
|
||||
|
||||
if checkPipedInput():
|
||||
|
||||
Reference in New Issue
Block a user