This commit is contained in:
euphrat1ca 2020-10-24 22:01:24 +08:00
parent 6c775de146
commit 5601d8fd2c

View File

@ -126,8 +126,8 @@
- https://github.com/0Chencc/CTFCrackTools //kotlin与java。CTF工具框架支持CryptoMis等。支持python插件。
- https://github.com/guyoung/CaptfEncoder //Nodejs。基于Electron。跨平台网络安全工具套件提供网络安全相关编码转换、古典密码、密码学、特殊编码等工具并聚合各类在线工具。
- https://github.com/gchq/CyberChef //JS。反混淆密码解密工具。
- https://github.com/3summer/CTF-RSA-tool //Py3。RSA基本题型ctf套路。
- https://github.com/mufeedvh/basecrack //Py。全base编码检测。
- 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。
@ -136,6 +136,7 @@
- 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/Gallopsled/pwntools //Py。pwn类型二进制利用框架
- https://github.com/ChrisTheCoolHut/Zeratool //Py。pwn类型二进制利用框架