Files
postrequest-link/TODO
T
2021-04-11 16:30:39 +10:00

39 lines
1.1 KiB
Plaintext

[Windows Persistence]
* generate dlls ready for proxying for teams
* registry
* startup folder
* junction folder
[TUI]
https://github.com/fdehau/tui-rs
[Link]
- make jitter and delay adjustable
- add evasion PPID spoofer for windows
[Link Modules]
- add powershell modules from empire
- all powershell modules should take advantage of xeca
- https://github.com/PorLaCola25/TransactedSharpMiniDump for reference, also https://github.com/m0rv4i/SafetyDump
- add https://github.com/deadjakk/RustPivot/
- add https://github.com/RedCursorSecurityConsulting/PPLKiller
[Compile obfuscation]
User the following projects for implementation
- https://github.com/tsarpaul/llvm-string-obfuscator
- https://github.com/moloch--/denim
[Server]
- launch server from cli
- add other transports such as DNS
- add xeca as a generate option
- add autocompletion
- add https://github.com/deadjakk/RustPivot/
[Code]
- make it nicer and clean up some repetition
[Build]
- Add deps install with kali in build.rs for seamless build from scratch, or from server cli
- for kali 'apt install mono-mcs' for dynamic powershell scripts