All Projects → lijiaxing1997 → Gr33k

lijiaxing1997 / Gr33k

Licence: other
图形化漏洞利用集成工具

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects
HTML
75241 projects
perl
6916 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Gr33k

Vbscan
OWASP VBScan is a Black Box vBulletin Vulnerability Scanner
Stars: ✭ 295 (-18.28%)
Mutual labels:  exploit, vulnerability-scanners
V3n0m Scanner
Popular Pentesting scanner in Python3.6 for SQLi/XSS/LFI/RFI and other Vulns
Stars: ✭ 847 (+134.63%)
Mutual labels:  exploit, vulnerability-scanners
Iblessing
iblessing is an iOS security exploiting toolkit, it mainly includes application information collection, static analysis and dynamic analysis. It can be used for reverse engineering, binary analysis and vulnerability mining.
Stars: ✭ 326 (-9.7%)
Mutual labels:  exploit, vulnerability-scanners
browserrecon-php
Advanced Web Browser Fingerprinting
Stars: ✭ 29 (-91.97%)
Mutual labels:  exploit, vulnerability-scanners
Shodanwave
Shodanwave is a tool for exploring and obtaining information from Netwave IP Camera.
Stars: ✭ 183 (-49.31%)
Mutual labels:  exploit, vulnerability-scanners
Shiro exploit
Apache Shiro 反序列化漏洞检测与利用工具
Stars: ✭ 252 (-30.19%)
Mutual labels:  exploit, vulnerability-scanners
Joomscan
OWASP Joomla Vulnerability Scanner Project
Stars: ✭ 640 (+77.29%)
Mutual labels:  exploit, vulnerability-scanners
SQL Injection Payload
SQL Injection Payload List
Stars: ✭ 62 (-82.83%)
Mutual labels:  exploit, vulnerability-scanners
Vulscan
Advanced vulnerability scanning with Nmap NSE
Stars: ✭ 2,305 (+538.5%)
Mutual labels:  exploit, vulnerability-scanners
H4cker
This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerability research, exploit development, reverse engineering, and more.
Stars: ✭ 10,451 (+2795.01%)
Mutual labels:  exploit, vulnerability-scanners
Hack Tools
hack tools
Stars: ✭ 488 (+35.18%)
Mutual labels:  exploit, vulnerability-scanners
Saucerframe
python3批量poc检测工具
Stars: ✭ 242 (-32.96%)
Mutual labels:  exploit, vulnerability-scanners
Pentest Tools Framework
Pentest Tools Framework is a database of exploits, Scanners and tools for penetration testing. Pentest is a powerful framework includes a lot of tools for beginners. You can explore kernel vulnerabilities, network vulnerabilities
Stars: ✭ 48 (-86.7%)
Mutual labels:  exploit, vulnerability-scanners
Angularjs Csti Scanner
Automated client-side template injection (sandbox escape/bypass) detection for AngularJS.
Stars: ✭ 214 (-40.72%)
Mutual labels:  exploit, vulnerability-scanners
inthewilddb
Hourly updated database of exploit and exploitation reports
Stars: ✭ 127 (-64.82%)
Mutual labels:  exploit, vulnerability-scanners
doona
Network based protocol fuzzer
Stars: ✭ 64 (-82.27%)
Mutual labels:  exploit
x64dbgpylib
Port of windbglib to x64dbgpy, in an effort to support mona.py in x64dbg.
Stars: ✭ 46 (-87.26%)
Mutual labels:  exploit
BinV
👓 Yet another binary vulnerbilities checker. An automated vulnerability scanner for ELF based on symbolic execution.
Stars: ✭ 25 (-93.07%)
Mutual labels:  vulnerability-scanners
APSoft-Web-Scanner-v2
Powerful dork searcher and vulnerability scanner for windows platform
Stars: ✭ 96 (-73.41%)
Mutual labels:  exploit
HEVD Kernel Exploit
Exploits pack for the Windows Kernel mode driver HackSysExtremeVulnerableDriver written for educational purposes.
Stars: ✭ 44 (-87.81%)
Mutual labels:  exploit

Gr33k 漏洞利用工具集

一个图形化的漏洞利用集成工具,它用python3书写,参考了大量安全工具的实现原理与思想,在工作之余开发,方便自己的渗透测试工作,我的目的是打造一个红队武器化工具,路还很长,慢慢更新!

2021-09-15 感谢大家的支持,因9.1日漏洞管理办法生效,本工具已经停止更新,仅在团队内部维护。

提示

本工具提供了大量含有攻击payload的代码,希望大家正确使用该工具,切勿用于非法用途!本人概不负责! 由于时间原因,本工具没有进行全方位的测试,如遇到闪退或者报错bug,请联系[email protected]

框架介绍

安装

git clone https://github.com/lijiaxing1997/Gr33k.git
cd Gr33k
pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/

如果接下来运行失败,若您是linux操作系统,请手动安装pyqt5以kali为例:

sudo apt-get install python3-pyqt5

若您要使用与ysoserial相关的利用程序,请您手动下载,因为默认该文件夹是空的
上述安装您将直接获得本工具的源代码,推荐这种安装方式,但因本工具为图形化工具考虑到实用性以及简单性,大家可以自行构建自己的可执行程序,推荐使用Pyinstaller。
为了方便,我为windows用户打包了一个可执行程序,因为依赖工具比较大,所以我将它放在了百度云盘上.
下载地址:https://pan.baidu.com/s/18M5TfcjbemeqQH5zfkbzdA
提取码:c7rr 很久没重新打包了,建议自己源码运行吧,网盘的这个bug估计不少。

目录结构

  • Gr33k.py 是本工具的入口文件。
  • dict 该目录存放了本工具自带的一些字典
  • tool 该目录存放了常用的渗透测试工具,方便被调用
  • plugins 该目录存放了本工具所有的攻击代码库
  • weblogic_gui.ui 为PyQt的ui文件

使用方法

python3 Gr33k.py

攻击截图如下

avatar

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].