Dobin
|
31737f2845
|
feature: remove files from first pase if in second
|
2024-02-18 22:50:47 +00:00 |
|
Dobin
|
92e9b51409
|
fix: support large payload (payload len)
|
2024-02-18 19:42:28 +00:00 |
|
Dobin
|
64c03d86a8
|
refactor: remove mentioning of TLS
|
2024-02-18 14:38:24 +00:00 |
|
Dobin
|
c2373aa59d
|
log: info->warn
|
2024-02-18 13:47:39 +00:00 |
|
Dobin
|
3969f3d882
|
refactor: get code from exe after backdooring
|
2024-02-18 12:20:03 +00:00 |
|
Dobin
|
1b738c55b3
|
feature: short call patching
|
2024-02-17 19:56:05 +00:00 |
|
Dobin
|
16f4300d62
|
feature: check if payload fits in code section
|
2024-02-17 19:44:52 +00:00 |
|
Dobin
|
2524547ccf
|
feature: add logging output too to logs/
|
2024-02-17 15:01:38 +00:00 |
|
Dobin
|
fd9dc68eea
|
feature: redbackdoorer mode arg
|
2024-02-16 21:36:43 +00:00 |
|
Dobin
|
a886bffd0b
|
refactor: remove some parameters
|
2024-02-16 15:34:12 +00:00 |
|
Dobin
|
ca8e830ec6
|
refactor: make IAT_REUSE check work well
|
2024-02-16 15:26:56 +00:00 |
|
Dobin
|
20c4749e8c
|
refactor: ExeCapabilities -> ExeInfo
|
2024-02-16 11:32:33 +00:00 |
|
Dobin
|
5798c90b9c
|
refactor: payload data into project
|
2024-02-16 10:48:35 +00:00 |
|
Dobin
|
60e5065938
|
refactor: source cleanup, exit codes on verify
|
2024-02-16 10:20:05 +00:00 |
|
Dobin
|
5eddee39ad
|
refactor: compiler
|
2024-02-16 09:41:35 +00:00 |
|
Dobin
|
ce5475812b
|
refactor: injector
|
2024-02-16 09:30:08 +00:00 |
|
Dobin
|
69beabc08f
|
refactor: fix build dir
|
2024-02-16 09:14:47 +00:00 |
|
Dobin
|
a0fd2ecc1e
|
refactor: templater
|
2024-02-16 09:13:28 +00:00 |
|
Dobin
|
7d6e726fab
|
refactor: bix cleanup
|
2024-02-16 08:34:46 +00:00 |
|
Dobin
|
cb40434aae
|
ui: msg when no args
|
2024-02-15 18:50:01 +00:00 |
|
Dobin
|
91c1a1e0fa
|
feature: two more debug options
|
2024-02-15 18:37:04 +00:00 |
|
Dobin
|
a6cebe2f92
|
refactor: nicer output
|
2024-02-15 18:30:50 +00:00 |
|
Dobin
|
16b7e840d7
|
feature: more debug arguments
|
2024-02-15 18:19:19 +00:00 |
|
Dobin
|
5a0e1f0fb9
|
refactor: rename verify std to peb
|
2024-02-15 18:08:08 +00:00 |
|
Dobin
|
abe757507b
|
refactor: better logging
|
2024-02-15 07:54:10 +00:00 |
|
Dobin
|
8856bdae1d
|
refactor: new source files
|
2024-02-15 07:27:43 +00:00 |
|
Dobin
|
3b8ba16b3f
|
feature: log.txt with all stdout/stderr
|
2024-02-12 18:12:54 +00:00 |
|
Dobin
|
1909551e07
|
feature: rwx automated test
|
2024-02-12 11:20:12 +00:00 |
|
Dobin
|
6fe1f192b7
|
feature: rwx execution
|
2024-02-11 20:46:33 +00:00 |
|
Dobin
|
547cd94dd5
|
feature: xor'd payload
|
2024-02-11 12:51:33 +00:00 |
|
Dobin
|
49b8c45b67
|
refactor: cleanup
|
2024-02-11 10:59:28 +00:00 |
|
Dobin
|
92048b357d
|
fix: start with onn-verify
|
2024-02-10 13:47:42 +00:00 |
|
Dobin
|
72e4c4ffe5
|
feature: templates, project
|
2024-02-10 13:43:35 +00:00 |
|
Dobin
|
1eba815e93
|
feature: log to directory (not to pickle)
|
2024-02-09 21:45:50 +00:00 |
|
Dobin
|
d2a81bd191
|
refactor: syntax and comment updates
|
2024-02-09 20:41:56 +00:00 |
|
Dobin
|
786b21ca4a
|
feature: observer with all the steps into a file
|
2024-02-09 19:57:02 +00:00 |
|
Dobin
|
c077be0131
|
fix: no verify of iat_reuse shellcode
|
2024-02-09 17:59:51 +00:00 |
|
Dobin
|
dfd13435a0
|
refactor: introduced and use ExeCapabilities, make it more generic
|
2024-02-09 17:44:31 +00:00 |
|
Dobin
|
d7c8e1525f
|
feature: iat support tmp
|
2024-02-09 13:43:42 +00:00 |
|
Dobin
|
e1f499030d
|
refactor: phase 1 of IAT support
|
2024-02-09 09:39:08 +00:00 |
|
Dobin
|
efb7b0b0ee
|
feature: config file
|
2024-02-08 12:38:56 +00:00 |
|
Dobin
|
865cfb5247
|
refactor: make inject mode configurable
|
2024-02-08 10:55:14 +00:00 |
|
Dobin
|
75c329c152
|
refactor: split into phases
|
2024-02-08 09:15:24 +00:00 |
|
Dobin
|
ecceca2279
|
fix: verifyarg bugy
|
2024-02-07 20:28:34 +00:00 |
|
Dobin
|
5e0d096ff7
|
feature: command line arguments
|
2024-02-05 13:15:16 +00:00 |
|
Dobin
|
f338424d50
|
refactor: better debug and get in-between step results
|
2024-02-05 12:28:38 +00:00 |
|
Dobin
|
7901b2f0e5
|
refactor: less files generated
|
2024-02-05 11:15:35 +00:00 |
|
Dobin
|
262a2a595a
|
feature: try to build in build/
|
2024-02-05 10:54:55 +00:00 |
|
Dobin
|
efe2039984
|
fix: better file cleanup
|
2024-02-04 08:40:17 +00:00 |
|
Dobin
|
9f7466d775
|
feature: copy to out/ at the end
|
2024-02-04 08:21:24 +00:00 |
|