mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-14 07:12:54 +00:00
Improved References
Added Author names to references as requested in the CONTRIBUTING.md file.
This commit is contained in:
parent
2b54b5034f
commit
5115ac95e8
1 changed files with 5 additions and 4 deletions
|
@ -20,6 +20,7 @@
|
||||||
* [XSS Filter](#xss-filter)
|
* [XSS Filter](#xss-filter)
|
||||||
* [IE8 XSS filter](#ie8-xss-filter)
|
* [IE8 XSS filter](#ie8-xss-filter)
|
||||||
* [Chrome 4.0 XSSAuditor filter](#chrome-40-xssauditor-filter)
|
* [Chrome 4.0 XSSAuditor filter](#chrome-40-xssauditor-filter)
|
||||||
|
* [Challenge]
|
||||||
* [Practice Environments](#practice-environments)
|
* [Practice Environments](#practice-environments)
|
||||||
* [Reference](#references)
|
* [Reference](#references)
|
||||||
|
|
||||||
|
@ -200,8 +201,8 @@ It has a little different behaviour compared to IE8 XSS filter, in fact with thi
|
||||||
* [Client Side Clickjacking Test](https://owasp.org/www-project-web-security-testing-guide/v41/4-Web_Application_Security_Testing/11-Client_Side_Testing/09-Testing_for_Clickjacking)
|
* [Client Side Clickjacking Test](https://owasp.org/www-project-web-security-testing-guide/v41/4-Web_Application_Security_Testing/11-Client_Side_Testing/09-Testing_for_Clickjacking)
|
||||||
|
|
||||||
## References
|
## References
|
||||||
* [Clickjacker.io](https://clickjacker.io)
|
* [Clickjacker.io - Saurabh Banawar](https://clickjacker.io)
|
||||||
* [Portswigger](https://portswigger.net/web-security/clickjacking)
|
* [Web-Security Clickjacking - PortSwigger](https://portswigger.net/web-security/clickjacking)
|
||||||
* [Synopsys](https://www.synopsys.com/glossary/what-is-clickjacking.html#B)
|
* [Synopsys Clickjacking](https://www.synopsys.com/glossary/what-is-clickjacking.html#B)
|
||||||
* [OWASP](https://owasp.org/www-community/attacks/Clickjacking)
|
* [OWASP - Gustav Rydstedt](https://owasp.org/www-community/attacks/Clickjacking)
|
||||||
* [SecTheory](http://www.sectheory.com/clickjacking.htm)
|
* [SecTheory](http://www.sectheory.com/clickjacking.htm)
|
||||||
|
|
Loading…
Reference in a new issue