Skip to content

Instantly share code, notes, and snippets.

View dee1337's full-sized avatar
🎯
Focusing

Daniel Geers dee1337

🎯
Focusing
View GitHub Profile
@dee1337
dee1337 / league_ping.cpp
Created April 25, 2017 09:08
League Ping
#include <stdio.h>
#include <string>
#include <assert.h>
#include <stdlib.h>
#include <iostream>
#include <sstream>
#include <vector>
using namespace std;
@dee1337
dee1337 / gist:72358058acd4097eb300
Created January 2, 2015 12:28
Fix Fern Wifi for Alfa AWUS036NH / wlan*mon pattern
"""
Fern-Wifi-Cracker 2.0 Not working with Ralink Chipsets (tested on AWUS036NH )
What steps will reproduce the problem?
1.start fern-wifi
2.select interface
What is the expected output? What do you see instead?
expected output: "Monitor mode enabled on wlan0mon"
#!/bin/sh
# Sublime Text 3 install with Package Control
# http://simonewebdesign.it/blog/install-sublime-text-3-on-fedora-20/
# fix by dee1337:
# select the correct ST3 version depending on the system - 64bit build does not work on fedora i686 32bit
# Run this script with:
# $ curl LINK_TO_THIS_SCRIPT | sh