This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This Python script decrypts Kramer obfuscation by reversing its obfuscation and bruteforces the key. | |
# Detects and uses al CPU threads, so your milage may vary with how long it takes. | |
# Defaults to key ranges from 3-1000000 as generated in kramer.py | |
# If the key is found it will print the result to stdout | |
# Obfuscator: https://github.com/billythegoat356/Kramer | |
import sys | |
import marshal | |
import types | |
import dis |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This list contains all gathered SSIDs from the DEF CON converence from Aug 7-10, 2025. | |
# These were gathered via a HAK5 Wifi Pineapple MK7 over 2.4GHz and 5GHz | |
.@ FreeTRUEWIFI | |
BB16PRO | |
CC_GUEST | |
Pensiunea Folea 1 | |
zeexw xe. ex xe xersZara's!z | |
!KnightsInn WiFi | |
#DXB Free WiFi |
OlderNewer