First install Termux
Then there are two options:
Open the Termux terminal on your Android device and copy-and-paste the commands listed below and hit ENTER:
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 |
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. :) |
First install Termux
Then there are two options:
Open the Termux terminal on your Android device and copy-and-paste the commands listed below and hit ENTER:
Gooey checkbox CSS only
Inspired by : https://dribbble.com/shots/2236296-Feelastic-Switch
A Pen by Vincent Durand on CodePen.
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.
Firstly download latest version of WhatsApp. The following link contains all Windows (x64) releases:
##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 |
https://github.com/Faidon09/PyPentest |
// ==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://* |
#!/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 |