Skip to content

Instantly share code, notes, and snippets.

View vaginessa's full-sized avatar

⭐ 🐾 vaginessa

View GitHub Profile
@vaginessa
vaginessa / kms
Created May 31, 2017 19:56 — forked from CHEF-KOCH/KMS_office.cmd
KMS server Windows
Online kms host address:
--------
kms.digiboy.ir
54.223.212.31
kms.cnlic.com
kms.chinancce.com
kms.ddns.net
franklv.ddns.net
k.zpale.com
m.zpale.com
@vaginessa
vaginessa / gist:19c1c6a3b2d6e5614b65eed02e0263a0
Created June 17, 2017 01:09
Pre-Parsed Pi-Hole Blocklist
As many are aware, most lists available are not fully compatible with Pi-Hole, and need to be parsed.
There are several ways to parse these lists.
I parse lists locally in a few different ways,,,,
As a way to give back to the community, I put together a parser that uploads to Github, so that others may use the lists I've parsed.
Main Repository where you can see how the script works
@vaginessa
vaginessa / startwlan.md
Created June 27, 2017 15:59 — forked from spacehuhn/startwlan.md
little bash script to enable monitor mode

Some wireless cards support monitor mode but won't work with airmon-ng. This is a little script helps you turning the monitor mode on! (+ it also sets the channel and the tx-power)

Usage: startWlan.sh [Interface:wlan0] [Channel:1] [Txpower:30] [Bandwidth:HT20|HT40+|HT40-]

Examples:
./startWlan.sh - enables monitor mode on wlan0, sets channel to 1 and tx-power to 30dBm.
./startWlan.sh wlan1 11 33 - enables monitor mode on wlan1, sets channel to 11 and tx-power to 33dBm.
./startWlan.sh wlan0 6 - enables monitor mode on wlan0, sets channel to 6 and tx-power to 30dBm.

Script:

http://oss.reflected.net/jenkins/165541/cm-11-20160612-NIGHTLY-otter.zip
http://oss.reflected.net/jenkins/173263/cm-12.1-20160807-NIGHTLY-xt907.zip
http://oss.reflected.net/jenkins/16778/cm-7-20130101-NIGHTLY-shadow.zip
http://oss.reflected.net/jenkins/177584/cm-12.1-20160904-NIGHTLY-s3ve3g.zip
http://oss.reflected.net/jenkins/172275/cm-11-20160731-NIGHTLY-galaxysbmtd.zip
http://oss.reflected.net/jenkins/100269/cm-11-20150209-NIGHTLY-moto_msm8960_jbbl-recovery.zip
http://oss.reflected.net/jenkins/100269/cm-11-20150209-NIGHTLY-moto_msm8960_jbbl.zip
http://oss.reflected.net/jenkins/16779/cm-7-20130101-NIGHTLY-sholes.zip
http://oss.reflected.net/jenkins/177861/cm-13.0-20160906-NIGHTLY-sprout4.zip
http://oss.reflected.net/jenkins/165542/cm-11-20160612-NIGHTLY-otter2.zip
@vaginessa
vaginessa / snapshotbuilds.txt
Created July 6, 2017 00:24
CyanogenMOD (SNAPSHOT BULDS) Download Links
http://oss.reflected.net/jenkins/146436/cm-12.1-20160127-SNAPSHOT-YOG7DAO3J1-obake.zip
http://oss.reflected.net/jenkins/129246/cm-12.1-20151007-SNAPSHOT-YOG4PAO332-flounder.zip
http://oss.reflected.net/jenkins/124145/cm-12.1-20150901-SNAPSHOT-YOG4PAO23E-vs985.zip
http://oss.reflected.net/jenkins/115613/cm-11-20150626-SNAPSHOT-XNG3CAO1L6-acclaim.zip
http://oss.reflected.net/jenkins/175002/cm-13.0-20160819-SNAPSHOT-ZNH5YAO0IA-klteduos.zip
http://oss.reflected.net/jenkins/153948/cm-13.0-20160316-SNAPSHOT-ZNH0EAO1QD-kipper.zip
http://oss.reflected.net/jenkins/174534/cm-13.0-20160816-SNAPSHOT-ZNH5YAO0F9-huashan.zip
http://oss.reflected.net/jenkins/124006/cm-11-20150901-SNAPSHOT-XNG3CAO3G2-tf701t.zip
http://oss.reflected.net/jenkins/124146/cm-12.1-20150901-SNAPSHOT-YOG4PAO23E-xt897.zip
http://oss.reflected.net/jenkins/135180/cm-12.1-20151117-SNAPSHOT-YOG7DAO1KI-d800.zip
@vaginessa
vaginessa / index.pug
Created August 26, 2017 15:45 — forked from CodeMyUI/index.pug
Potion Loader | Pure CSS
.box
.container
.glass
.cap-left
.cap-right
.fill
.bubble-1
.bubble-2
.bubble-3
.bubble-4
@vaginessa
vaginessa / HowToOTG.md
Created August 27, 2017 17:21 — forked from gbaman/HowToOTG.md
Simple guide for setting up OTG modes on the Raspberry Pi Zero

Raspberry Pi Zero OTG Mode

Simple guide for setting up OTG modes on the Raspberry Pi Zero - By Andrew Mulholland (gbaman).

The Raspberry Pi Zero (and model A and A+) support USB On The Go, given the processor is connected directly to the USB port, unlike on the B, B+ or Pi 2 B, which goes via a USB hub.
Because of this, if setup to, the Pi can act as a USB slave instead, providing virtual serial (a terminal), virtual ethernet, virtual mass storage device (pendrive) or even other virtual devices like HID, MIDI, or act as a virtual webcam!
It is important to note that, although the model A and A+ can support being a USB slave, they are missing the ID pin (is tied to ground internally) so are unable to dynamically switch between USB master/slave mode. As such, they default to USB master mode. There is no easy way to change this right now.
It is also important to note, that a USB to UART serial adapter is not needed for any of these guides, as may be documented elsewhere across the int

@vaginessa
vaginessa / arduino_flash_esp8266.md
Created October 8, 2017 17:55 — forked from spacehuhn/arduino_flash_esp8266.md
Flash ESP8266 over an Arduino

How to flash your ESP8266 without a USB-Serial adapter but with an Arduino.

First be sure everything is connected correcly:

Arduino ESP82666
TX RX
RX TX
GND GND
GND GPIO-15
@vaginessa
vaginessa / openload.js
Created October 26, 2017 18:48 — forked from Tithen-Firion/openload.js
Openload: extract download URL using PhantomJS
// Usage: phantomjs openload.js <video_url>
// if that doesn't work try: phantomjs --ssl-protocol=any openload.js <video_url>
var separator = ' | ';
var page = require('webpage').create(),
system = require('system'),
id, match;
if(system.args.length < 2) {
console.error('No URL provided');