mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Update for an Issue #405 (fix for persistent options problem)
This commit is contained in:
@@ -42,3 +42,5 @@ if __name__ == "__main__":
|
||||
server(args.host, args.port)
|
||||
elif args.client is True:
|
||||
client(args.host, args.port)
|
||||
else:
|
||||
apiparser.print_help()
|
||||
|
||||
Reference in New Issue
Block a user