Skip to content

Commit

Permalink
Added link to reflected XSS video
Browse files Browse the repository at this point in the history
  • Loading branch information
digininja authored Feb 27, 2023
1 parent 633a6b5 commit 87642b9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"._
Expand Down

0 comments on commit 87642b9

Please sign in to comment.