|
73f5df2425
|
feat!: new kernel config structure
BREAKING CHANGE: kernel definition in the configuration files has switched
from
[[targets]]
distro = { id = "Ubuntu", release = "18.04" }
release_mask = ".*"
to
[[targets]]
distro = { id = "Ubuntu", release = "18.04" }
kernel = { regex = ".*" }
|
2023-05-18 18:48:09 +00:00 |
|
|
d551cc8fc4
|
refactor: use the same name as in config
|
2023-05-18 18:27:51 +00:00 |
|
|
6385ce92e3
|
feat!: rename supported kernels to targets
BREAKING CHANGE: .out-of-tree.toml: s/[[supported_kernels]]/[[targets]]/
|
2023-05-18 18:13:09 +00:00 |
|
|
bcf8de336f
|
feat!: introduce new distribution structure
BREAKING CHANGE: distro definition in the configuration files has switched
from
[[supported_kernels]]
distro_type = "Ubuntu"
distro_release = "16.04"
...
to
[[supported_kernels]]
distro = { id = "Ubuntu", release = "16.04" }
...
|
2023-05-18 16:07:24 +00:00 |
|
|
2d6db97b43
|
Add support for applying patches
|
2023-02-16 10:22:08 +00:00 |
|
|
2f52f6db6d
|
Refactor command line interface
|
2023-01-31 07:13:33 +00:00 |
|
Denis Efremov
|
05ae073fe6
|
Use upstream lkrg in the module template
|
2022-02-16 20:45:55 +00:00 |
|
|
22a8e32e2c
|
Implements modules preload list
|
2020-06-14 20:14:59 +00:00 |
|
|
144a8547bc
|
Move upstream to code.dumpstack.io
|
2019-02-02 21:25:09 +00:00 |
|
|
db27959c8b
|
Use keyed fields
|
2018-12-09 22:50:37 +00:00 |
|
|
b9500de0ba
|
Implements skeleton module/exploit config generator
|
2018-11-23 09:11:18 +00:00 |
|