Commit Graph

  • 71b38a064c refactor: make decoy a plugin too Dobin Rutishauser 2024-06-10 10:06:24 +02:00
  • 85585e598e refactor: prepare antiemulation more modular Dobin Rutishauser 2024-06-10 09:02:37 +02:00
  • a71daada71 refactor: move reloc stuff into relocator for now Dobin Rutishauser 2024-06-10 08:06:06 +02:00
  • 2995d20505 Merge branch 'main' of https://github.com/dobin/SuperMega Dobin Rutishauser 2024-06-10 08:02:44 +02:00
  • df9937df96 feature: antiemulation in templates Dobin Rutishauser 2024-06-10 08:02:05 +02:00
  • 1a39553858 a Dobin 2024-06-08 08:31:59 +01:00
  • a51e662cf8 Merge branch 'main' of https://github.com/dobin/SuperMega Dobin 2024-06-05 22:55:28 +01:00
  • 5455a1122d refactor: better InvokeStyle name Dobin 2024-06-05 19:43:35 +01:00
  • 03ecc9fdf6 refactor: remove hardcoded execution guards Dobin Rutishauser 2024-06-03 09:51:25 +02:00
  • 7bb580947a fix: replace compiler path with exe name (dev console) Dobin Rutishauser 2024-06-03 09:51:08 +02:00
  • 700b1d9e44 fix: adding invalid reloc entry Dobin 2024-06-02 17:50:14 +01:00
  • 0386676f90 add: relokator Dobin 2024-06-02 17:38:52 +01:00
  • 7d1028a578 feature: setting for r2 disas Dobin 2024-06-02 17:34:45 +01:00
  • 5fd196c345 add: todo.txt Dobin 2024-06-02 14:55:32 +01:00
  • ad6938db1f ui: rename .rodata .rdata Dobin 2024-06-02 14:04:02 +01:00
  • 7dc585136b refactor: remove prep_web() Dobin 2024-06-02 14:03:45 +01:00
  • fdc2e6a7f8 refactor: rename warn warning Dobin 2024-06-02 13:22:10 +01:00
  • dd313ac198 fix: small bug in range manager corner case Dobin 2024-06-02 13:21:47 +01:00
  • 46293bb60c tests: fix Dobin 2024-06-02 13:17:57 +01:00
  • 13320374d9 refactor: cleanup Dobin 2024-06-02 13:17:40 +01:00
  • 512ff5a466 add: cobaltstrike beacons Dobin 2024-06-02 11:14:58 +01:00
  • 0ff76d87c7 refactor: better key handling yet again Dobin 2024-06-02 11:14:50 +01:00
  • c11bd73534 fix: win11 python3.12 fixes Dobin Rutishauser 2024-05-29 09:37:03 +02:00
  • 93b9ea8805 feature: random keys upon build Dobin 2024-05-29 08:35:37 +01:00
  • 8ed47409a2 refactor: template code Dobin 2024-05-29 08:29:22 +01:00
  • 854c41300e fix: small bugfixes Dobin 2024-05-29 08:28:23 +01:00
  • 0e08fde15d feature: 2-byte xor key Dobin 2024-05-20 09:21:44 +01:00
  • 87cb4bfe5b feature: decoy in shellcode Dobin 2024-05-20 08:36:16 +01:00
  • 9bb8afb6c0 refactor: less log files Dobin 2024-05-19 13:03:34 +01:00
  • b4e7711aba feature: more and nicer carrier's Dobin 2024-05-19 11:44:30 +01:00
  • 849df50dc8 refactor: remove source_style enum, do it with directories Dobin 2024-05-19 10:33:06 +01:00
  • 32000b5b78 fix: some dll bugs Dobin 2024-05-13 22:01:16 +01:00
  • 86c90434e1 refactor: rename AsmParser -> AsmTextParser Dobin 2024-05-13 18:55:32 +01:00
  • 87d8741f32 refactor: improve iat re-init handling / performance Dobin 2024-05-13 18:44:02 +01:00
  • 7ceb0af5a4 refactor: small code cleanup Dobin 2024-05-13 18:43:27 +01:00
  • 696599cb64 refactor: move capstone/keystone into its own file Dobin 2024-05-10 12:02:24 +01:00
  • 900c145557 feature: put payload into .rdata option Dobin 2024-05-09 21:04:37 +01:00
  • 3aa79afd70 refactor: read shellcode (carrier, payload) directly, no more files Dobin 2024-05-08 14:34:19 +01:00
  • 012d1253af feature: select if add missing IAT entries Dobin 2024-05-08 12:19:57 +01:00
  • 61f7cf0a5b tests: fix and reorganize Dobin 2024-05-08 11:44:37 +01:00
  • b8c834ac56 feature: patch missing iat (+refactor: remove ExeHost) Dobin 2024-05-06 11:00:50 +01:00
  • 2c9a20d822 feature: make exe to UI Dobin 2024-05-05 13:38:08 +01:00
  • 8ae738b841 feature: remove addingrelocation by making function hijack a relative jmp Dobin 2024-05-05 12:53:31 +01:00
  • 3cc232886f doc: update readme Dobin 2024-05-05 11:27:56 +01:00
  • ef7f63059e fix: make memory not rwx, but rw->rx Dobin 2024-05-02 17:35:11 +01:00
  • c372d348ce ui: show some more important information and checks Dobin 2024-05-01 22:30:53 +01:00
  • 3e6c1e06cf feature: keep exe and dll files in project folder Dobin 2024-04-29 19:24:29 +01:00
  • 58045529d2 ui: update Dobin 2024-04-29 19:03:17 +01:00
  • 23bb16d172 ui: make a bit nicer, highlight missing dlls Dobin 2024-04-29 18:38:33 +01:00
  • f6a015b63b fix: ui Dobin 2024-04-29 15:23:55 +01:00
  • f6ed263da0 refactor: some cleanup (vsc performance..) Dobin 2024-04-29 15:23:17 +01:00
  • 1b245e5506 refactor: make asm cleanup/fixup work in memory Dobin 2024-04-28 19:43:08 +01:00
  • c82c99e0eb refactor: all asm text parsing into asmparser.py Dobin 2024-04-28 17:56:12 +01:00
  • 25e504ee09 fix: check for corruption when exes are very small Dobin 2024-04-27 20:29:04 +01:00
  • 061b83f19b tests: fix forgotten Dobin 2024-04-27 14:29:29 +01:00
  • aca1ed46bc refactor: remove recursion from DerBackdoorer Dobin 2024-04-27 14:14:23 +01:00
  • a81c0c4d1a fix: dll func dropdown showing on exes Dobin 2024-04-21 15:47:47 +01:00
  • 586289bc76 refactor: syntax improvement for dllresolver Dobin 2024-04-21 15:45:39 +01:00
  • e6f3de18b4 feature: resolve dll imports Dobin 2024-04-21 15:22:47 +01:00
  • 1f768f0f15 tests: improve functionbackdoorer unittest Dobin 2024-04-20 19:08:51 +01:00
  • bc6cc4df2d refactor: function hijacker / DerBackdoorer rework Dobin 2024-04-20 15:09:17 +01:00
  • ab6823c7aa feature: ui: sections in exes/ Dobin 2024-04-19 21:02:16 +01:00
  • f9aa7e84d8 ui: show more info Dobin 2024-04-15 20:52:54 +01:00
  • 70c4a95b1b ui: more information Dobin 2024-04-14 21:37:54 +01:00
  • 4901c7b320 feature: show function size in dropdown Dobin 2024-04-14 18:27:35 +01:00
  • 3bbff69cdf feature: check function size of eop dll func Dobin 2024-04-14 18:20:32 +01:00
  • 4fb7b9f88e refactor: remove DataRefStyle Dobin 2024-04-14 18:19:31 +01:00
  • d4e4507e19 refactor: cleanup, create unittest, fix get_physical_address Dobin 2024-04-14 14:04:15 +01:00
  • b4671c8690 fix: make DLL + func + EOP work Dobin 2024-04-14 11:47:47 +01:00
  • 368b14934d fix: tester.py, and add testcases for DLL Dobin 2024-04-13 12:23:36 +01:00
  • b9d3a5a97e refactor: small SuperPe improvements Dobin 2024-04-13 11:12:43 +01:00
  • f40d527783 feature: show all exports on DLLs Dobin 2024-04-13 10:28:05 +01:00
  • a95203e2b5 refactor: better DLL support Dobin 2024-04-12 22:01:10 +01:00
  • c6a0cf14b0 feature: DLL support Dobin 2024-04-07 22:50:43 +01:00
  • a488cf1b17 feature: inject into dll basic support Dobin 2024-04-07 13:15:55 +01:00
  • f9b5dc8346 data: add msf winhttp Dobin 2024-04-07 11:34:51 +01:00
  • a03c267070 refactor: rename central data structures Dobin 2024-04-07 11:34:13 +01:00
  • de73d5452e feature: show iat in web ui Dobin 2024-04-03 19:22:48 +01:00
  • 7bc03fa6c2 fix: ui: inject mode Dobin 2024-04-03 06:42:30 +01:00
  • 8468f3fef1 ui: show x64 and dotnet Dobin 2024-04-01 20:12:08 +01:00
  • 5d8a1ec64f feature: more exes Dobin 2024-04-01 19:49:41 +01:00
  • 4b4d7f1932 fix: web start remote Dobin 2024-04-01 19:43:05 +01:00
  • 4bf847b8a3 ui: project info, hide button, form fix Dobin 2024-03-31 21:09:23 +01:00
  • 5aa49c325f ui: buttons to the left, and auto submit on select Dobin 2024-03-31 20:51:45 +01:00
  • b8ab7d02b9 refactor: split views into -project and -shcdev Dobin 2024-03-31 19:11:04 +01:00
  • 6a760b3496 add: unit test exe file Dobin 2024-03-30 23:06:04 +00:00
  • ae198cda33 fix: unittest paths Dobin 2024-03-30 21:54:48 +00:00
  • 75f3a76786 fix: fix shcdev Dobin 2024-03-30 21:46:00 +00:00
  • db3fe6e889 refactor: move write logs to observer Dobin 2024-03-30 21:45:50 +00:00
  • d7c104eb2c fix: keep default dir Dobin 2024-03-29 20:48:36 +00:00
  • 3207aa296d refactor: small fixes Dobin 2024-03-29 20:47:49 +00:00
  • 4410685d0d refactor: unify project handling (cmdline = projects/default) Dobin 2024-03-29 20:29:33 +00:00
  • 70eb0bf798 refactor: move working directory to projects/ for web Dobin 2024-03-29 19:18:57 +00:00
  • a6dbbe69ac refactor: move directories around 1/2 Dobin 2024-03-29 18:02:16 +00:00
  • 0296537ec5 refactor: cleanup, error handling Dobin 2024-03-29 12:48:52 +00:00
  • a46e0e4f13 refactor: make log/observer nice Dobin 2024-03-29 12:32:24 +00:00
  • 32f89a1b20 refactor: make string a bit nicer Dobin 2024-03-28 20:50:57 +00:00
  • ed9647920b refactor: consolidate all three log things (cmd output, logger, files) into observer Dobin 2024-03-28 20:40:57 +00:00
  • b6816604b2 small bugfixes Dobin 2024-03-28 20:26:34 +00:00
  • d6e68d3014 refactor: make web more REST Dobin 2024-03-28 20:24:15 +00:00