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

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

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

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

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

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

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

正文

files without libpcap

flowgrep: grep through
packet payloads using regular expressions

Knock Subdomain Scan, enumerate
subdomains on a target domain through a wordlist

SubBrute, fast subdomain
enumeration tool

Mallory, extensible
TCP/UDP man-in-the-middle proxy, supports modifying non-standard
protocols on the fly

Pytbull: flexible IDS/IPS testing
framework (shipped with more than 300 tests)

调试与逆向工程:
Paimei: reverse engineering
framework, includes PyDBG, PIDA,
pGRAPH

Immunity Debugger:
scriptable GUI and command line debugger

mona.py:
PyCommand for Immunity Debugger that replaces and improves on
pvefindaddr

IDAPython: IDA Pro plugin that
integrates the Python programming language, allowing scripts to run
in IDA Pro

PyEMU: fully scriptable IA-32
emulator, useful for malware analysis

pefile: read and work with
Portable Executable (aka PE) files

pydasm:
Python interface to the libdasm x86 disassembling library

PyDbgEng: Python wrapper for the
Microsoft Windows Debugging Engine

uhooker:
intercept calls to API calls inside DLLs, and also arbitrary
addresses within the executable file in memory

diStorm: disassembler library
for AMD64, licensed under the BSD license

python-ptrace:
debugger using ptrace (Linux, BSD and Darwin system call to trace
processes) written in Python

vdb / vtrace: vtrace is a
cross-platform process debugging API implemented in python, and vdb
is a debugger which uses it

Androguard: reverse
engineering and analysis of Android applications

Capstone: lightweight
multi-platform, multi-architecture disassembly framework with Python
bindings

PyBFD: Python interface
to the GNU Binary File Descriptor (BFD) library

Fuzzing:
Sulley: fuzzer development and
fuzz testing framework consisting of multiple extensible components

Peach Fuzzing Platform:
extensible fuzzing framework for generation and mutation based
fuzzing (v2 was written in Python)

antiparser: fuzz testing and
fault injection API

TAOF, (The Art of Fuzzing)
including ProxyFuzz, a man-in-the-middle non-deterministic network
fuzzer

untidy: general purpose XML fuzzer

Powerfuzzer: highly automated and
fully customizable web fuzzer (HTTP protocol based application
fuzzer)

SMUDGE

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…

一、网安学习成长路线图

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

二、网安视频合集

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

三、精品网安学习书籍

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

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

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

五、网络安全面试题

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

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

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

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

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

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

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

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

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值