I hereby claim:
- I am sodejm on github.
- I am subv3rs1on (https://keybase.io/subv3rs1on) on keybase.
- I have a public key whose fingerprint is F172 6E5C BD01 19D2 635E 62E4 C5BC 505E 52F6 AD9B
To claim this, I am signing this object:
# requires python 3 | |
# Author: Justin Soderberg | |
# tested with Denon AVR-X1200W | |
import sys | |
import requests | |
import argparse | |
# global value for the receivers ip address |
#!/usr/bin/env python3 | |
# decoder based on details from: https://support.f5.com/kb/en-us/solutions/public/6000/900/sol6917.html | |
# Author: Justin Soderberg | |
import sys | |
if len(sys.argv) != 2 or sys.argv[1] == '-h' or sys.argv[1] == '--help': | |
print ('\nUsage: python %s <encoded address>\n' % (sys.argv[0])) |
use exploit/multi/handler | |
TODO: | |
add stage encoder stuff | |
exploit -j |
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
# Some things taken from here | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# Set the colours you can use | |
black='\033[0;30m' | |
white='\033[0;37m' | |
red='\033[0;31m' | |
green='\033[0;32m' |