From 7c5424345ba6dd929768bc56730c1e1dcec45ea3 Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Fri, 22 Oct 2021 22:56:40 +0800 Subject: [PATCH] 2021-10-22 22:56:40 --- trans/py-pentest-cb/00.md | 2 +- trans/py-pentest-cb/01.md | 2 +- trans/py-pentest-cb/02.md | 2 +- trans/py-pentest-cb/03.md | 2 +- trans/py-pentest-cb/04.md | 2 +- trans/py-pentest-cb/05.md | 2 +- trans/py-pentest-cb/06.md | 2 +- trans/py-pentest-cb/07.md | 2 +- trans/py-pentest-cb/08.md | 2 +- trans/py-pentest-cb/09.md | 2 +- trans/py-pentest-cb/10.md | 2 +- trans/py-pentest-cb/11.md | 2 +- trans/py-pentest-cb/12.md | 2 +- trans/py-pentest-cb/13.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/trans/py-pentest-cb/00.md b/trans/py-pentest-cb/00.md index e00ef9e..de0046b 100644 --- a/trans/py-pentest-cb/00.md +++ b/trans/py-pentest-cb/00.md @@ -1,4 +1,4 @@ -# 前言 +# 零、前言 Python 是一种动态的解释语言,属于高级编程语言。由于其清晰的语法和广泛的库,它被用作通用语言。基于 Python 的解释性质,它通常被认为是一种脚本语言。Python 在信息安全方面占主导地位,因为它不太复杂,拥有无限的库和第三方模块。安全专家更喜欢使用 Python 作为开发信息安全工具包(如 w3af、sqlmap 等)的语言。Python 的模块化设计有助于重用代码和代码可读性,使 Python 套件成为安全研究人员和专家编写脚本和构建安全测试工具的首选。 diff --git a/trans/py-pentest-cb/01.md b/trans/py-pentest-cb/01.md index b7d9809..487216f 100644 --- a/trans/py-pentest-cb/01.md +++ b/trans/py-pentest-cb/01.md @@ -1,4 +1,4 @@ -# 为什么在渗透测试中使用 Python? +# 一、为什么在渗透测试中使用 Python? 在本章中,我们将介绍以下配方: diff --git a/trans/py-pentest-cb/02.md b/trans/py-pentest-cb/02.md index b718c8c..4808cce 100644 --- a/trans/py-pentest-cb/02.md +++ b/trans/py-pentest-cb/02.md @@ -1,4 +1,4 @@ -# 设置 Python 环境 +# 二、设置 Python 环境 在本章中,我们将介绍以下配方: diff --git a/trans/py-pentest-cb/03.md b/trans/py-pentest-cb/03.md index be6ac10..8b04a4a 100644 --- a/trans/py-pentest-cb/03.md +++ b/trans/py-pentest-cb/03.md @@ -1,4 +1,4 @@ -# 用 Python 进行 Web 抓取 +# 三、将 Python 用于 Web 抓取 在本章中,我们将介绍以下配方: diff --git a/trans/py-pentest-cb/04.md b/trans/py-pentest-cb/04.md index d3d93b8..cc5e103 100644 --- a/trans/py-pentest-cb/04.md +++ b/trans/py-pentest-cb/04.md @@ -1,4 +1,4 @@ -# 用 Python 进行数据解析 +# 四、Python 数据解析 在本章中,我们将介绍以下配方: diff --git a/trans/py-pentest-cb/05.md b/trans/py-pentest-cb/05.md index 8417982..b557806 100644 --- a/trans/py-pentest-cb/05.md +++ b/trans/py-pentest-cb/05.md @@ -1,4 +1,4 @@ -# 用刮纸和美容器刮网 +# 五、用 Scrapy 和 BeautifulSoup 爬取 在本章中,我们将介绍以下配方: diff --git a/trans/py-pentest-cb/06.md b/trans/py-pentest-cb/06.md index a468f6e..15ba3b5 100644 --- a/trans/py-pentest-cb/06.md +++ b/trans/py-pentest-cb/06.md @@ -1,4 +1,4 @@ -# 用 Python 进行网络扫描 +# 六、Python 网络扫描 在本章中,我们将介绍以下配方: diff --git a/trans/py-pentest-cb/07.md b/trans/py-pentest-cb/07.md index 8ab3e62..e4c18d6 100644 --- a/trans/py-pentest-cb/07.md +++ b/trans/py-pentest-cb/07.md @@ -1,4 +1,4 @@ -# 用 Python 进行网络嗅探 +# 七、Python 网络嗅探 在本章中,我们将介绍以下配方: diff --git a/trans/py-pentest-cb/08.md b/trans/py-pentest-cb/08.md index f61afdb..71f10a4 100644 --- a/trans/py-pentest-cb/08.md +++ b/trans/py-pentest-cb/08.md @@ -1,4 +1,4 @@ -# 肩胛骨基础 +# 八、Scrapy 基础 在本章中,我们将介绍以下配方: diff --git a/trans/py-pentest-cb/09.md b/trans/py-pentest-cb/09.md index 6756c20..4d885dd 100644 --- a/trans/py-pentest-cb/09.md +++ b/trans/py-pentest-cb/09.md @@ -1,4 +1,4 @@ -# Wi-Fi 嗅探 +# 九、Wi-Fi 嗅探 在本章中,我们将介绍以下配方: diff --git a/trans/py-pentest-cb/10.md b/trans/py-pentest-cb/10.md index 54056b8..c165339 100644 --- a/trans/py-pentest-cb/10.md +++ b/trans/py-pentest-cb/10.md @@ -1,4 +1,4 @@ -# 第 2 层攻击 +# 十、第二层攻击 在本章中,我们将介绍以下配方: diff --git a/trans/py-pentest-cb/11.md b/trans/py-pentest-cb/11.md index 8efd39a..397ac58 100644 --- a/trans/py-pentest-cb/11.md +++ b/trans/py-pentest-cb/11.md @@ -1,4 +1,4 @@ -# TCP/IP 攻击 +# 十一、TCP/IP 攻击 在本章中,我们将介绍以下配方: diff --git a/trans/py-pentest-cb/12.md b/trans/py-pentest-cb/12.md index 1121c98..9319c5f 100644 --- a/trans/py-pentest-cb/12.md +++ b/trans/py-pentest-cb/12.md @@ -1,4 +1,4 @@ -# 开拓发展导论 +# 十二、利用开发简介 在本章中,我们将介绍以下配方: diff --git a/trans/py-pentest-cb/13.md b/trans/py-pentest-cb/13.md index 1d4870b..1b13e84 100644 --- a/trans/py-pentest-cb/13.md +++ b/trans/py-pentest-cb/13.md @@ -1,4 +1,4 @@ -# Windows 漏洞开发 +# 十三、Windows 利用开发 在本章中,我们将介绍以下配方: -- GitLab