Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LukeBob-zz/C2-Pwn
Uses Shodan API to pull down C2 servers to run known exploits on them.
https://github.com/LukeBob-zz/C2-Pwn
c2 exploit python rat shodan-api
Last synced: about 7 hours ago
JSON representation
Uses Shodan API to pull down C2 servers to run known exploits on them.
- Host: GitHub
- URL: https://github.com/LukeBob-zz/C2-Pwn
- Owner: LukeBob-zz
- License: mit
- Created: 2017-11-20T03:59:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T13:53:22.000Z (almost 7 years ago)
- Last Synced: 2024-05-18T14:32:28.335Z (6 months ago)
- Topics: c2, exploit, python, rat, shodan-api
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ip-search-engines - C2 Pwn Shodan
README
[![Packagist](https://img.shields.io/badge/language-python3.5-brightgreen.svg)]() [![Packagist](https://img.shields.io/badge/platform-win--64%20%7C%20linux--64%20-lightgrey.svg)]() [![DUB](https://img.shields.io/dub/l/vibe-d.svg)]()
# C2-Pwn
Uses Shodan API to pull down C2 servers to run known exploits on them.
Requires shodan account for API. https://www.shodan.io/# Rat Exploit Support
***Dark Comet Remote File Download*** <-> https://www.rapid7.com/db/modules/auxiliary/gather/darkcomet_filedownloader***Gh0st Rat buffer Overflow*** <-> https://www.rapid7.com/db/modules/exploit/windows/misc/gh0st
***Net Bus 16.0 Auth Bypass*** <-> https://nmap.org/nsedoc/scripts/netbus-auth-bypass.html
***(More Coming Soon)***
***NO RATS INCLUDED!!!***
# First download and run setup.sh
git clone https://github.com/LukeBob/C2-Pwn.git
cd C2-Pwn
bash setup.sh
# To Run
***Linux***
python3 C2-Pwn.py --key
***Windows***
C://PATH/TO/PYTHON-3/python3.exe C2-Pwn.py --key
# Example# License
**Copyright (c) 2017 LukeBob (MIT)**