mirror of
https://github.com/trustedsec/trevorc2
synced 2026-06-08 17:57:56 +00:00
bump version to match changelog
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
~~~~~~~~~~~~~~~~
|
||||
version 2.1
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* Added the cmd prompt library so that we have autocomplete on commands using tab as well as history (arrow up/down).
|
||||
* -- Also help is added to each command so you can type help (Also tab complete)
|
||||
* Added servercmd as menu option to run commands on Trevor Server instead of ifconfig
|
||||
* Converted agents into proper class objects and agentlistclass to add them into a userlist
|
||||
* Updated the Readme.md
|
||||
|
||||
~~~~~~~~~~~~~~~~
|
||||
version 2.0
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
+1
-1
@@ -95,7 +95,7 @@ logging.basicConfig(level=logging.CRITICAL, format='[%(asctime)s] %(message)s',
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
__author__ = 'Dave Kennedy (@HackingDave)'
|
||||
__version__ = 0.71
|
||||
__version__ = 2.1
|
||||
|
||||
# ROOT CHECK
|
||||
if os.geteuid() != 0:
|
||||
|
||||
Reference in New Issue
Block a user