Create .htaccess file in the application root folder.
RewriteEngine On
RewriteCond %{REQUEST_URI} !^web
RewriteRule ^(.*)$ web/$1 [L]
| Verify Github on Galxe. gid:sJCsy9xvzN3TNQnnN5Cy8S |
| # Cyber attack maps: | |
| #################### | |
| Akamai https://www.akamai.com/us/en/solutions/intelligent-platform/visualizing-akamai/real-time-web-monitor.jsp | |
| Arbor Networks https://www.digitalattackmap.com | |
| Bitdefender https://threatmap.bitdefender.com | |
| BlueLiv https://community.blueliv.com/map | |
| Cisco Talos https://www.talosintelligence.com | |
| Checkpoint https://threatmap.checkpoint.com | |
| Deutsche Telekom https://sicherheitstacho.eu/start/main |
| import poe, sys | |
| client = poe.Client("<POE_API_KEY_HERE>") | |
| title=sys.argv[1] | |
| path=sys.argv[2] | |
| more="" | |
| if len(sys.argv) > 3: | |
| more="\" and here is more information: "+sys.argv[3] | |
| message="""generate a bug bounty report for me (hackerone.com), the title of the bug is """+title+""" and the vulnerability path is \""""+path+more+""" |