Skip to content

Instantly share code, notes, and snippets.

View melvinsh's full-sized avatar
🌠

Melvin Lammerts melvinsh

🌠
View GitHub Profile
@melvinsh
melvinsh / ports.py
Created April 25, 2022 08:27 — forked from pry0cc/ports.py
Get all ports from an nmap XML output file in the host:ip format
#!/usr/bin/env python
## $ ports.py nmap.xml
## 8.8.8.8:80
## 8.8.8.8:443
## 8.8.8.8:3305
#install requirements: pip install python-libnmap
#uses python 2
@melvinsh
melvinsh / Adobe Frame Buster
Created May 12, 2016 13:39 — forked from skepticfx/Adobe Frame Buster
Adobe Frame Busting Exploit
if (top!=self){
top.location.href=self.location.href;
}