Skip to content

Instantly share code, notes, and snippets.

View kevinnz's full-sized avatar

Kevin Alcock kevinnz

View GitHub Profile
#!/usr/bin/env python
# Joshua J. Drake (@jduck) of ZIMPERIUM zLabs
# Shout outs to our friends at Optiv (formerly Accuvant Labs)
# (C) Joshua J. Drake, ZIMPERIUM Inc, Mobile Threat Protection, 2015
# www.zimperium.com
#
# Exploit for RCE Vulnerability CVE-2015-1538 #1
# Integer Overflow in the libstagefright MP4 'stsc' atom handling
#
# Don't forget, the output of "create_mp4'' can be delivered many ways!
@kevinnz
kevinnz / dmseg.txt
Last active September 28, 2016 21:45
[ 3060.232823] [20160929_10:18:53.891869]@2 PM: suspend entry 2016-09-28 21:18:53.891845315 UTC
[ 3060.232889] [20160929_10:18:53.891942]@2 PM: Syncing filesystems ... done.
[ 3060.256788] [20160929_10:18:53.915824]@2 Freezing user space processes ... (elapsed 0.016 seconds) done.
[ 3060.273854] [20160929_10:18:53.932903]@2 Freezing remaining freezable tasks ... (elapsed 0.008 seconds) done.
[ 3060.282790] [20160929_10:18:53.941839]@2 Suspending console(s) (use no_console_suspend to debug)
[ 3060.318847] [20160929_10:18:53.977895]@2 synaptics,s3320: synaptics_i2c_suspend: is called
[ 3060.318869] [20160929_10:18:53.977925]@2 synaptics,s3320: tpd_hw_pwroff set reset gpio low
[ 3060.318921] [20160929_10:18:53.977978]@2 synaptics,s3320: synaptics:disable the v1p8_gpio
[ 3060.331003] [20160929_10:18:53.990058]@2 PM: suspend of devices complete after 44.227 msecs
[ 3060.334676] [20160929_10:18:53.993733]@2 PM: late suspend of devices complete after 3.634 msecs
@Installing AppsInstalling NetHunter AppInstalling NetHunter TerminalInstalling NetHunter VNCInstalling cSploitInstalling OpenVPNInstalling Hacker's KeyboardInstalling RF AnalyzerInstalling ShodanInstalling USB KeyboardInstalling Router KeygenInstalling DriveDroidInstalling BusyboxFailed to install Busybox!Freeing up some space on /system@Running busybox installer...- Installing busybox...Installing NetHunter wallpaper- Found screen resolution: 1080x1920- NetHunter wallpaper applied successfullyInstalling NetHunter boot animationCopying nano highlights to /system/etc/nanoCopying terminfo files to /system/etc/terminfoCopying 32-bit shared libraries to /system/libInstalling /system/bin binariesInstalling init.d scripts@Symlinking Kali boot scripts@Running kernel installer...################################################## NetHunter Kernel Installer Kernel: NetHunter kernel Version: 1.3 Author: Binkybear##################################################Checking device compatibility...Installing
@kevinnz
kevinnz / mubix-lock.sh
Created September 8, 2016 20:15 — forked from binkybear/mubix-lock.sh
mubix-lock.sh
#!/bin/bash
#
# TODO: Add checks for packages
#
# apt-get install -y python git python-pip python-dev screen sqlite3
# pip install pycrypto
# cd /root
# git clone https://github.com/spiderlabs/responder
#
@kevinnz
kevinnz / leetify.pl
Last active September 20, 2022 13:46
#!/usr/bin/perl
use strict;
use warnings;
my %permution = (
"a" => "a4@&A",
"b" => "bB",
"c" => "cC",
"d" => "dD",

Keybase proof

I hereby claim:

  • I am kevinnz on github.
  • I am kevinnz (https://keybase.io/kevinnz) on keybase.
  • I have a public key whose fingerprint is CEC3 36FD 2B63 DD2F B2BC C76D 0BD8 DB62 2739 CC3F

To claim this, I am signing this object:

@kevinnz
kevinnz / boot_mode_011.sh
Last active August 29, 2015 14:03
Pineapple boot script setting date from usb attached GPS
#!/bin/bash
ifconfig wlan0 down
ifconfig wlan1 down
iwconfig wlan1 mode monitor
GPSDATE=`/root/get_gps_date.py`
date -u -s "$GPSDATE"
kismet_server > /sd/kismet_logs/ks.log 2>&1 &
@kevinnz
kevinnz / config_26hf5443_97.txt
Created June 12, 2013 09:43
Raspberry Pi config.txt file for connecting to a Philips 26hf5443/97 TV
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=0
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=-30