diff --git a/README.md b/README.md index 91af544..087e5de 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ You may be running into problems with SELinux. Either disable SELinux or run th setsebool -P httpd_can_network_connect_db 1 ``` -### Anything else +### Anything Else For the latest troubleshooting information please read both open and closed tickets in the git repo: @@ -389,6 +389,14 @@ If raising a ticket, please submit at least the following information: - - - +## Tutorials + +I am going to try to put together some tutorial videos that walk through some of the vulnerabilities and show how to detect them and then how to exploit them. Here are the ones I've made so far: + +[Finding and Exploiting Reflected XSS](https://youtu.be/V4MATqtdxss) + +- - - + ## SQLite3 SQL Injection _Support for this is limited, before raising issues, please ensure you are prepared to work on debugging, do not simply claim "it does not work"._