-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathTODO.txt
46 lines (32 loc) · 1.11 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#############################
####### ROADMAP 1.2.3 #######
#############################
Misc:
- support for loading API calls from PEB
- Decrypt shellcode at the last possible time & split templates into trigger & prepare-payload functions
#############################
####### ROADMAP 1.3.0 #######
#############################
Commands:
- Add support for signing binary
Sleep / jitter:
- Ekko
Encoders:
- add support for SGN
Dll:
- hijacking techniques (teams/onedrive)
Misc:
- indirect syscalls
- support for dameonizing ?
- introduce ppid spoofing ?
- add support for passing arguments to payload from command-line
#############################
####### ROADMAP 1.4.0 #######
#############################
Misc:
- add support for attaching to new processes
- add support for multiple hashing algorithms for retrieving API calls through PEB
- add support for variable assignment randomization
-> should assign variables differently (as random as possible) in order to
have different signatures each time
- optionally implement sandbox checks