Commit Graph

9 Commits (f61d068cd28ec95e7a3b32aa2fe3a7f93e335e47)

Author SHA1 Message Date
Marshall Hallenbeck 10aba17504
change names in copyright
Signed-off-by: Marshall Hallenbeck <Marshall.Hallenbeck@gmail.com>
2023-09-16 08:27:54 -04:00
Alex 8c4e20d5d8 Readd bytebleeder and mpgn 2023-09-13 00:15:33 +02:00
Marshall Hallenbeck 10febc0f7a
Update LICENSE
update year and developers

Signed-off-by: Marshall Hallenbeck <Marshall.Hallenbeck@gmail.com>
2023-09-12 16:41:23 -04:00
mpgn 90c74b762b change URL to porchetta industries github 2022-07-03 14:15:44 -04:00
byt3bl33d3r 7725a69be0 Switched from Pipenv to Poetry
- Deleted unnecessary files as Poetry handles pretty much everything
2020-09-20 07:59:10 -06:00
byt3bl33d3r 9fefd167b0 Initial commit for v4.0
Just fyi for anyone reading this, it's not even close to being
finished.

The amount of changes are pretty insane, this commit is to serve as a
refrence point for myself.

Highlights for v4.0:
- The whole codebase has been re-written from scratch
- Codebase has been cut around 2/4
- Protocols are now modular! In theory we could use CME for everything
- Module chaining has been removed for now, still trying to figure out a
more elegant solution
- Workspaces have implemented in cmedb
- The smb protocol's database schema has been changed to support storing users,
groups and computers with their respective memberships and relations.
- I'm in the process of re-writing most of the modules, will re-add them
once i've finished
2016-12-15 00:28:00 -07:00
byt3bl33d3r e5e38cb881 Re-added License to master 2016-03-30 00:45:16 -06:00
byt3bl33d3r 10a12a9a0f Initial v3.0 commit to master
Quick re-cap on the new features:

* Credentials and hosts are now stored in a database, the cme_db.py script can be used to query it
* Module system has been implemented allowing anyone to create payloads
* All underlying powershell code has been ported to a module
* The HTTP/HTTPS server now tracks connections: no more guessing when to CTRL-C
* All around better code quality, error handling and logging
2016-03-27 15:17:18 -06:00
byt3bl33d3r b842274743 Initial commit 2015-08-14 16:11:55 +02:00