- Learning Penetration Testing with Python
- Christopher Duffy
- 172字
- 2021-07-09 21:52:52
Conventions
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: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
try: import docx from docx.shared import Inches except: sys.exit("[!] Install the docx writer library as root or through sudo: pip install python-docx")
Any command-line input or output is written as follows:
echo TEST > my_wordlist
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: "We organize the vulnerabilities by Number Of Exploits Descending to find the exploitable vulnerabilities."
- Visual FoxPro程序設計教程
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Python Game Programming By Example
- Hands-On JavaScript High Performance
- 零基礎學Python數據分析(升級版)
- bbPress Complete
- Learning Unreal Engine Android Game Development
- Advanced Express Web Application Development
- 深入實踐DDD:以DSL驅動復雜軟件開發
- 3ds Max 2018從入門到精通
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- Python繪圖指南:分形與數據可視化(全彩)
- 計算機視覺實戰:基于TensorFlow 2
- Jenkins 2.x Continuous Integration Cookbook(Third Edition)
- Getting Started with SQL Server 2014 Administration