We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd4e9b commit 9be6ae1Copy full SHA for 9be6ae1
README.md
@@ -23,6 +23,7 @@
23
* [Usage](#usage)
24
+ [Staged](#staged)
25
+ [Stageless](#stageless)
26
+ * [To-Do](#to-do)
27
* [Detections](#detections)
28
* [Credits - References](#credits---references)
29
@@ -290,6 +291,12 @@ C:\Code\CTFPacker>ls
290
291
core ctfloader.exe custom_certs main.py requirements.txt shellcode.bin templates
292
```
293
294
+## To-Do
295
+
296
+- [ ] Maybe adding a setup.py file to install via pip / pipx
297
+- [ ] Other templates with different injection techniques
298
+- [ ] Adding AMSI / ETW bypass (depends on what injection technique I am going to put here)
299
300
## Detections
301
302
- Undetected on the latest Windows 11 Defender (2025-03-18, Version 1.425.89.0)
0 commit comments