Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TuuuNya/WebPocket
Exploit management framework
https://github.com/TuuuNya/WebPocket
exploit-database exploitation-framework scanner-web security-tools security-vulnerability
Last synced: 21 days ago
JSON representation
Exploit management framework
- Host: GitHub
- URL: https://github.com/TuuuNya/WebPocket
- Owner: TuuuNya
- License: gpl-3.0
- Created: 2019-01-18T03:56:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:54:42.000Z (over 1 year ago)
- Last Synced: 2024-08-05T17:40:07.709Z (4 months ago)
- Topics: exploit-database, exploitation-framework, scanner-web, security-tools, security-vulnerability
- Language: Python
- Homepage: https://webpocket.readthedocs.io/zh_CN/latest/
- Size: 178 KB
- Stars: 152
- Watchers: 9
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - TuuuNya/WebPocket - Exploit management framework (Python)
README
# WebPocket
![Python Version](https://img.shields.io/badge/Python-3.7-brightgreen.svg?style=flat-square)
![GitHub](https://img.shields.io/github/license/TuuuNya/WebPocket.svg?style=flat-square)
![GitHub repo size in bytes](https://img.shields.io/github/repo-size/TuuuNya/WebPocket.svg?style=flat-square)
![GitHub issues](https://img.shields.io/github/issues-raw/TuuuNya/WebPocket.svg?style=flat-square)
![GitHub stars](https://img.shields.io/github/stars/TuuuNya/WebPocket.svg?style=flat-square)
![GitHub last commit](https://img.shields.io/github/last-commit/TuuuNya/WebPocket.svg?style=flat-square)**WebPocket** 是一个轻量级渗透测试辅助框架,使用Python3.7构建,整体思路借鉴自 [Metasploit](https://www.metasploit.com/) 。
包含 `use`, `search`, `list`, `show`, `exploit` 等命令,可通过`help`命令查看全部命令。
本框架仅为沉淀安全研究成果,方便甲方公司及安全人员自测漏洞使用,请勿用于非授权的渗透测试,请使用者遵守《中华人民共和国网络安全法》,本人及公司不负任何连带法律责任
[![asciicast](https://asciinema.org/a/raZSJd6UnpwhR2w3uGlBgwvgA.svg)](https://asciinema.org/a/raZSJd6UnpwhR2w3uGlBgwvgA)# Document
中文文档:https://webpocket.readthedocs.io/zh_CN/latest/
# Feature
- 支持多线程
- 支持对多个目标执行模块/POC(批量扫描)
- 社区支持维护的模块库
- 可按自己需求开发模块# About
目前基础框架大部分功能已经完成,欢迎各位试用!
有任何问题/BUG/建议,欢迎提交issue!