Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style>
.accordion {
border: 1px solid;
transition: height 1.4s ease;
}
.accordion .box {
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style>
#toolbar {
position: fixed;
top: 0; left: 0;
width: 100%;
height: 40%;
@not-inept
not-inept / proj1.py
Created March 30, 2015 22:58
An automated exploit for RPISEC's tw33tchainz challenge.
#!/usr/bin/env python
import subprocess
import binascii
import sys
###############################################################################
## Contents: ##################################################################
###############################################################################
## endianFlip(a) : converts userpass from printed representation
## to how it actually is