Skip to content

Instantly share code, notes, and snippets.

View pasenidis's full-sized avatar
📧
any questions? edward@pasenidis.com

Edward Pasenidis pasenidis

📧
any questions? edward@pasenidis.com
View GitHub Profile
@jacobsalmela
jacobsalmela / nc-reverse-shell.sh
Created August 13, 2014 12:37
(OS X) Reverse shell via netcat
#!/bin/bash
#----------AUTHOR------------
# Jacob Salmela
# 9 April 2013
#---------DESCRIPTION--------
# Serves up an unencrypted, reverse-shell when the -e option is unavailable
# Much less reliable (command lag), but useful in a pinch
#----------FUNCTIONS---------