网络安全CTF工具合集

news/2024/5/20 0:14:50 标签: 网络安全, web安全, 程序员, 编程, ctf

各种在线工具以及工具整合

CTF资源库|CTF工具下载|CTF工具包|CTF工具集合

逆向工程:
GDB – http://www.gnu.org/software/gdb/download/
IDA Pro – Download center
Immunity Debugger – http://debugger.immunityinc.com/
OllyDbg – OllyDbg v1.10
radare2 – radare
Hopper – Hopper - Download
nm – unix/linux tool
objdump – linux tool
strace – linux tool
ILSpy – Redirecting…
JD-GUI – Java Decompiler
FFDec – JPEXS Free Flash Decompiler - Download
dex2jar – http://code.google.com/p/dex2jar/
uncompyle2 – https://github.com/wibiti/uncompyle2
Hex editors:
Windows:
HxD – HxD - Freeware Hex Editor and Disk Editor | mh-nexus
Neo – Download HHD Software Hex Editor Neo
Linux:
Bless – http://home.gna.org/bless/downloads.html
wxHexEditor – wxHexEditor - a Free Hex Editor / Disk Editor for Huge Files or Devices on Linux, Windows and MacOSX
Exe unpackers – Unpacking Kit 2012 – Exetools

网络:
Wireshark, tshark – Wireshark · Download
OpenVPN – https://openvpn.net/
OpenSSL – https://www.openssl.org/related/binaries.html
tcpdump – Home | TCPDUMP & LIBPCAP
netcat – The GNU Netcat -- Official homepage
nmap – Download the Free Nmap Security Scanner for Linux/Mac/Windows

隐写:
OpenStego – openstego.info - openstego
OutGuess – Tag: steganography - Niels Provos
Steghide – Steghide - Download
StegFS – stegfs download | SourceForge.net
pngcheck – pngcheck Home Page
GIMP – GIMP - Downloads
Audacity – Audacity download | SourceForge.net
MP3Stego – MP3Stego
ffmpeg (for video analysis) – Download FFmpeg

电子取证:
dd – unix/linux tool
strings – unix/linux tool
scalpel – GitHub - sleuthkit/scalpel: Scalpel is an open source data carving tool. It is not being actively maintained.
TrID – http://mark0.net/soft-trid-e.html
binwalk – http://binwalk.org/
foremost – Foremost
ExifTool – ExifTool by Phil Harvey
Digital Forensics Framework (DFF) – http://www.digital-forensic.org/download/
Computer Aided INvestigative Environment (CAINE) Linux forensics live distribution – CAINE Live USB/DVD - computer forensics digital forensics
The Sleuth Kit (TSK) – The Sleuth Kit: Download
Volatility – http://code.google.com/p/volatility/

编程以及编码工具/PPC:
Text editors:
Sublime Text – Sublime Text - Text Editing, Done Right
Notepad++ – http://notepad-plus-plus.org/
vim – welcome home : vim online
emacs – GNU Emacs - GNU Project

密码学:
Cryptool – The CrypTool Portal - CrypTool Portal
hashpump – https://github.com/bwall/HashPump
Sage – SageMath - Open-Source Mathematical Software System
John the Ripper – John the Ripper password cracker
xortool – https://github.com/hellman/xortool

在线工具:
http://www.crypo.com/
http://www.cryptool-online.org/
Ciphers and Codes
Modules for python – pycrypto – https://www.dlitz.net/software/pycrypto/

cmd5:

md5解密 MD5在线解密 破解md5

md5在线解密破解,md5解密加密

进制转换 - 进制转换 - 在线工具

在线运行代码 - PHP 在线工具 | 菜鸟工具


还有一些非CTF领域但也可用于CTF的黑客工具需要的可以后台私我


http://www.niftyadmin.cn/n/352102.html

相关文章

《程序员面试金典(第6版)》面试题 02.01. 移除重复节点(哈希映射,多指针暴力破解,链表)

题目描述 编写代码,移除未排序链表中的重复节点。保留最开始出现的节点。 题目传输门:面试题 02.01. 移除重复节点 示例1: 输入:[1, 2, 3, 3, 2, 1]输出:[1, 2, 3]示例2: 输入:[1, 1, 1, 1, 2]输出:[1, 2]…

React项目搭建

一、项目搭建(不采用vite方式) 使用create-react-app生成项目 npx create-react-app pc 进入根目录 cd pc 启动项目 npm start 调整项目目录结构 /src/assets 项目资源文件,比如,图片 等/components 通用组件/pag…

我的苹果手机的越狱之旅

最近因为业务需要,需要一台越狱手机;就把测试机6plus拿来做越狱使用,在此之前先大致说明一下越狱的原理、应用、流程以及可能存在的问题: 越狱是指通过一些技术手段,使iOS设备可以访问到iOS系统的全部控制权&#xff0…

课程表 II:拓扑i排序

Problem: 210. 课程表 II 文章目录 思路解题方法1:首先新建一个inDegree数组用来存放所有的点的入度:int[] inDegree new int[numCourses];2:然后遍历所有子数组将所有点及其入度存进去,这道题就是课程号本身为坐标,对…

openssh kex.c拒绝服务漏洞漏洞(CVE-2016-8858)处理

一、漏洞描述 OpenSSH(OpenBSD Secure Shell)是OpenBSD计划组所维护的一套用于安全访问远程计算机的连接工具。该工具是SSH协议的开源实现,支持对所有的传输进行加密,可有效阻止窃听、连接劫持以及其他网络级的攻击。OpenSSH 6.x版…

工作模式(2)

输入捕捉 输入捕捉功能的主要特点: ⚫ 上升沿或下降沿捕捉 ⚫ 脉冲宽度捕捉或脉冲周期捕捉 ⚫ 带清零的捕捉或自由计数捕捉 ⚫ 单次捕捉或连续捕捉 捕捉模式只能工作在16bit级联模式下,从0开始计数。当选择上升沿捕捉周期模式时,电路在检测到…

认识深度学习中的循环神经网络(RNN、LSTM、GRU)的区别与联系

RNN、LSTM 和 GRU 的区别和原理如下: - RNN 是一种基本的循环神经网络,它的每个隐藏层的输出都会作为下一个时间步的输入,形成一个循环。RNN 的优点是能够捕捉序列数据的时序信息,但是也有缺点,比如梯度消失或爆炸、难…

go的函数和方法

函数 参数 函数可以通过两种方式传递参数 值传递:指在调用函数时将实际参数复制一份传递到函数中,这样在函数中如果对参数进行修改,将不会影响到实际参数指针传递:是指在调用函数时将实际参数的地址传递到函数中,那…