Skip to content

Instantly share code, notes, and snippets.

View melvinsh's full-sized avatar
🌠

Melvin Lammerts melvinsh

🌠
View GitHub Profile
acc
accept
acceptatie
access
accounts
alpha
alt
api
app
apps
@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 / ⁣.gif
Last active June 4, 2022 09:05
⁣.gif
@melvinsh
melvinsh / ⁣.gif
Last active September 3, 2021 14:37
⁣.gif
@melvinsh
melvinsh / clock.asm
Created April 17, 2020 12:00
Alarm Clock
.include "m32def.inc"
;===============================;
; Define all constants (.equ) ;
;===============================;
.equ digit0 = 0b11110111
.equ digit1 = 0b10100100
.equ digit2 = 0b11011101
@melvinsh
melvinsh / mimetypes.txt
Created December 13, 2018 23:01
Mime types for Burp Suite
application/atom+xml
application/json
application/json
application/json
application/ld+json
application/rss+xml
application/vnd.geo+json
application/xml
application/xml
application/javascript
### Keybase proof
I hereby claim:
* I am melvinsh on github.
* I am melvin (https://keybase.io/melvin) on keybase.
* I have a public key ASDSHe4hYvGZ3L5b7Rfg7uk9TBnYQcSRvdlsGwMRBzqT0Ao
To claim this, I am signing this object:
@melvinsh
melvinsh / xss.js
Created November 28, 2017 11:09
xss.js
alert(document.domain);
server {
listen 80;
listen [::]:80;
server_name melvin.sh www.melvin.sh melvinlammerts.nl www.melvinlammerts.nl;
return 301 https://$host$request_uri;
}
server {
listen 443 ssl http2;
# Alt - Z
unbind C-b
set-option -g prefix M-z
bind-key M-z send-prefix
# Splitting
bind \ split-window -h
bind - split-window -v
unbind '"'
unbind %