Skip to content

Instantly share code, notes, and snippets.

View vaginessa's full-sized avatar

⭐ 🐾 vaginessa

View GitHub Profile
@vaginessa
vaginessa / dirty_passwd_adjust_cow.c
Created October 27, 2016 02:42 — forked from ngaro/dirty_passwd_adjust_cow.c
A dirty cow exploit that automatically finds the current user in passwd and changes it's uid to 0
#include <stdio.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <pthread.h>
#include <unistd.h>
#include <sys/stat.h>
#include <string.h>
#include <stdint.h>
#include <stdlib.h>
#include <sys/types.h>
@vaginessa
vaginessa / mucow.c
Created October 27, 2016 02:42 — forked from chriscz/mucow.c
Dirty COW PoC with multipage support
/*
* Multipage COW PoC
*/
#include <fcntl.h>
#include <pthread.h>
#include <string.h>
#include <stdio.h>
#include <stdint.h>
#include <sys/mman.h>
#include <sys/stat.h>
@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
@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 / gist:922dc2b84c884f8f5bb38edc9d276c09
Created January 11, 2017 03:51
PyPentest GUI for KALI 2.0 Pentest-Tools
https://github.com/Faidon09/PyPentest
@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 / 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 / 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:

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. :)