Update changelog
parent
ca7b976a1e
commit
b2afec601d
|
@ -8,6 +8,7 @@ Rename CompletedTasks table to Tasks table
|
||||||
Method name refactoring around above changes
|
Method name refactoring around above changes
|
||||||
Pull out implant cores into Implant-Core.py/.cs/.ps1
|
Pull out implant cores into Implant-Core.py/.cs/.ps1
|
||||||
Rename 2nd stage cores into Stage2-Core.py/.ps1
|
Rename 2nd stage cores into Stage2-Core.py/.ps1
|
||||||
|
Stage2-Core.ps1 (previously Implant-Core.ps1) is no longer flagged by AMSI
|
||||||
Use prepared statements in the DB
|
Use prepared statements in the DB
|
||||||
Refactoring work to start to break up dependency cycle
|
Refactoring work to start to break up dependency cycle
|
||||||
Rename DB to Database in Config.py to avoid name clashes
|
Rename DB to Database in Config.py to avoid name clashes
|
||||||
|
@ -18,6 +19,7 @@ Fix CreateRawBase payload creation, used in gzip powershell stager and commands
|
||||||
Added ImplantID to Tasks table as a foreign key, so it's logged in the Tasks report
|
Added ImplantID to Tasks table as a foreign key, so it's logged in the Tasks report
|
||||||
Added Testing.md for testing checklist/methodology
|
Added Testing.md for testing checklist/methodology
|
||||||
|
|
||||||
|
|
||||||
4.7 (03/02/19)
|
4.7 (03/02/19)
|
||||||
==============
|
==============
|
||||||
Added Opsec.py to allow users to state various command that they DO NOT want to run
|
Added Opsec.py to allow users to state various command that they DO NOT want to run
|
||||||
|
|
Loading…
Reference in New Issue