Skip to content

Instantly share code, notes, and snippets.

@phantomtypist
phantomtypist / Readme.md
Created May 8, 2021 05:51
Kali Nethunter Install Notes - Nexus 7 (2013)

Kali Nethunter Install Notes - Nexus 7 (2013)

These are just notes ive made on my exact installation process here are some basic details

Basic Details

Device - Asus Nexus 7 (2013 WIFI)

Codename - Flo

@phantomtypist
phantomtypist / nethunter_grouper-talapia.md
Created May 8, 2021 05:50 — forked from ctrl-freak/nethunter_grouper-talapia.md
Install Kali Nethunter on Nexus 7 (2012) (grouper, talapia)

Unsupported

The Nexus 7 (2012) tablet is no longer supported by Offensive Security; I didn't have any luck with kernel/kali distributions, so attempted upgrading.

Problems

  • Installing Open GApps slows the device to a crawl, haven't been able to install an app without the device freezing (though may need to let it sort itself out for longer)
  • Attempted to avoid GApps by installing a browser from APK (via adb)

Keybase proof

I hereby claim:

  • I am phantomtypist on github.
  • I am phantomtypist (https://keybase.io/phantomtypist) on keybase.
  • I have a public key ASCRw8irIATxQXVICvMkhOia2npIPjyr6l4zo8X9ftWPXwo

To claim this, I am signing this object:

@phantomtypist
phantomtypist / example.erb
Created February 7, 2018 18:30 — forked from anami/example.erb
Google Maps API V3 extras for Mapstraction
<!DOCTYPE html>
<html>
<head>
<title>Smapping!</title>
<link rel="stylesheet" type="text/css" href="/stylesheet.css"></link>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="/scripts/jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="/scripts/mxn/mxn.js?(googlev3,[geocoder],[extras])"></script>
<script type="text/javascript">

LI Web Pluralsight Study Group

About

A study group where developers gather on a bi-weekly basis to watch, discuss and learn from Pluralsight's vast library of training.

Format

The group will choose a Pluralsight course to watch and it will get broken down into approximately one hour segments.

@phantomtypist
phantomtypist / gist:e5aaf5cb2b9637ef61f4a7413dde6e43
Created September 14, 2016 02:15
Example L2TP config for Ubiquiti EdgeRouter/USG
l2tp {
remote-access {
authentication {
local-users {
username TheUserName {
password ThePassword
}
}
mode local
require mschap-v2
# http://boxstarter.org/package/url?
# It's nice to be able to browse NuGet files if necessary
cinst NugetPackageExplorer
# If we're doing web development, we need a few browsers
cinst GoogleChrome
cinst Firefox
cinst Opera
if (Test-PendingReboot) { Invoke-Reboot }
# http://boxstarter.org/package/url?
# Source Control
cinst git.install
cinst msysgit
cinst poshgit
cinst git-credential-winstore -Version 1.2.0.0
cinst gitextensions
cinst tortoisegit
cinst tortoisehg
# http://boxstarter.org/package/url?
# It's nice to be able to browse NuGet files if necessary
cinst NugetPackageExplorer
# If we're doing web development, we need a few browsers
cinst GoogleChrome
cinst Firefox
cinst Opera
if (Test-PendingReboot) { Invoke-Reboot }
# http://boxstarter.org/package/url?
# Boxstarter options
$Boxstarter.RebootOk=$true # Allow reboots?
$Boxstarter.NoPassword=$false # Is this a machine with no login password?
$Boxstarter.AutoLogin=$true # Save my password securely and auto-login after a reboot
#####################
# BEGIN CONFIGURATION
#####################