@@ -46,18 +46,19 @@ Bug out Windows GUI ✅ 🤡
46
46
Teleport all windows ✅ 🤡
47
47
Close all applications ✅
48
48
49
- Make all features print, not appearing unless --verbose is used ✅ (Still flag logic to be implemented)
49
+ Make all features print, not appearing unless VERBOSE is used ✅ (Still flag logic to be implemented)
50
50
51
- Finally implement the dynamic exe programming feature,
52
- Use both config.ini or flags, if script is run raw, ask what to use, config.ini or flags
53
- If run with --config, then use config.ini, and if the parameter after --config is a path, use the path
54
- for the config.ini file, else use the default config.ini path in the same directory as the script,
55
- Handle all errors and exceptions, as needed
51
+ Use config.ini if script is run raw, show help menu,
52
+ If run with a path after the script use the path for the config.ini file
53
+
54
+ Handle all errors and exceptions, as needed ✅ (Somewhat done, still needs more work, but I'm happy with it)
55
+
56
+ Implement the dynamic exe programming feature,
56
57
57
58
Add feature to do is_admin() check in beginning of the creation of the malware,
58
59
and if not, then exit the program. ✅
59
60
60
- Add colorlog and ascii art, logging in a file only if --log is used
61
+ Add colorlog and ascii art to the program ✅
61
62
62
63
Over every minor thing add a try except to prevent crashing
63
64
0 commit comments