作者:天谕
链接:https://zhuanlan.zhihu.com/p/21380662
来源:知乎
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
刚好这两天对之前github上关注的一些比较有意思的项目进行了一下分类整理,在这里列出来分享给大家,希望能对大家寻找工具或者资源有所帮助。

大部分Repo是关于安全以及Python的,也有一些其他主题的项目,有很多我都没有用过,关于项目的功能概括如果写的有不对的地方,还请大家多多包涵,给予指正。

欢迎组团欢迎一起学习交流!转载请注明出处。

漏洞及渗透练习平台:

  • WebGoat漏洞练习环境

https://github.com/WebGoat/WebGoat

https://github.com/WebGoat/WebGoat-Legacy

  • Damn Vulnerable Web Application(漏洞练习平台)

https://github.com/RandomStorm/DVWA

  • 数据库注入练习平台

https://github.com/Audi-1/sqli-labs

  • 用node编写的漏洞练习平台,like OWASP Node Goat

https://github.com/cr0hn/vulnerable-node

花式扫描器 :

  • 端口扫描器Nmap

https://github.com/nmap/nmap

  • 本地网络扫描器

https://github.com/SkyLined/LocalNetworkScanner

  • 子域名扫描器

https://github.com/lijiejie/subDomainsBrute

  • 漏洞路由扫描器

https://github.com/jh00nbr/Routerhunter-2.0

  • 迷你批量信息泄漏扫描脚本

https://github.com/lijiejie/BBScan

  • Waf类型检测工具

https://github.com/EnableSecurity/wafw00f

信息搜集工具 :

  • 社工插件,可查找以email、phone、username的注册的所有网站账号信息

https://github.com/n0tr00t/Sreg

  • Github信息搜集,可实时扫描查询git最新上传有关邮箱账号密码信息

https://github.com/sea-god/gitscan

  • github Repo信息搜集工具

https://github.com/metac0rtex/GitHarvester

WEB:

  • webshell大合集

https://github.com/tennc/webshell

  • 渗透以及web攻击脚本

https://github.com/brianwrf/hackUtils

  • web渗透小工具大合集

https://github.com/rootphantomer/hack_tools_for_me

  • XSS数据接收平台

https://github.com/firesunCN/BlueLotus_XSSReceiver

  • XSS与CSRF工具

https://github.com/evilcos/xssor

  • Short for command injection exploiter,web向命令注入检测工具

https://github.com/stasinopoulos/commix

  • 数据库注入工具

https://github.com/sqlmapproject/sqlmap

  • Web代理,通过加载sqlmap api进行sqli实时检测

https://github.com/zt2/sqli-hunter

  • 新版中国菜刀

https://github.com/Chora10/Cknife

  • .git泄露利用EXP

https://github.com/lijiejie/GitHack

  • 浏览器攻击框架

https://github.com/beefproject/beef

  • 自动化绕过WAF脚本

https://github.com/khalilbijjou/WAFNinja

  • http命令行客户端,可以从命令行构造发送各种http请求(类似于Curl)

https://github.com/jkbrzt/httpie

  • 浏览器调试利器

https://github.com/firebug/firebug

  • 一款开源WAF

https://github.com/SpiderLabs/ModSecurity

windows域渗透工具:

  • windows渗透神器

https://github.com/gentilkiwi/mimikatz

  • Powershell渗透库合集

https://github.com/PowerShellMafia/PowerSploit

  • Powershell tools合集

https://github.com/clymb3r/PowerShell

Fuzz:

  • Web向Fuzz工具

https://github.com/xmendez/wfuzz

  • HTTP暴力破解,撞库攻击脚本

https://github.com/lijiejie/htpwdScan

漏洞利用及攻击框架:

  • msf

https://github.com/rapid7/metasploit-framework

  • Poc调用框架,可加载Pocsuite,Tangscan,Beebeeto等

https://github.com/erevus-cn/pocscan

  • Pocsuite

https://github.com/knownsec/Pocsuite

  • Beebeeto

https://github.com/n0tr00t/Beebeeto-framework

漏洞POC&EXP:

  • ExploitDB官方git版本

https://github.com/offensive-security/exploit-database

  • php漏洞代码分析

https://github.com/80vul/phpcodz

  • Simple test for CVE-2016-2107

https://github.com/FiloSottile/CVE-2016-2107

  • CVE-2015-7547 POC

https://github.com/fjserna/CVE-2015-7547

  • JAVA反序列化POC生成工具

https://github.com/frohoff/ysoserial

  • JAVA反序列化EXP

https://github.com/foxglovesec/JavaUnserializeExploits

  • Jenkins CommonCollections EXP

https://github.com/CaledoniaProject/jenkins-cli-exploit

  • CVE-2015-2426 EXP (windows内核提权)

https://github.com/vlad902/hacking-team-windows-kernel-lpe

  • use docker to show web attack(php本地文件包含结合phpinfo getshell 以及ssrf结合curl的利用演示)

https://github.com/hxer/vulnapp

  • php7缓存覆写漏洞Demo及相关工具

https://github.com/GoSecure/php7-opcache-override

  • XcodeGhost木马样本

https://github.com/XcodeGhostSource/XcodeGhost

中间人攻击及钓鱼

  • 中间人攻击框架

https://github.com/secretsquirrel/the-backdoor-factory
https://github.com/secretsquirrel/BDFProxy
https://github.com/byt3bl33d3r/MITMf

  • Inject code, jam wifi, and spy on wifi users

https://github.com/DanMcInerney/LANs.py

  • 可扩展的中间人代理工具

https://github.com/intrepidusgroup/mallory

  • wifi钓鱼

https://github.com/sophron/wifiphisher

密码破解:

  • 密码破解工具

https://github.com/shinnok/johnny

  • 本地存储的各类密码提取利器

https://github.com/AlessandroZ/LaZagne

二进制及代码分析工具:

  • 二进制分析工具

https://github.com/devttys0/binwalk

  • 系统扫描器,用于寻找程序和库然后收集他们的依赖关系,链接等信息

https://github.com/quarkslab/binmap

  • rp++ is a full-cpp written tool that aims to find ROP sequences in PE/Elf/Mach-O (doesn't support the FAT binaries) x86/x64 binaries.

https://github.com/0vercl0k/rp

  • Windows Exploit Development工具

https://github.com/lillypad/badger

  • 二进制静态分析工具(python)

https://github.com/bdcht/amoco

  • Python Exploit Development Assistance for GDB

https://github.com/longld/peda

  • 对BillGates Linux Botnet系木马活动的监控工具

https://github.com/ValdikSS/billgates-botnet-tracker

  • 木马配置参数提取工具

https://github.com/kevthehermit/RATDecoders

  • Shellphish编写的二进制分析工具(CTF向)

https://github.com/angr/angr

  • 针对python的静态代码分析工具

https://github.com/yinwang0/pysonar2

  • 一个自动化的脚本(shell)分析工具,用来给出警告和建议

https://github.com/koalaman/shellcheck

  • 基于AST变换的简易Javascript反混淆辅助工具

https://github.com/ChiChou/etacsufbo

EXP编写框架及工具:

  • 二进制EXP编写工具

https://github.com/t00sh/rop-tool

  • CTF Pwn 类题目脚本编写框架

https://github.com/Gallopsled/pwntools

  • an easy-to-use io library for pwning development

https://github.com/zTrix/zio

  • 跨平台注入工具( Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android.)

https://github.com/frida/frida

隐写:

  • 隐写检测工具

https://github.com/abeluck/stegdetect

各类安全资料:

  • 域渗透教程

https://github.com/l3m0n/pentest_study

https://github.com/smartFlash/pySecurity

  • data_hacking合集

https://github.com/ClickSecurity/data_hacking

  • mobile-security-wiki

https://github.com/exploitprotocol/mobile-security-wiki

  • 书籍《reverse-engineering-for-beginners》

https://github.com/veficos/reverse-engineering-for-beginners

  • 一些信息安全标准及设备配置

https://github.com/luyg24/IT_security

  • APT相关笔记

https://github.com/kbandla/APTnotes

  • Kcon资料

https://github.com/knownsec/KCon

  • ctf及黑客资源合集

https://github.com/bt3gl/My-Gray-Hacker-Resources

  • ctf和安全工具大合集

https://github.com/zardus/ctf-tools

  • 《DO NOT FUCK WITH A HACKER》

https://github.com/citypw/DNFWAH

各类CTF资源

  • 近年ctf writeup大全

https://github.com/ctfs/write-ups-2016
https://github.com/ctfs/write-ups-2015
https://github.com/ctfs/write-ups-2014

  • fbctf竞赛平台Demo

https://github.com/facebook/fbctf

  • ctf Resources

https://github.com/ctfs/resources

各类编程资源:

  • 大礼包(什么都有)

https://github.com/bayandin/awesome-awesomeness

  • bash-handbook

https://github.com/denysdovhan/bash-handbook

  • python资源大全

https://github.com/jobbole/awesome-python-cn

  • git学习资料

https://github.com/xirong/my-git

  • 安卓开源代码解析

https://github.com/android-cn/android-open-project-analysis

  • python框架,库,资源大合集

https://github.com/vinta/awesome-python

  • JS 正则表达式库(用于简化构造复杂的JS正则表达式)

https://github.com/VerbalExpressions/JSVerbalExpressions

Python:

  • python 正则表达式库(用于简化构造复杂的python正则表达式)

https://github.com/VerbalExpressions/PythonVerbalExpressions

  • python任务管理以及命令执行库

https://github.com/pyinvoke/invoke

  • python exe打包库

https://github.com/pyinstaller/pyinstaller

  • py3 爬虫框架

https://github.com/orf/cyborg

  • 一个提供底层接口数据包编程和网络协议支持的python库

https://github.com/CoreSecurity/impacket

  • python requests 库

https://github.com/kennethreitz/requests

  • python 实用工具合集

https://github.com/mahmoud/boltons

  • python爬虫系统

https://github.com/binux/pyspider

  • ctf向 python工具包

https://github.com/P1kachu/v0lt

科学上网:

  • 科学上网工具

https://github.com/XX-net/XX-Net

福利:

  • 微信自动抢红包动态库

https://github.com/east520/AutoGetRedEnv

  • 微信抢红包插件(安卓版)

https://github.com/geeeeeeeeek/WeChatLuckyMoney

  • 神器

https://github.com/yangyangwithgnu/hardseed

Github 安全类Repo收集整理的更多相关文章

  1. 开源框架】Android之史上最全最简单最有用的第三方开源库收集整理,有助于快速开发

    [原][开源框架]Android之史上最全最简单最有用的第三方开源库收集整理,有助于快速开发,欢迎各位... 时间 2015-01-05 10:08:18 我是程序猿,我为自己代言 原文  http: ...

  2. 工作流,WEB框架,UI组件网络收集整理

    工作流,WEB框架,UI组件网络收集整理 在博客园上逛了好多年,随手收录了一些工作流,WEB开发框架,UI组件,现在整理一下与大家分享. 由于个人能力与精力有限,望各位园友在评论中补充,我将全部整理到 ...

  3. php : 收集整理的非常有用的函数

    项目中经常会需要一些让人头疼的函数,作为开发者应该整理一个自己的函数库,在需要之时复制过来即可.以下是收集整理数十个PHP项目中常用的函数 1.PHP加密解密 PHP加密和解密函数可以用来加密一些有用 ...

  4. 最常用的PHP正则表达式收集整理

    最常用的PHP正则表达式收集整理 提交 我的评论 加载中 已评论 最常用的PHP正则表达式收集整理 2015-03-20 PHP100中文网 PHP100中文网 PHP100中文网 微信号 功能介绍 ...

  5. 【Android源代码下载】收集整理android界面UI效果源码

    在Android开发中,Android界面UI效果设计一直都是很多童鞋关注的问题,今天给大家分享下大神收集整理的多个android界面UI效果,都是源码,都是干货,贡献给各位网友! 话不多说,直接上效 ...

  6. 超常用的PHP正则表达式收集整理

    以下就是对超常用的PHP正则表达式进行的收集整理,为了方便大家更快更好的掌握php正则表达式. 一.表单验证匹配验证账号,字母开头,允许 5-16 字节,允许字母数字下划线:^[a-zA-Z][a-z ...

  7. amoeba-mysql配置安装(收集整理)

    本文收集整理自: Amoeba搞定mysql主从读写分离 http://blog.chinaunix.net/uid-20639775-id-154600.html Amoeba非常好用的mysql集 ...

  8. 原生JS研究:学习jquery源码,收集整理常用JS函数

    原生JS研究:学习jquery源码,收集整理常用JS函数: 1. JS获取原生class(getElementsByClass) 转自:http://blog.csdn.net/kongjiea/ar ...

  9. javascript收集整理

    //特殊字符去掉 function check(obj){ var test=obj.value.match(/[^A-Za-z0-9]/g);//这条语句表示在输入文本中是否包含不符合要求的字符,如 ...

随机推荐

  1. java文件读写操作大全

    转自:http://hi.baidu.com/0_net/blog/item/8566fc2bb730c293033bf63e.html一.获得控制台用户输入的信息 public String get ...

  2. SharePoint回环检查(Loopback Check)相关问题

    Loopback Check(回环检查)本来不是一个SharePoint问题,是Windows Server为了增强自身安全性在Server 2003 SP1后引入的一个功能, 在近几个月中导致了一系 ...

  3. 转如何分析解决Android ANR

    一:什么是ANR ANR:Application Not Responding,即应用无响应 二:ANR的类型 ANR定义:在Android上,如果你的应用程序有一段时间响应不够灵敏,系统会向用户显示 ...

  4. Quartz2D复习(四) --- 图层CALayer和动画CAAnimation

    1.CALayer 1).在ios中,能看得见摸得着的东西基本上都是UIView, 比如按钮.文本标签.文本输入框.图标等,这些都是UIView 2).UIView之所以能显示在屏幕上,完全是因为它内 ...

  5. Loader加载器

    今天学到了这个Loader,浅谈一下自己的看法: 1.定义 Loader是一个加载器,可以用来它访问数据,可以看做访问数据的机器(好比挖掘机).装再器从android3.0开始引进,它使得在activ ...

  6. 【原】iOS优秀开源项目总结

    网上此类帖子博客不少,不过自己没整理过的东西始终是别人,现开此贴加以总结,持续更新!站在巨人的肩膀上才能站得高看得远. 第一部分:UI类 1.毛玻璃模糊效果 RNFrostedSidebar 一个iO ...

  7. android 加载自定义图片并在图片上绘图

    来源:毕设 关键词:Bitmap Canvas //毕设中需要自定义室内地图,并且在地图上绘制轨迹 //此处是一个测试Demo,实现图片的加载和记录手指在屏幕上的运动轨迹 图片的载入 使用系统提供的内 ...

  8. sql 如果关联表 没有值 设置 默认值

     SELECT *FROM ( SELECT t.task_name, t.status AS task_status, coalesce( r.task_ref_id, 999 ) AS task_ ...

  9. Linux Shell 网络层监控脚本(监控包括:连接数、句柄数及根据监控反馈结果分析)

    脚本监控: 获取最大句柄数的进程: 链接分析: 脚本片段: case "$handle" in 2) echo "The handle of the process : ...

  10. GitHub Desktop 桌面工具,离线版本下载(无需考虑网络问题)

    http://pan.baidu.com/s/1qYq4X0C GitHub Desktop 桌面工具,离线版本下载 对于网络不好,不稳定,安装多次都不成功的,这是你们的最好的安装方法了.