https://github.com/elmerikh/darkshell
web based c2 🏴☠️
https://github.com/elmerikh/darkshell
c2 c2-infrastructure ethical-hacking ethical-hacking-tools hacker http-c2 http-server http-web-server offensive-security red-team-tools red-teaming web-exploitation website-hacking
Last synced: 2 months ago
JSON representation
web based c2 🏴☠️
- Host: GitHub
- URL: https://github.com/elmerikh/darkshell
- Owner: ELMERIKH
- License: gpl-3.0
- Created: 2024-02-04T15:20:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-10T20:09:08.000Z (11 months ago)
- Last Synced: 2024-08-10T21:27:11.707Z (11 months ago)
- Topics: c2, c2-infrastructure, ethical-hacking, ethical-hacking-tools, hacker, http-c2, http-server, http-web-server, offensive-security, red-team-tools, red-teaming, web-exploitation, website-hacking
- Language: JavaScript
- Homepage:
- Size: 228 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Greetings
-----------------still in devellopment !!!
this is a simple http or https server that acts as a c2 using http post and get requests to send commands and get results from client(victim machine)
communication is encrypted and decrypted inside server using rsa both ways
file uploading is encrypted using fernet
server can be hosted only as mere webservice no need for vps ;)
password for server:
---------------------------
multiple clients handling :
--------------
harvest :
------------------
screenshare:
---------------
available commands :
------------any cmd command
-steal : steal cookies,browser passwords,downloads,webhistory..
-screenshare : (screenshot every 2 sec )
-stopshare : stop screenshare
-screenshot : screenshot screen
-info : get user info and net info, wifi passwords ..
will add more features
setup:
---
git clone https://github.com/ELMERIKH/Darkshelluse rsa.py and fernet.py to generate keys and replace values in the top variables of both server.py and client.py
generate password hash for server with pass.py
pip install -r requirements.txt
python server.py
DISCLAIMER :
-------------------------------ME The author takes NO responsibility and/or liability for how you choose to use any of the tools/source code/any files provided. ME The author and anyone affiliated with will not be liable for any losses and/or damages in connection with use of DarkShell. By using DarkShell or any files included, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again DarkShell is for EDUCATION and/or RESEARCH purposes ONLY.