diff --git a/core/module_interpreter.py b/core/module_interpreter.py index b767cf5..e259269 100644 --- a/core/module_interpreter.py +++ b/core/module_interpreter.py @@ -29,7 +29,6 @@ def listCompleter(text,state): self.listCompleter = listCompleter t = tabCompleter() t.createListCompleter(["set", "exploit", "back", "check", "help", "info", 'banner', 'run', 'exec', 'clear','search']) - t.createListCompleter(["set", "exploit", "back", "check", "help", "info", 'banner', 'run', 'exec','clear']) readline.set_completer_delims('\t') readline.parse_and_bind("tab: complete") readline.set_completer(t.listCompleter)