Commit Graph

10 Commits

Author SHA1 Message Date
m0rv4i a7acbdea3d v9 release WIP 2023-03-20 10:39:32 +00:00
m0rv4i 1bc5e7e695 v8.0 release 2022-03-10 10:23:35 +00:00
John Moss adeaef16a6 Missing parameters on DB init 2021-01-06 14:48:56 +00:00
John Moss 0a313bb25c Updates to support Slack Notifications 2021-01-06 14:48:56 +00:00
m0rv4i 6d04437e2d Formatting & Exception Handling 2020-07-30 09:06:50 +01:00
m0rv4i c69eedcb40 Pull out common DB code 2020-07-30 09:06:50 +01:00
m0rv4i abe920e6f9 Remove unused Sounds config 2020-07-30 09:06:50 +01:00
m0rv4i 391bab6027 Misc changes
* Don't Remove C2 messages
* Fix when multiple creds for user
* Add new task model
* Add get-killdate
* Fix not hidden for upload files
* Fix Daisy payload generation
* Fix pbind upload-file
* Fix pbind inject-shellcode
* Display PBind for pbind URLID
* Handle invalid implant IDs gracefully
* Fixed C# migrate
* Added kill command for individual tasks
2020-07-30 09:06:50 +01:00
m0rv4i 1f247eefce Added Custom Hosted Files
Fix string comparison for hosted_file_ids
2020-07-30 09:06:50 +01:00
benpturner 0256a301f0 Link Implants to URLs and show URLID in handler
URL info can be viewed with show-urls
Added classes to Models.py and returning those from DB to more easily handle Impants/C2 etc.

Enforce unique URL names

Fixed error in C2 Model via SQLite


Generate URLs report


Fixed createdaisypayload


Updated kill-implant


Fixed start of postgres stuff


Fixed DB Error Postgres


Fixed reporting bug


Fixed daisy payload generation


Fixed Python dropper


Fixed bug in QuickCommand


Link Implants to URLs and show URLID in handler

URL info can be viewed with show-urls
Added classes to Models.py and returning those from DB to more easily handle Impants/C2 etc.

Removed PayloadCommsPort


dsa
2020-07-30 09:06:50 +01:00