Skip to content

Instantly share code, notes, and snippets.

@0xTowel
0xTowel / naslr.c
Last active November 14, 2017 20:39
Naslr - A POC to start a bash shell with no ASLR via SYS_personality.
/* Naslr: Starts a bash shell with no ASLR
* Build: gcc naslr.c -o naslr
*
* Towel - 2017
*/
#include <sys/personality.h>
#include <syscall.h>
#include <unistd.h>
#include <stdlib.h>
#include <err.h>
@dogrocker
dogrocker / Wireless Penetration Testing Cheat Sheet.md
Created July 2, 2016 18:30
Wireless Penetration Testing Cheat Sheet

#Wireless Penetration Testing Cheat Sheet

##WIRELESS ANTENNA

  • Open the Monitor Mode
root@uceka:~# ifconfig wlan0mon down
root@uceka:~# iwconfig wlan0mon mode monitor
root@uceka:~# ifconfig wlan0mon up