Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Cobalt Strike implements another technique to perform privilege escalation, which is the elevate svc-exe
command."
A block of code is set as follows:
geoip { fields => [city_name, continent_code, country_code3, country_name, region_name , location] source => "source_ip" target => "source_geo" }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<q2:Data>Server=http://wec01.mydomain.com:5985/wsman/SubscriptionManager/WEC,Refresh=3600</q2:Data> </q2:Element> </q2:Value> </q2:ListBox>
Any command-line input or output is written as follows:
#Display a specific subscription in XML format wecutil gs "Authentication" /format:XML # Delete subscription wecutil ds "Authentication"
Bold: Indicates a new term, an important word, or words that you see on screen. For instance, words in menus or dialog boxes appear in bold. Here is an example: "The Knowledge | Tools view allows us to see any relationships."
Tips or Important Notes
Appear like this.