this gist is part of this series
This fixes issues i bugged with the thunderbolt / thunderbolt-net maintainers (i will take everyones thanks now, lol)
- install lldpctl with
apt install lldpd
this gist is part of this series
This fixes issues i bugged with the thunderbolt / thunderbolt-net maintainers (i will take everyones thanks now, lol)
apt install lldpd
import base64 | |
from Crypto.Cipher import ARC4 | |
def str_decrypt(enc_data): | |
key = 'fuckav\x00' | |
cipher = ARC4.new(key) | |
try: | |
enc_data = base64.b64decode(enc_data) | |
except: | |
return enc_data |
BITS 32 | |
; flag: RC3-2016-YEAH-DATS-BETTER-BOII | |
; based on http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html | |
org 0x08048000 | |
ehdr: | |
db "FLAG" ; e_ident | |
db 1, 1, 1, 0, 0 | |
_start: mov ecx,promptsize | |
jmp main | |
dw 2 ; e_type |