Skip to content

Instantly share code, notes, and snippets.

View vaginessa's full-sized avatar

⭐ 🐾 vaginessa

View GitHub Profile
@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 / 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 / gist:922dc2b84c884f8f5bb38edc9d276c09
Created January 11, 2017 03:51
PyPentest GUI for KALI 2.0 Pentest-Tools
https://github.com/Faidon09/PyPentest
@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://*
@vaginessa
vaginessa / 1f.rb
Created December 21, 2016 20:42 — forked from Konstantinusz/1f.rb
1fichier.com premium download script
#!/usr/bin/ruby
#http://premium-leechers.blogspot.com
require "cgi"
require "clipboard"
if ARGV.size != 3 then
STDERR.puts "premium-leechers.blogspot.com"
STDERR.puts "1fichier premium downloader script."
STDERR.puts "Usage: ruby 1f <email> <password> <txt file with links|1fichier link|'clipboard'>"
exit