Dobin
|
900c145557
|
feature: put payload into .rdata option
|
2024-05-09 21:04:37 +01:00 |
|
Dobin
|
3aa79afd70
|
refactor: read shellcode (carrier, payload) directly, no more files
|
2024-05-08 14:34:19 +01:00 |
|
Dobin
|
012d1253af
|
feature: select if add missing IAT entries
|
2024-05-08 12:19:57 +01:00 |
|
Dobin
|
b8c834ac56
|
feature: patch missing iat (+refactor: remove ExeHost)
|
2024-05-06 11:00:50 +01:00 |
|
Dobin
|
c372d348ce
|
ui: show some more important information and checks
|
2024-05-01 22:30:53 +01:00 |
|
Dobin
|
3e6c1e06cf
|
feature: keep exe and dll files in project folder
|
2024-04-29 19:24:29 +01:00 |
|
Dobin
|
1b245e5506
|
refactor: make asm cleanup/fixup work in memory
|
2024-04-28 19:43:08 +01:00 |
|
Dobin
|
bc6cc4df2d
|
refactor: function hijacker / DerBackdoorer rework
|
2024-04-20 15:09:17 +01:00 |
|
Dobin
|
4fb7b9f88e
|
refactor: remove DataRefStyle
|
2024-04-14 18:19:31 +01:00 |
|
Dobin
|
368b14934d
|
fix: tester.py, and add testcases for DLL
|
2024-04-13 12:23:36 +01:00 |
|
Dobin
|
c6a0cf14b0
|
feature: DLL support
|
2024-04-07 22:50:43 +01:00 |
|
Dobin
|
a488cf1b17
|
feature: inject into dll basic support
|
2024-04-07 13:15:55 +01:00 |
|
Dobin
|
a03c267070
|
refactor: rename central data structures
|
2024-04-07 11:34:13 +01:00 |
|
Dobin
|
db3fe6e889
|
refactor: move write logs to observer
|
2024-03-30 21:45:50 +00:00 |
|
Dobin
|
4410685d0d
|
refactor: unify project handling (cmdline = projects/default)
|
2024-03-29 20:29:33 +00:00 |
|
Dobin
|
70eb0bf798
|
refactor: move working directory to projects/ for web
|
2024-03-29 19:18:57 +00:00 |
|
Dobin
|
a6dbbe69ac
|
refactor: move directories around 1/2
|
2024-03-29 18:02:16 +00:00 |
|
Dobin
|
0296537ec5
|
refactor: cleanup, error handling
|
2024-03-29 12:48:52 +00:00 |
|
Dobin
|
a46e0e4f13
|
refactor: make log/observer nice
|
2024-03-29 12:32:24 +00:00 |
|
Dobin
|
ed9647920b
|
refactor: consolidate all three log things (cmd output, logger, files) into observer
|
2024-03-28 20:40:57 +00:00 |
|
Dobin
|
23992328d0
|
refactor: make log a class MyLog
|
2024-03-28 19:57:06 +00:00 |
|
Dobin
|
b5e82552f3
|
fix: log append
|
2024-03-27 22:08:32 +00:00 |
|
Dobin
|
74c81c3dea
|
fix: get log output also on error
|
2024-03-27 22:04:19 +00:00 |
|
Dobin
|
4064cf94ba
|
refactor: new data/ structure
|
2024-03-27 20:13:14 +00:00 |
|
Dobin
|
f08334dc1a
|
feature: dev (shellcode projects) phase 1
|
2024-03-26 17:46:09 +00:00 |
|
Dobin
|
11ec4a785b
|
feature: open folder (no_exec)
|
2024-03-23 18:18:43 +00:00 |
|
Dobin
|
4f9f85d25c
|
feature: make start_local/start_exe work reliably
|
2024-03-23 13:37:45 +00:00 |
|
Dobin
|
ba933bd018
|
feature: UI/UX improvements
|
2024-03-23 12:16:20 +00:00 |
|
Dobin
|
0333fc2673
|
feature: send to avred for execution
|
2024-03-22 20:03:39 +00:00 |
|
Dobin
|
da567af27e
|
refactor: dedicated tester
|
2024-03-16 14:38:50 +00:00 |
|
Dobin
|
057f85e2bc
|
refactor: small fix
|
2024-03-15 19:32:25 +00:00 |
|
Dobin
|
7aedc0acbd
|
fix: exceptions -> errors
|
2024-03-09 11:56:33 +00:00 |
|
Dobin
|
03291aed98
|
refactor: background task support
|
2024-03-08 11:46:55 +00:00 |
|
Dobin
|
573658e7a0
|
feature: web: start
|
2024-03-07 19:13:25 +00:00 |
|
Dobin
|
dacef30bb0
|
refactor: :x -> :X
|
2024-03-04 18:32:41 +00:00 |
|
Dobin
|
d3a750288e
|
ui: nicer output
|
2024-03-01 20:55:06 +00:00 |
|
Dobin
|
aed5b168c2
|
refactor: remove derbackdoorer/ dir into peparser/ to pe/
|
2024-03-01 19:25:28 +00:00 |
|
Dobin
|
115c654429
|
refactor: move stuff to working/
|
2024-03-01 19:04:05 +00:00 |
|
Dobin
|
6175875ea1
|
refactor: reorganize files into data/
|
2024-03-01 17:07:01 +00:00 |
|
Dobin
|
9e551d9a19
|
refactor: cleanup 3
|
2024-03-01 14:07:18 +00:00 |
|
Dobin
|
78027916e2
|
refactor: cleanup 1
|
2024-03-01 13:13:40 +00:00 |
|
Dobin
|
d0500107c0
|
refactor: derbackdoorer / mype / injector (temp)
|
2024-03-01 11:36:58 +00:00 |
|
Dobin
|
bb185b572d
|
feature: webapp to infect
|
2024-02-29 19:17:51 +00:00 |
|
Dobin
|
87c0cc2944
|
fix: peb_reuse bugs and similar
|
2024-02-28 20:12:52 +00:00 |
|
Dobin
|
a13d86d9cd
|
refactor: log msgs, and var renaming
|
2024-02-26 20:18:15 +00:00 |
|
Dobin
|
16438e799b
|
refactor: make address type more clear
|
2024-02-25 20:33:19 +00:00 |
|
Dobin
|
462f23d8cf
|
refactor: datareuse fixups into project.carrier as transport
|
2024-02-25 18:20:37 +00:00 |
|
Dobin
|
430f105240
|
refactor: iat related
|
2024-02-25 16:25:36 +00:00 |
|
Dobin
|
4b1e6811f8
|
refactor: IAT stuff to ExeHost
|
2024-02-25 09:20:47 +00:00 |
|
Dobin
|
d61f358ae4
|
refactor: project -> settings and model/
|
2024-02-25 08:47:25 +00:00 |
|