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 ;)
-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
git clone https://github.com/ELMERIKH/Darkshell
use 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
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.