Skip to content

Instantly share code, notes, and snippets.

View Jasmine-liang's full-sized avatar

Aka jazzy Jasmine-liang

  • Metaverse
View GitHub Profile
@muff-in
muff-in / resources.md
Last active April 27, 2024 22:37
A curated list of Assembly Language / Reversing / Malware Analysis / Game Hacking-resources
@4w50m3d3v516n3r
4w50m3d3v516n3r / mdbinj2.py
Created January 5, 2020 15:50 — forked from katiefoster/mdbinj2.py
Pentester Lab: MongoDB Injection #2
#Code for bruteforcing a UUID for pentesterlab's MongoDB injection exercise.
import cookielib, urllib2, urllib
from bs4 import BeautifulSoup
found = ""
potentialChar = ["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f","-"]
while True: