Skip to content

Instantly share code, notes, and snippets.

View vaginessa's full-sized avatar

⭐ 🐾 vaginessa

View GitHub Profile
@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 / 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:

@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
For a trial reset remove the entire key:
Windows Registry Editor Version 5.00
HKEY_CURRENT_USER\Software\Classes\CLSID\{dc8137d7-6d72-3550-a000-ae9c2affc92}
after that reboot. :)
@vaginessa
vaginessa / hugo-on-android.md
Created May 29, 2017 20:12 — forked from bep/hugo-on-android.md
Run Hugo on an Android phone

First install Termux

Then there are two options:

Build from source

Open the Termux terminal on your Android device and copy-and-paste the commands listed below and hit ENTER:

@vaginessa
vaginessa / Portable_WhatsApp.md
Created April 24, 2017 18:28 — forked from milolav/Portable_WhatsApp.md
Making WhatsApp desktop application portable

Portable desktop WhatsApp

This tutorial will explain how to make WhatsApp desktop application portable on Windows platform. Maybe this can work for other platforms as well.

For this to work NodeJs and asar package are required.

Download WhatsApp package

Firstly download latest version of WhatsApp. The following link contains all Windows (x64) releases:

@vaginessa
vaginessa / Pi.txt
Created April 4, 2017 09:17 — forked from jgamblin/Pi.txt
PoisonTap Install Commands
##Server:
sudo apt-get update && apt-get upgrade
sudo apt-get install screen nodejs nodejs-legacy git npm
sudo npm install websocket
git clone https://github.com/samyk/poisontap
screen
sudo node backend_server.js
##piZero:
sudo apt-get update && apt-get upgrade
@vaginessa
vaginessa / 101707.user.js
Created December 26, 2016 17:37 — forked from icu0755/101707.user.js
update W.A.R. Links Checker to set link address in the clipboard on user click http://userscripts-mirror.org/scripts/show/101707
// ==UserScript==
// @name W.A.R. Links Checker
// @description Automatically checks links from 250+ unique filehostings.
// @details Based on popular Rapidshare Links Checker, this script automatically checks links from 250+ unique filehostings. For Firefox, Chrome, Safari.
// @namespace http://userscripts.org/scripts/show/101707
// @version 1.2.4.6
// @license GPL version 3 or any later version (http://www.gnu.org/copyleft/gpl.html)
// @author <a href="http://userscripts.org/users/302353">dkitty</a> | <a href="http://userscripts.org/users/430723">shmoula</a>
// @include http://*
// @include https://*