My First Blog .. im make it :)
92 |Want to get in touch with me? Fill out the form below to send me a message and I will try to get back to you within 24 hours!
93 | 94 | 95 | 96 | 133 |Error: {{ error }}{% endif %} 36 |
45 | {% endblock %} 46 | 47 | -------------------------------------------------------------------------------- /knasty/templates/post.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 || Edit |
50 | {% endfor %} 51 | {% endif %} 52 | {% endblock %} 53 | 54 | -------------------------------------------------------------------------------- /knasty/templates/success.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |File uploaded successfully
34 |File Name: {{ name|safe }}
35 | 36 | 37 | -------------------------------------------------------------------------------- /travesty/README.md: -------------------------------------------------------------------------------- 1 | # Travesty 2 | Find the vulnerabilities on the website that can be breached in a few different ways. Can you get the local users' login creds? 3 | 4 | Thanks https://github.com/twseptian/cve-2021-42013-docker-lab/ for the idea and some code. 5 | 6 |" + system("date") + "
"; 26 | print ""; 27 | print ""; 28 | # backup the time stuff at /home/backups.sh 29 | 30 | 1; -------------------------------------------------------------------------------- /travesty/httpd.conf: -------------------------------------------------------------------------------- 1 | # cat httpd.conf 2 | # 3 | # This is the main Apache HTTP server configuration file. It contains the 4 | # configuration directives that give the server its instructions. 5 | # See