Example Usage
git clone --depth=1 https://github.com/jm33-m0/emp3r0r.git && \ cd emp3r0r && podman build . -t emp3r0r:4.2.3 # use your own tag, or simply `latest` # Run the server. Be sure to change your port mappings to fit your environment mkdir ~/.emp3r0r podman run -it --rm --cap-add=NET_ADMIN --device /dev/net/tun:/dev/net/tun \ -v "$HOME/.emp3r0r:/root/.emp3r0r" \ -p 12345:12345 -p 13377:13377 \ --name emp3r0r-server \ emp3r0r:4.2.3 \ server --c2-hosts 1.2.3.4 --http-port 12345 --operator-port 13377 # Server prints C2 connection command emp3r0r client --c2-port 13377 --server-wg-key '0OKqMZmJfLDhAQLST4MKtKNa6MKxVkLn3UcOP14sMA8=' --server-wg-ip '10.88.14.158' --operator-wg-ip '10.88.14.236' --operator-wg-key 'LOe4sUyjyyIS3Kjnmz0SpKJwvDGle0880Q73qzsMg48=' --c2-host <YOUR_PUBLIC_IP>
See also
100-redteam-projects
Free
Projects for security students…
ntlm_theft
Open Source
Creates malicious files (LNK, SCF, PDF, DOCX, etc.) that force a Windows system to authenticate to a…
BeEF
Open Source
Kali
Browser Exploitation Framework. Hooks web browsers via JavaScript and provides extensive command mod…
Nishang
Open Source
Kali
Framework and collection of PowerShell scripts and payloads for offensive security and post-exploita…
WADComs.github.io
Open Source
WADComs is an interactive cheat sheet, containing a curated list of offensive security tools and the…
GDB with pwndbg
Open Source
Kali
GDB (GNU Debugger) enhanced with pwndbg plugin for exploit development and reverse engineering. Adds…