mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
Update for an Issue #405 (fix for persistent options problem)
This commit is contained in:
parent
aad102378a
commit
f6c7b398fd
2 changed files with 13 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue