官术网_书友最值得收藏!

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The server returns an HTTP response with a 200 OK code, some header, and the test.html content if it exists on the server."

A block of code is set as follows:

#!/usr/bin/env
import requests
r = requests.get('http://httpbin.org/ip')
print r.url
print 'Status code:'
print '\t[-]' + str(r.status_code) + '\n'

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

r = requests.get(self.url, auth=(self.username, self.password))
if r.status_code == 200:
hit = "0"

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

python forzaBruta-forms.py -w http://www.scruffybank.com/check_login.php -t 5 -f pass.txt -p "username=admin&password=FUZZ"

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "We right-click on the page and we select View Page Source."

Warnings or important notes appear like this.

Tips and tricks appear like this.

主站蜘蛛池模板: 遵义县| 盐边县| 冀州市| 新巴尔虎右旗| 库伦旗| 九江县| 莆田市| 二连浩特市| 集贤县| 乐亭县| 柳州市| 疏附县| 河东区| 和政县| 金寨县| 晋宁县| 阿鲁科尔沁旗| 红安县| 安西县| 宁波市| 广安市| 乌审旗| 伊金霍洛旗| 博爱县| 南部县| 双辽市| 沂源县| 古丈县| 绥阳县| 巩义市| 郸城县| 阳东县| 肇庆市| 乡宁县| 闻喜县| 松原市| 澄迈县| 公安县| 邮箱| 偃师市| 武威市|