Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove a whitespace tail
  • Loading branch information
LionNatsu committed Feb 23, 2016
commit bc6cc4bc1df72b81815a8215dd0708d2ded2449e
2 changes: 1 addition & 1 deletion lib/parse/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ def _(self, *args):
if not command:
continue
elif command.lower() == "clear":
clearHistory()
clearHistory()
print "[i] history cleared"
saveHistory(AUTOCOMPLETE_TYPE.SQLMAP)
elif command.lower() in ("x", "q", "exit", "quit"):
Expand Down