BackTrack 4: Assuring Security by Penetration Testing
上QQ阅读APP看书,第一时间看更新

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "We can include other contexts through the use of the include directive."

A block of code is set as follows:

[+] Command extract found, proceeding with leeching
[+] Searching in targetdomain for: pdf
[+] Total results in google: 1480
[+] Limit: 20

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

# SET TO ON IF YOU WANT TO USE EMAIL IN CONJUNCTION WITH WEB ATTACK
WEBATTACK_EMAIL=ON

Any command-line input or output is written as follows:

./metagoofil.py -d targetdomain -l 20 -f all -o test.html -t test

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "To access dnswalk from BackTrack 4 menu, navigate to Backtrack | Information Gathering | DNS | DNS-Walk".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.