In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Open a terminal in Kali Linux and type, git clone https://github.com/nmap/nmap.git to begin the cloning process."
A block of code is set as follows:
<div style="text-align: center;"> <div style="box-sizing: border-box; display: inline-block; width: auto; max-width: 480px; background-color: #FFFFFF; border: 2px solid #0361A8; border-radius: 5px; box-shadow: 0px 0px 8px #0361A8; margin: 50px auto auto;"> <div style="background: #38ACEC; border-radius: 5px 5px 0px 0px; padding: 15px;">
Any command-line input or output is written as follows:
nmap -p 80 192.168.0.9
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Go to Places | Home Folder."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.