Skip to content

Instantly share code, notes, and snippets.

@g33kyrash
g33kyrash / gist:d3310d75703da9e2d8c0fad486d748ea
Last active July 31, 2026 20:50
Blackhat 26 labs - Browser Extension - Rashid Feroze
import re, sys
try:
f = open("/etc/passwd",'r')
except:
print "\nCan't open the file!\n"
sys.exit(0)
#enter your username here
username = "rash"