De-personalize the initial example setup
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
|
||||
// Project-specific variables
|
||||
#panicOnPlaceholder.update(false)
|
||||
#let place = placeholder("Düsseldorf")
|
||||
#let author = placeholder("Martin \"maride\" Dessauer")
|
||||
#let targetFull = placeholder("FooBar Dummy Lab")
|
||||
#let targetInSentence = placeholder("the Dummy Lab")
|
||||
#let place = placeholder("New York")
|
||||
#let author = placeholder("Dade Murphy")
|
||||
#let targetFull = placeholder("Ellingson Mineral Corporation")
|
||||
#let targetInSentence = placeholder("Ellingston Mineral")
|
||||
#let reportType = placeholder("Penetration Test Report")
|
||||
|
||||
// Styling setup
|
||||
@@ -88,9 +88,9 @@
|
||||
scope: (
|
||||
( type: "Address", content: placeholder("10.23.42.1"), inScope: true ),
|
||||
( type: "Address", content: placeholder("2001:db8::2342"), inScope: true ),
|
||||
( type: "Domain", content: placeholder("*.maride.inv"), inScope: true ),
|
||||
( type: "URL", content: placeholder("secret.maride.inv/flag.txt"), inScope: false),
|
||||
( type: "URL", content: placeholder("important.maride.inv/rickroll"), inScope: false)
|
||||
( type: "Domain", content: placeholder("*.ellingson-mineral.co"), inScope: true ),
|
||||
( type: "URL", content: placeholder("secret.ellingson-mineral.co/flag.txt"), inScope: false),
|
||||
( type: "URL", content: placeholder("important.ellingson-mineral.co/rickroll"), inScope: false)
|
||||
)
|
||||
)
|
||||
#pagebreak()
|
||||
|
||||
Reference in New Issue
Block a user