fix: remove spaces from examples names
This commit is contained in:
parent
4202a7bc26
commit
4e5a499db7
@ -1,6 +1,6 @@
|
||||
# out-of-tree configuration file
|
||||
# docs at https://out-of-tree.io
|
||||
name = "out-of-tree exploit example"
|
||||
name = "exploit_example"
|
||||
type = "exploit"
|
||||
|
||||
[[targets]]
|
||||
|
@ -1,6 +1,6 @@
|
||||
# out-of-tree configuration file
|
||||
# docs at https://out-of-tree.io
|
||||
name = "out-of-tree module example"
|
||||
name = "module_example"
|
||||
type = "module"
|
||||
|
||||
[[targets]]
|
||||
|
@ -1,4 +1,4 @@
|
||||
name = "out-of-tree preload"
|
||||
name = "preload_example"
|
||||
type = "module"
|
||||
|
||||
[[targets]]
|
||||
|
@ -1,6 +1,6 @@
|
||||
# out-of-tree configuration file
|
||||
# docs at https://out-of-tree.io
|
||||
name = "out-of-tree script example"
|
||||
name = "script_example"
|
||||
type = "script"
|
||||
|
||||
script = "script.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user