Skip to content

Instantly share code, notes, and snippets.

View maycon's full-sized avatar

Maycon Maia Vitali maycon

View GitHub Profile
/* 0pen0wn.c by anti-sec group
* ---------------------------
* OpenSSH <= 5.2 REMOTE (r00t) EXPLOIT.
*
*
* Takes advantage of an off-by-one
* bug in mapped authentication space on system
*/
#include <stdio.h>
#include <stdlib.h>
@maycon
maycon / angular-decode.py
Created November 17, 2021 14:36
Decode AngularJS File
#!/bin/env python3
import sys
import string
import re
import jsbeautifier
if len(sys.argv) != 2:
print ("Use: {} <angular-js-file>".format(sys.argv[0]))
sys.exit(0)