Skip to content
/ shad0w Public
forked from bats3c/shad0w

A post exploitation framework designed to operate covertly on heavily monitored enviroments

License

Notifications You must be signed in to change notification settings

hkfmz/shad0w

Repository files navigation

shad0w

Shad0w is a covert post exploitation framework

Install

git clone https://github.com/bats3c/shad0w.git
sudo docker build -t shad0w .

I recommend adding this alias to your bashrc

alias shad0w='sudo docker run -v $(pwd):/root/shad0w/.bridge -p 443:443 -it shad0w'

Usage

shad0w listen -e <ip>
shad0w beacon -H <ip> -f <format> -o <name>

Run as dev

sudo docker run -v $(pwd):/root/shad0w -p 443:443 -it shad0w etc...

About

A post exploitation framework designed to operate covertly on heavily monitored enviroments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.7%
  • Python 11.3%