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:
| #!/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! |
| [ 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 |
| #!/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 | |
| # |
| #!/usr/bin/perl | |
| use strict; | |
| use warnings; | |
| my %permution = ( | |
| "a" => "a4@&A", | |
| "b" => "bB", | |
| "c" => "cC", | |
| "d" => "dD", |
I hereby claim:
To claim this, I am signing this object:
| #!/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 & |
| # 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 |