- Advanced Infrastructure Penetration Testing
- Chiheb Chebbi
- 226字
- 2021-06-24 19:12:43
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: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
def intialize
super(
'Name' => 'TCP scanner',
'Version' => '$Revisiov: 1 $',
'Description' => 'This is a Demo for Packt Readers',
'License' => MSF_LICENSSE
)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
def intialize
super(
'Name' => 'TCP scanner',
'Version' => '$Revisiov: 1 $',
'Description' => 'This is a Demo for Packt Readers',
'License' => MSF_LICENSSE
)
Any command-line input or output is written as follows:
git clone https://github.com/laramies/theHarvester
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "To start a Nexpose scan, open a project, click on Create and select Site, for example. Then, enter a target IP or an IP range to start a scan"
- Linux操作系統基礎
- Linux運維實戰:CentOS7.6操作系統從入門到精通
- 阿里云數字新基建系列:云原生操作系統Kubernetes
- Kali Linux滲透測試全流程詳解
- Arch Linux Environment Setup How-to
- 操作系統基礎與實踐:基于openEuler平臺
- SharePoint 2013 應用開發實戰
- Linux操作系統應用編程
- Docker+Kubernetes應用開發與快速上云
- Linux自動化運維:Shell與Ansible(微課版)
- STM32庫開發實戰指南:基于STM32F4
- 嵌入式系統及其應用(第三版)
- Advanced TypeScript Programming Projects
- Social Data Visualization with HTML5 and JavaScript
- Linux基礎使用與案例