Skip to content

Instantly share code, notes, and snippets.

View Getinwiththem's full-sized avatar
💭
Get in with Them!

Them Getinwiththem

💭
Get in with Them!
View GitHub Profile
@Getinwiththem
Getinwiththem / kali_osx_persistence_wifi.md
Created September 14, 2019 18:20 — forked from widdowquinn/kali_osx_persistence_wifi.md
Kali Linux Live USB with persistence and wireless on Macbook Pro

Kali Linux Bootable USB with Persistence and Wireless on OSX

Download the appropriate Kali Linux .iso

I used a 64 bit .iso image, downloaded via HTTP. I downloaded the amd64 weekly version, as the pool linux headers (needed below for installation of wireless drivers) were ahead of the stable release kernel.

Download the SHA256SUMS and SHA256SUMS.gpg files from the same location.

Keybase proof

I hereby claim:

  • I am getinwiththem on github.
  • I am theminc (https://keybase.io/theminc) on keybase.
  • I have a public key ASAuDkFTgSQmr2EJhLqVsULUptCjFyAP-99Nm1MDXxUUOgo

To claim this, I am signing this object:

@Getinwiththem
Getinwiththem / .gitignore
Last active January 9, 2019 08:53 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
/*
Credit:
The vast majority of this code comes from:
https://github.com/mangini/gdocs2md/issues
Ben Jefferson added the following to create this fork
- Replaced emailing of markdown files with creating files in Google Drive in a "markdown" directory alongside the file being converted.
- Added support for linking to (and automatic conversion) other Google docs in the same directory or a subdirectory
License:
The original file and Ben Jefferson's subsequent edits are all released under the Apache2 License see https://github.com/mangini/gdocs2md for more details
#!/bin/sh
#
# Adam Sharp
# Aug 21, 2013
#
# Usage: Add it to your PATH and `git remove-submodule path/to/submodule`.
#
# Does the inverse of `git submodule add`:
# 1) `deinit` the submodule
# 2) Remove the submodule from the index and working directory