Commit Graph

302 Commits

Author SHA1 Message Date
Dobin Rutishauser 720d85c994 fix: unittest 2024-06-23 17:10:06 +02:00
Dobin Rutishauser fc64068139 refactor: put *manager back to superpe again 2024-06-23 17:07:21 +02:00
Dobin Rutishauser e10f9c7fda refactor: carrier->injectable so i have sane carrier- & payload locations (+cleaner injector) 2024-06-23 14:11:30 +02:00
Dobin Rutishauser 29db10cbe6 fix: unittests 2024-06-23 07:25:57 +02:00
Dobin Rutishauser 634a6e7922 fix: ui bug 2024-06-22 18:09:55 +02:00
Dobin Rutishauser ac0072260b refactor: improve comments 2024-06-22 18:09:02 +02:00
Dobin Rutishauser c9bd61f001 refactor: change_rwx_rx is now rw_rx thanks to previous refactor 1 page diff 2024-06-22 16:36:16 +02:00
Dobin Rutishauser 4e62df29db refactor: more consistent log output indent 2024-06-22 16:35:20 +02:00
Dobin Rutishauser bbd3297a95 refactor: iat references array, and various cleanup 2024-06-22 15:55:49 +02:00
Dobin Rutishauser de77f50f06 feature: datareuse now supports multiple references -> fix change_ carriers 2024-06-22 12:59:21 +02:00
Dobin Rutishauser ae3567847c feature: guardrail data 2024-06-18 16:05:37 +02:00
Dobin Rutishauser f84fd98416 feature: ui new project usable defaults 2024-06-18 15:25:37 +02:00
Dobin Rutishauser 5109561418 feature: check for deps on start 2024-06-17 11:00:45 +02:00
Dobin Rutishauser 0d320b38d0 refactor: attempt to simplify payload 2024-06-17 10:33:34 +02:00
Dobin Rutishauser 83313538ef fix: put infected exe into project dir (not exe dir) 2024-06-17 10:09:56 +02:00
Dobin Rutishauser a5cd3309b7 tests: add dll_loader tests 2024-06-17 09:27:02 +02:00
Dobin Rutishauser 4f36e85563 fix: templates bug 2024-06-17 09:26:05 +02:00
Dobin Rutishauser b5641214e2 refactor: fix carrier & templates (modularize) 2024-06-17 05:52:56 +02:00
Dobin Rutishauser 434c099365 ui: make nicer + plugins 2024-06-16 17:49:36 +02:00
Dobin Rutishauser a1815ab7fe feature: in-place dll loader (support) 2024-06-16 08:28:20 +02:00
Dobin Rutishauser 63c670850f refactor: move carrier plugins around 2024-06-16 07:45:25 +02:00
Dobin Rutishauser 46447af57b remove failed experiment 2024-06-16 07:04:53 +02:00
Dobin Rutishauser 6010dbb4c0 fix: set default antiemulation to none 2024-06-14 13:26:34 +02:00
Dobin Rutishauser 9210d0c812 refactor: make dll loader more modular 2024-06-14 13:25:48 +02:00
Dobin Rutishauser c6533433e1 fix: bug when temp dir is missing 2024-06-14 13:25:16 +02:00
Dobin Rutishauser 6cda682ef8 feature: initial DLL loader plugin 2024-06-13 09:01:47 +02:00
Dobin Rutishauser 46ad17cf10 fix: make masm_shc errors exceptions 2024-06-13 08:50:31 +02:00
Dobin Rutishauser 83567b8aa5 fix: more allocations 2024-06-12 13:19:20 +02:00
Dobin Rutishauser 71b38a064c refactor: make decoy a plugin too 2024-06-10 10:06:24 +02:00
Dobin Rutishauser 85585e598e refactor: prepare antiemulation more modular 2024-06-10 09:02:37 +02:00
Dobin Rutishauser a71daada71 refactor: move reloc stuff into relocator for now 2024-06-10 08:06:06 +02:00
Dobin Rutishauser 2995d20505 Merge branch 'main' of https://github.com/dobin/SuperMega 2024-06-10 08:02:44 +02:00
Dobin Rutishauser df9937df96 feature: antiemulation in templates 2024-06-10 08:02:32 +02:00
Dobin a51e662cf8 Merge branch 'main' of https://github.com/dobin/SuperMega 2024-06-05 22:55:28 +01:00
Dobin 5455a1122d refactor: better InvokeStyle name 2024-06-05 19:43:35 +01:00
Dobin Rutishauser 03ecc9fdf6 refactor: remove hardcoded execution guards 2024-06-03 09:51:25 +02:00
Dobin Rutishauser 7bb580947a fix: replace compiler path with exe name (dev console) 2024-06-03 09:51:08 +02:00
Dobin 700b1d9e44 fix: adding invalid reloc entry 2024-06-02 17:50:14 +01:00
Dobin 0386676f90 add: relokator 2024-06-02 17:38:52 +01:00
Dobin 7d1028a578 feature: setting for r2 disas 2024-06-02 17:34:45 +01:00
Dobin 5fd196c345 add: todo.txt 2024-06-02 14:55:32 +01:00
Dobin ad6938db1f ui: rename .rodata .rdata 2024-06-02 14:04:02 +01:00
Dobin 7dc585136b refactor: remove prep_web() 2024-06-02 14:03:45 +01:00
Dobin fdc2e6a7f8 refactor: rename warn warning 2024-06-02 13:22:10 +01:00
Dobin dd313ac198 fix: small bug in range manager corner case 2024-06-02 13:21:47 +01:00
Dobin 46293bb60c tests: fix 2024-06-02 13:17:57 +01:00
Dobin 13320374d9 refactor: cleanup 2024-06-02 13:17:40 +01:00
Dobin 512ff5a466 add: cobaltstrike beacons 2024-06-02 11:14:58 +01:00
Dobin 0ff76d87c7 refactor: better key handling yet again 2024-06-02 11:14:50 +01:00
Dobin Rutishauser c11bd73534 fix: win11 python3.12 fixes 2024-05-29 09:37:03 +02:00