From 5601d8fd2c95f113e565a579dbeef0163e6253fc Mon Sep 17 00:00:00 2001 From: euphrat1ca Date: Sat, 24 Oct 2020 22:01:24 +0800 Subject: [PATCH] 1 --- wiki_GeekStudy.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wiki_GeekStudy.md b/wiki_GeekStudy.md index 7e905a2..a609344 100644 --- a/wiki_GeekStudy.md +++ b/wiki_GeekStudy.md @@ -126,8 +126,8 @@ - https://github.com/0Chencc/CTFCrackTools //kotlin与java。CTF工具框架,支持Crypto,Mis等。支持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类型,二进制利用框架