Skip to content

Instantly share code, notes, and snippets.

View reisraff's full-sized avatar

Rafael Reis reisraff

View GitHub Profile
@reisraff
reisraff / p.py
Last active June 12, 2019 18:39
Simple pwntool::process
#!/usr/bin/env python
import subprocess
import select
import fcntl
import os
import pty
import tty
import sys
import time