Skip to content

Instantly share code, notes, and snippets.

View Biprodeep's full-sized avatar

virtu4lgh0st Biprodeep

  • Virtually Unvoid Defensive
View GitHub Profile
@Biprodeep
Biprodeep / install-airprobe.sh
Created December 17, 2018 17:27
Script to resolve all dependencies and install airprobe for gnuradio > 3.7
#!/bin/bash
sudo apt install gnuradio pkg-config swig autoconf automake libtool libosmocore-dev autotools-dev
git clone https://github.com/Biprodeep/airprobe
cd airprobe/gsm-receiver/
./bootstrap
./configure
make
@Biprodeep
Biprodeep / SenTokenLL.c
Created September 12, 2018 16:32
Sentence space-wise tokenization using LL and a char array.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAX 100
typedef struct node
{
char data[MAX];
struct node *next;
} node;
@Biprodeep
Biprodeep / cowroot.c
Created October 25, 2017 05:15 — forked from rverton/cowroot.c
CVE-2016-5195 (DirtyCow) Local Root PoC
/*
* (un)comment correct payload first (x86 or x64)!
*
* $ gcc cowroot.c -o cowroot -pthread
* $ ./cowroot
* DirtyCow root privilege escalation
* Backing up /usr/bin/passwd.. to /tmp/bak
* Size of binary: 57048
* Racing, this may take a while..
* /usr/bin/passwd overwritten

Keybase proof

I hereby claim:

  • I am biprodeep on github.
  • I am biprodeep (https://keybase.io/biprodeep) on keybase.
  • I have a public key ASB6x4AW5I_voJ8YbaAyL2NN4L9sVnx3OahsFjBfVPAcwQo

To claim this, I am signing this object: