渗透测试人员的PYTHON工具箱_rekall memory analysis framework(1)

先自我介绍一下,小编浙江大学毕业,去过华为、字节跳动等大厂,目前阿里P7

深知大多数程序员,想要提升技能,往往是自己摸索成长,但自己不成体系的自学效果低效又漫长,而且极易碰到天花板技术停滞不前!

因此收集整理了一份《2024年最新网络安全全套学习资料》,初衷也很简单,就是希望能够帮助到想自学提升又不知道该从何学起的朋友。
img
img
img
img
img
img

既有适合小白学习的零基础资料,也有适合3年以上经验的小伙伴深入学习提升的进阶课程,涵盖了95%以上网络安全知识点,真正体系化!

由于文件比较多,这里只是将部分目录截图出来,全套包含大厂面经、学习笔记、源码讲义、实战项目、大纲路线、讲解视频,并且后续会持续更新

如果你需要这些资料,可以添加V获取:vip204888 (备注网络安全)
img

正文

Mistress:
probe file formats on the fly and protocols with malformed data,
based on pre-defined patterns

Fuzzbox:
multi-codec media fuzzer

Forensic Fuzzing
Tools:
generate fuzzed files, fuzzed file systems, and file systems
containing fuzzed files in order to test the robustness of forensics
tools and examination systems

Windows IPC Fuzzing
Tools:
tools used to fuzz applications that use Windows Interprocess
Communication mechanisms

WSBang:
perform automated security testing of SOAP based web services

Construct: library for parsing
and building of data structures (binary or textual). Define your
data structures in a declarative manner

fuzzer.py
(feliam):
simple fuzzer by Felipe Andres Manzano

Fusil: Python library
used to write fuzzing programs

Web:
Requests: elegant and simple HTTP
library, built for human beings

HTTPie: human-friendly cURL-like command line
HTTP client

ProxMon:
processes proxy logs and reports discovered issues

WSMap:
find web service endpoints and discovery files

Twill: browse the Web from a command-line
interface. Supports automated Web testing

Ghost.py: webkit web client written
in Python

Windmill: web testing tool designed
to let you painlessly automate and debug your web application

FunkLoad: functional and load web
tester

spynner: Programmatic web
browsing module for Python with Javascript/AJAX support

python-spidermonkey:
bridge to the Mozilla SpiderMonkey JavaScript engine; allows for the
evaluation and calling of Javascript scripts and functions

mitmproxy: SSL-capable, intercepting HTTP
proxy. Console interface allows traffic flows to be inspected and
edited on the fly

pathod / pathoc: pathological daemon/client
for tormenting HTTP clients and servers

取证分析:
Volatility:
extract digital artifacts from volatile memory (RAM) samples

Rekall:
memory analysis framework developed by Google

LibForensics: library for
developing digital forensics applications

TrIDLib, identify file types
from their binary signatures. Now includes Python binding

aft: Android forensic toolkit

恶意代码分析:
pyew: command line hexadecimal
editor and disassembler, mainly to analyze malware

Exefilter: filter file formats
in e-mails, web pages or files. Detects many common file formats and
can remove active content

pyClamAV: add
virus detection capabilities to your Python software

jsunpack-n, generic
JavaScript unpacker: emulates browser functionality to detect
exploits that target browser and browser plug-in vulnerabilities

yara-python:
identify and classify malware samples

phoneyc: pure Python
honeyclient implementation

CapTipper: analyse, explore and
revive HTTP malicious traffic from PCAP file

PDF文件分析:
peepdf:
Python tool to analyse and explore PDF files to find out if they can be harmful

Didier Stevens’ PDF
tools: analyse,
identify and create PDF files (includes PDFiD, pdf-parser and make-pdf and mPDF)

Opaf: Open PDF Analysis Framework.
Converts PDF to an XML tree that can be analyzed and modified.

Origapy: Python wrapper
for the Origami Ruby module which sanitizes PDF files

pyPDF2: pure Python PDF toolkit: extract
info, spilt, merge, crop, encrypt, decrypt…

PDFMiner:
extract text from PDF files

python-poppler-qt4:
Python binding for the Poppler PDF library, including Qt4 support

杂项:
InlineEgg:
toolbox of classes for writing small assembly programs in Python

Exomind:
framework for building decorated graphs and developing open-source
intelligence modules and ideas, centered on social network services,
search engines and instant messaging

RevHosts: enumerate
virtual hosts for a given IP address

simplejson: JSON
encoder/decoder, e.g. to use Google’s AJAX
API

PyMangle: command line tool
and a python library used to create word lists for use with other
penetration testing tools

Hachoir: view and
edit a binary stream field by field

py-mangle: command line tool
and a python library used to create word lists for use with other
penetration testing tools

其他有用的扩展库与工具:
IPython: enhanced interactive Python
shell with many features for object introspection, system shell
access, and its own special command system

Beautiful Soup:
HTML parser optimized for screen-scraping

matplotlib: make 2D plots of
arrays

Mayavi: 3D scientific
data visualization and plotting

RTGraph3D: create
dynamic graphs in 3D

Twisted: event-driven networking engine

Suds: lightweight SOAP client for
consuming Web Services

M2Crypto:
most complete OpenSSL wrapper

NetworkX: graph library (edges, nodes)

Pandas: library providing
high-performance, easy-to-use data structures and data analysis
tools

pyparsing: general parsing
module

lxml: most feature-rich and easy-to-use library
for working with XML and HTML in the Python language

Whoosh: fast, featureful
full-text indexing and searching library implemented in pure Python

Pexpect: control and automate
other programs, similar to Don Libes Expect system

Sikuli, visual technology
to search and automate GUIs using screenshots. Scriptable in Jython

PyQt and PySide: Python bindings for the Qt
application framework and GUI library

相关书籍:
Violent Python by TJ O’Connor. A Cookbook for Hackers, Forensic Analysts, Penetration Testers and Security Engineers

Grey Hat Python by Justin Seitz:
Python Programming for Hackers and Reverse Engineers.

Black Hat Python by Justin Seitz:
Python Programming for Hackers and Pentesters

Python Penetration Testing Essentials by Mohit:
Employ the power of Python to get the best out of pentesting

一、网安学习成长路线图

网安所有方向的技术点做的整理,形成各个领域的知识点汇总,它的用处就在于,你可以按照上面的知识点去找对应的学习资源,保证自己学得较为全面。
在这里插入图片描述

二、网安视频合集

观看零基础学习视频,看视频学习是最快捷也是最有效果的方式,跟着视频中老师的思路,从基础到深入,还是很容易入门的。
在这里插入图片描述

三、精品网安学习书籍

当我学到一定基础,有自己的理解能力的时候,会去阅读一些前辈整理的书籍或者手写的笔记资料,这些笔记详细记载了他们对一些技术点的理解,这些理解是比较独到,可以学到不一样的思路。
在这里插入图片描述

四、网络安全源码合集+工具包

光学理论是没用的,要学会跟着一起敲,要动手实操,才能将自己的所学运用到实际当中去,这时候可以搞点实战案例来学习。
在这里插入图片描述

五、网络安全面试题

最后就是大家最关心的网络安全面试题板块
在这里插入图片描述在这里插入图片描述

网上学习资料一大堆,但如果学到的知识不成体系,遇到问题时只是浅尝辄止,不再深入研究,那么很难做到真正的技术提升。

需要这份系统化的资料的朋友,可以添加V获取:vip204888 (备注网络安全)
img

一个人可以走的很快,但一群人才能走的更远!不论你是正从事IT行业的老鸟或是对IT行业感兴趣的新人,都欢迎加入我们的的圈子(技术交流、学习资源、职场吐槽、大厂内推、面试辅导),让我们一起学习成长!

d.png)在这里插入图片描述

网上学习资料一大堆,但如果学到的知识不成体系,遇到问题时只是浅尝辄止,不再深入研究,那么很难做到真正的技术提升。

需要这份系统化的资料的朋友,可以添加V获取:vip204888 (备注网络安全)
[外链图片转存中…(img-N6Z5A45y-1713620658868)]

一个人可以走的很快,但一群人才能走的更远!不论你是正从事IT行业的老鸟或是对IT行业感兴趣的新人,都欢迎加入我们的的圈子(技术交流、学习资源、职场吐槽、大厂内推、面试辅导),让我们一起学习成长!

  • 24
    点赞
  • 30
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值