1
0
Fork 0
Commit Graph

28 Commits (master)

Author SHA1 Message Date
dump_stack() 4e5a499db7
fix: remove spaces from examples names 2024-02-20 14:30:17 +00:00
dump_stack() 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
dump_stack() 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
dump_stack() 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
dump_stack() e1ac462642
feat: test lkrg alert 2023-05-17 17:04:13 +00:00
dump_stack() 2460b8230a
Ignore logs 2023-05-09 17:43:53 +00:00
dump_stack() 105809ddec
Add script artifact type 2023-03-22 20:56:44 +00:00
dump_stack() 603a2c98bd
Use upstream lkrg 2021-01-05 20:52:27 +00:00
dump_stack() 22a8e32e2c
Implements modules preload list 2020-06-14 20:14:59 +00:00
dump_stack() 14b8010fee
Fix spelling 2019-08-21 06:16:25 +00:00
dump_stack() 7fd8614e3c
Using sed to fix spelling was not a really good idea.
Revert "Fix spelling"

This reverts commit 3d958c1e10.
2019-08-21 06:14:58 +00:00
dump_stack() 3d958c1e10
Fix spelling 2019-08-20 23:17:23 +00:00
dump_stack() 72bb8df46b
Support CentOS kernels
Resolves #8
2019-08-20 18:58:08 +00:00
dump_stack() ea5f06334c
Fix regexp 2019-08-17 15:30:42 +00:00
dump_stack() e5856c1931
Implements non-regex way to set kernel version 2019-08-17 15:12:48 +00:00
dump_stack() 927fcddebf
Add missed va_end call 2019-08-17 09:08:58 +00:00
dump_stack() fdb08ecf62 Print kernel config skeleton to stdout 2018-11-28 23:53:47 +00:00
dump_stack() 8eff63f2b9 Basic kernel autogeneration (based on current config) implementation 2018-11-28 22:41:17 +00:00
dump_stack() b571ffe3ae Add kernels for supported list 2018-10-07 22:02:38 +00:00
dump_stack() 0556088392 Change example to CVE-2017-16995 2018-10-07 21:15:56 +00:00
dump_stack() 9843778f06 Implements tests for kernel modules 2018-10-07 17:53:57 +00:00
dump_stack() a1eabd7df6 Fix variable names 2018-10-07 17:35:36 +00:00
dump_stack() 9eb95acb3e Add note about exploit test 2018-10-07 17:31:49 +00:00
dump_stack() 61c61e09f9 Fix variable names 2018-10-07 17:30:13 +00:00
dump_stack() e223734d24 Use kernel exploit name as base for test util name 2018-10-07 16:56:11 +00:00
dump_stack() fe5fe7367d Fix target name variable 2018-10-07 16:35:54 +00:00
dump_stack() 6991877493 Add example kernel exploit skeleton 2018-10-07 12:08:31 +00:00
dump_stack() 97842d8753 Add example kernel module 2018-10-07 10:48:25 +00:00