Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
trevorc2/CHANGELOG.txt
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
140 lines (99 sloc)
3.38 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~~~~~~~~~~~~~~~~ | |
| 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 | |
| ~~~~~~~~~~~~~~~~ | |
| * number of enhancements and features | |
| * added new C-based cross-compatible agent works on Nix/OSX/Windows (thanks Kevin!) | |
| ~~~~~~~~~~~~~~~~ | |
| version 1.4.3 | |
| ~~~~~~~~~~~~~~~~ | |
| * fix invalid syntax command prompt | |
| ~~~~~~~~~~~~~~~~ | |
| version 1.4.2 | |
| ~~~~~~~~~~~~~~~~ | |
| * add invalid syntax prompt in trevor_server | |
| ~~~~~~~~~~~~~~~~ | |
| version 1.4.1 | |
| ~~~~~~~~~~~~~~~~ | |
| * changed encryptedstreams for bypass | |
| ~~~~~~~~~~~~~~~~ | |
| version 1.4 | |
| ~~~~~~~~~~~~~~~~ | |
| * fix redirect when using trevorc2 - would throw error and not properly redirect | |
| ~~~~~~~~~~~~~~~~ | |
| version 1.3 | |
| ~~~~~~~~~~~~~~~~ | |
| * handle post and put for invalid responses for IIS | |
| * added handler for if images is directly browsed | |
| * added new flag to allow for a redirect instead of cloning the site fully and using it as a way to represent a working website | |
| * update readme to reflect new redirect | |
| ~~~~~~~~~~~~~~~~ | |
| version 1.2 | |
| ~~~~~~~~~~~~~~~~ | |
| * adds a new java client which also works on Z/OS OMVS. (special thanks to mainframed) | |
| ~~~~~~~~~~~~~~~~ | |
| version 1.1 | |
| ~~~~~~~~~~~~~~~~ | |
| * add cookie support per agent to allow own channels for each system (PR thanks Skons!) | |
| ~~~~~~~~~~~~~~~~ | |
| version 1.0 | |
| ~~~~~~~~~~~~~~~~ | |
| * added automatic default website for when using TrevorC2 if no connection available (i.e. cant clone website) - will spawn a It Works! site. | |
| * added ability to list ifconfig for connection within trevorc2 prompt | |
| ~~~~~~~~~~~~~~~~ | |
| version 0.9 | |
| ~~~~~~~~~~~~~~~~ | |
| * add error handling to import modules | |
| ~~~~~~~~~~~~~~~~ | |
| version 0.8 | |
| ~~~~~~~~~~~~~~~~ | |
| * fix tornado asyncio issues for python3 and tornado 5.0+ | |
| ~~~~~~~~~~~~~~~~ | |
| version 0.7 | |
| ~~~~~~~~~~~~~~~~ | |
| * added a full interactive shell management system for TrevorC2 | |
| ~~~~~~~~~~~~~~~~ | |
| version 0.6 | |
| ~~~~~~~~~~~~~~~~ | |
| * adds full session management for multiple TrevorC2 clients | |
| ~~~~~~~~~~~~~~~~ | |
| version 0.5 | |
| ~~~~~~~~~~~~~~~~ | |
| * moved trevorc2_client.py to python 2 and 3 compatible | |
| * added error handling if server address was in use in trevorc2_server | |
| ~~~~~~~~~~~~~~~~ | |
| version 0.4 | |
| ~~~~~~~~~~~~~~~~ | |
| * add PowerShell client thanks to Alex Williams (@offsec_ginger) | |
| ~~~~~~~~~~~~~~~~ | |
| version 0.3.2 | |
| ~~~~~~~~~~~~~~~~ | |
| * change padding to 16 bit to be compatible with PowerShell native. New PS client coming soon. | |
| ~~~~~~~~~~~~~~~~ | |
| version 0.3.1 | |
| ~~~~~~~~~~~~~~~~ | |
| * add root check for trevorc2 | |
| ~~~~~~~~~~~~~~~~ | |
| version 0.3 | |
| ~~~~~~~~~~~~~~~~ | |
| * uppercase variable names through client | |
| * add root path query which allows you to change the file/location where the code is contained within trevorc2 | |
| * add full support for Python2/3 AES support for encrypted transfer of data | |
| * fix control-c from exiting properly, kill process | |
| * couple minor fixes for python3 compatibility | |
| * update requirements.txt for pycrypto | |
| ~~~~~~~~~~~~~~~~ | |
| version 0.2 | |
| ~~~~~~~~~~~~~~~~ | |
| * added SSL, python v2/3 compatibility, and multi-shell support (thanks to the awesome PR from Nicholas Albright @nma_io). | |
| ~~~~~~~~~~~~~~~~ | |
| version 0.1a | |
| ~~~~~~~~~~~~~~~~ | |
| * initial release of TrevorC2 |