This commit is contained in:
whoami 2020-11-05 22:53:22 +08:00
parent e2ac24d7c8
commit d44d6dae3f
3 changed files with 28 additions and 28 deletions

View File

@ -4,18 +4,27 @@
- https://github.com/laramies/metagoofil //Py。从文件获取相关网站的用户名与邮箱等数据。documents (pdf,doc,xls,ppt,etc).
- https://github.com/mozilla/mig //go。火狐mozilla基金会针对海量文件的内容定位工具支持节点分级部署。Deprecation。
- https://polytechnic.purdue.edu/facilities/cybersecurity-forensics-lab/tools //FileTSAR大规模的数据调查取证。
- https://techtalk.gfi.com/top-20-free-digital-forensic-investigation-tools-for-sysadmins/ //翻译|系统管理员免费数字取证调查工具TOP20
### 文件取证
- https://www.audacityteam.org/ //音频文件和波形图处理工具
- https://techtalk.gfi.com/top-20-free-digital-forensic-investigation-tools-for-sysadmins/ //翻译|系统管理员免费数字取证调查工具TOP20。
- https://0xrick.github.io/lists/stego/ //隐写术工具和资源列表 Steganography - A list of useful tools and resources。
## 文件取证
- http://qpdf.sourceforge.net/ //查看pdf文件并整理提取信息
- http://zipinfo.com/ //在无需提取的情况下列出了zip文件的内容信息
- https://github.com/ElevenPaths/FOCA //文档中查找元数据和隐藏信息
### 图片取证
- https://www.freebuf.com/sectool/208781.html //将任意文本隐藏在音频视频图片和文本中的多种方式。
- https://github.com/DominicBreuker/stego-toolkit //图片、音频隐写工具集。P:Stegosuite;--
- https://github.com/redaelli/imago-forensics //Py3。将照片中Exif、MIME等信息提取存入CSV/sqlite中
- http://www.magicexif.com/ //将照片图像中的exif信息数据化
- http://mediaarea.net/MediaInfo //类似于exiftool来查看内容区域和元数据信息
- https://www.sno.phy.queensu.ca/~phil/exiftool/ //检查图像文件的exif元数据
- https://www.gimp.org/ //Gimp可将各类图像文件转换为可视化数据用于确认文件是否是一个图像文件。
- http://qpdf.sourceforge.net/ //查看pdf文件并整理提取信息
- http://zipinfo.com/ //在无需提取的情况下列出了zip文件的内容信息
- https://github.com/GuidoBartoli/sherloq //C++。数字图片取证
- https://github.com/ElevenPaths/FOCA //文档中查找元数据和隐藏信息
- https://github.com/GuidoBartoli/sherloq //C++。数字图片取证。
- https://github.com/livz/cloacked-pixel //Py3。LSB图片数据隐藏
- http://www.caesum.com/handbook/Stegsolve.jar //Java。图片隐写查看器多图层查看器。
- http://www.libpng.org/pub/png/apps/pngcheck.html //图片检测。goodjob。
### 音频取证
- https://embeddedsw.net/OpenPuff_Steganography_Home.html //图片音视频隐写,加密工具。
- https://www.audacityteam.org/ //音频文件和波形图处理工具adobe AU。
## 计算机设备取证
- https://www.cgsecurity.org/wiki/TestDisk //磁盘分区修复
- https://github.com/decalage2/oletools //Py。用于分析MS OLE2文件结构化存储复合文件二进制格式和MS Office文档

View File

@ -115,33 +115,24 @@
- https://github.com/giantbranch/pwn_deploy_chroot //Py。部署多个pwn题到一个docker容器中
- https://github.com/PELock/CrackMeZ3S-CTF-CrackMe-Tutorial //C++。为CTF比赛编写CrackMe软件。
- https://github.com/m0xiaoxi/AWD_CTF_Platform //CTF-AWD 训练平台
### CTF命令脚本
### CTF杂项
- https://github.com/adon90/pentest_compilation //ctf比赛与OSCP考试中常见的知识点和命令
- https://www.wishingstarmoye.com/ctf/autokey //CTF在线工具集合。密码/隐写/二维码/哈希/编码/激战2/。
### CTF攻防AWD
- https://edwardchoijc.github.io/CTF线下AWD经验总结.html/ //CTF攻防AWD经验总结
- https://github.com/NEALWE/AWD_FrameWork //Py3。awd框架比赛常用脚本。
- https://github.com/Wfzsec/awd_attack_framework //PHP。AWD(Attack With Defense,攻防兼备)常用脚本+不死马+crontab+防御方法。
### CTF杂项
- https://www.wishingstarmoye.com/ctf/autokey //CTF在线工具集合。密码/隐写/二维码/哈希/编码/激战2/。
### CTF密码学
- https://github.com/0Chencc/CTFCrackTools //kotlin与java。CTF工具框架支持CryptoMis等。支持python插件。
- https://github.com/guyoung/CaptfEncoder //Nodejs。基于Electron。跨平台网络安全工具套件提供网络安全相关编码转换、古典密码、密码学、特殊编码等工具并聚合各类在线工具。
- https://github.com/guyoung/CaptfEncoder //Nodejs。基于Electron。跨平台网络安全工具套件提供网络安全相关编码转换、古典密码、密码学、特殊编码等工具并聚合各类在线工具。goodjob。
- https://github.com/gchq/CyberChef //JS。反混淆密码解密工具。
- https://github.com/3summer/CTF-RSA-tool //Py2。RSA基本题型ctf套路。
- https://github.com/mufeedvh/basecrack //Py3。全base编码检测。
### CTF隐写术
- https://www.freebuf.com/sectool/208781.html //将任意文本隐藏在音频视频图片和文本中的多种方式
- https://0xrick.github.io/lists/stego/ //隐写术工具和资源列表 Steganography - A list of useful tools and resources。
- https://github.com/DominicBreuker/stego-toolkit //图片、音频隐写工具Stegosuite
- https://github.com/livz/cloacked-pixel //Py3。LSB图片数据隐藏
- http://www.caesum.com/handbook/Stegsolve.jar //Java。图片隐写查看器多图层查看器。
- https://embeddedsw.net/OpenPuff_Steganography_Home.html //图片音视频隐写工具
- https://www.audacityteam.org/ //音频编辑工具,波形图显示。
- http://www.libpng.org/pub/png/apps/pngcheck.html //图片检测。goodjob。
### CTF二进制pwn利用
- https://github.com/mufeedvh/basecrack //Py3。全base编码检测。GOODJOB。
### CTF利用Pwn
- https://github.com/Gallopsled/pwntools //Py。pwn类型二进制利用框架
- https://github.com/ChrisTheCoolHut/Zeratool //Py。pwn类型二进制利用框架
- https://github.com/ChrisTheCoolHut/Rocket-Shot //Py。pwn自动攻击脚本
## 二进制pwn利用
- https://github.com/ChrisTheCoolHut/Rocket-Shot //Py。pwn利用自动攻击脚本
## 二进制利用
- https://github.com/FULLSHADE/WindowsExploitationResources/ //Windows漏洞高级开发资源合集windows rootkitwindows调试内核shellcode沙箱Fuzz等资料。
- https://www.52pojie.cn/thread-709699-1-1.html //160个CrackMe附破解方法。
- https://www.youtube.com/playlist?list=PLKwUZp9HwWoDDBPvoapdbJ1rdofowT67z //IDA逆向工程入门

View File

@ -55,12 +55,12 @@
- https://github.com/0xd4d/de4dot/ //C#。反混淆.Net代码逆向解压。
- https://www.jetbrains.com/decompiler/ C#反编译NiceDotPeek可显示代码注释。
### Python逆向
- https://sourceforge.net/projects/pyinstallerextractor //Py。pyinstaller.exe反编译为.pyc
- https://sourceforge.net/projects/pyinstallerextractor //Py。pyinstaller'*.exe'反编译为'.pyc'
- https://github.com/countercept/python-exe-unpacker //Py。Linux下py2exe or pyinstaller打包文件解压缩、逆向代码。
- http://tools.bugscaner.com/decompyle //.pyc .pyo文件在线反编译
- https://github.com/rocky/python-uncompyle6 //Py3。支持Python version 1.3 to version 3.7源码反编译*.pyc
- http://tools.bugscaner.com/decompyle //'.pyc .pyo'文件在线反编译
- https://github.com/rocky/python-uncompyle6 //Py3。支持Python version 1.3 to version 3.7源码反编译'*.pyc'
- https://github.com/wibiti/uncompyle2 //Py3。针对python2.7源码反编译
- https://sourceforge.net/projects/easypythondecompiler //Easy Python Decompiler利用 "Uncompyle2" & "Decompyle++",支持.pyc 1.0 - 3.4源码反编译界面GUI。
- https://sourceforge.net/projects/easypythondecompiler //Easy Python Decompiler利用 "Uncompyle2" & "Decompyle++",支持'.pyc 1.0 - 3.4'源码反编译界面GUI。
- https://github.com/zrax/pycdc //C++。Linux全版本*.pyc反编译。
### Java逆向
- https://github.com/skylot/jadx //Java。jd-gui反编译工具升级版反编译出来的代码未格式化。20k。G:/java-decompiler/jd-gui;--