mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-02-17 05:48:46 +00:00
Added tab completion, history, and fixed an OSX error
This commit is contained in:
parent
57644c88b6
commit
f859526f9b
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
~~~~~~~~~~~~~~~~
|
||||
version 4.3.6
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* you can now use up arrows, down errors, history, etc. within the interactive shell (thanks lnxg33k for the change)
|
||||
* fixed a bug in OSX if README and readme were in the same folder, would throw errors (thanks mubix)
|
||||
|
||||
~~~~~~~~~~~~~~~~
|
||||
version 4.3.5
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -215,7 +215,7 @@ def print_error(message):
|
|||
print bcolors.RED + bcolors.BOLD + "[!] " + bcolors.ENDC + bcolors.RED + str(message) + bcolors.ENDC
|
||||
|
||||
def get_version():
|
||||
define_version = '4.3.5'
|
||||
define_version = '4.3.6'
|
||||
return define_version
|
||||
|
||||
class create_menu:
|
||||
|
|
Loading…
Add table
Reference in a new issue