"$10,000 #BugBounty for exposed .git to RCE" - great write-up! Good to see our #OWASP #Amass tool used for recon.
What could possibly go wrong if you accidentally deploy your application along with the ".git" folder?
Let's find out:
#bugbounty #owasp #AMASS #bugbountytips
Il Pentagono vuole dominare le guerre utilizzando i droni
#Pentagono #guerra #droni #DARPA #AMASS
https://guruhitech.com/il-pentagono-vuole-dominare-le-guerre-utilizzando-i-droni/
#pentagono #guerra #droni #darpa #AMASS
🎙️ ✨ A new episode has been published on @ITSPmagazine
Show: The Hacker Factory Podcast With Phillip Wylie @phil
Episode: A Conversation With OWASP Amass Creator Jeff Foley
Podcast format: Audio
Enjoy!
👉 https://www.itspmagazine.com/the-hacker-factory-podcast
#tech #technology #society #cybersecurity #infosec #hacking #hackers #Amass #OWASP #attacksurface #security #securityresearch
#tech #Technology #society #cybersecurity #infosec #hacking #hackers #AMASS #owasp #attacksurface #security #securityresearch
Simple Script for Finding Cross
Site Scripting (XSS) vulns
#!/bin/bash
subfinder -d $1 -o domains_subfinder_$1
amass enum --passive -d $1 -o domains_$1
cat domains_subfinder_$1 | tee -a domain_$1
cat domains_$1 | filter-resolved | tee -a domains_$1.txt
cat domains_$1.txt | httprobe -p http:81 -p http:8080 -p https:8443 | waybackurls | kxss | tee xss.txt
https://github.com/projectdiscovery/subfinder
https://github.com/OWASP/Amass
https://github.com/tomnomnom/hacks/tree/master/filter-resolved
https://github.com/tomnomnom/httprobe
https://github.com/tomnomnom/waybackurls
https://github.com/tomnomnom/hacks/tree/master/kxss
#bugbounty #bugbountytips #xss #subfinder #httprobe #waybackurls #kxss #amass
#bugbounty #bugbountytips #xss #subfinder #httprobe #waybackurls #kxss #AMASS
Good introduction to #OWASP #AMASS @amass
https://www.youtube.com/watch?v=23tQ4zLA-9A
RT @bararchy@twitter.com
Do you like @owasp@twitter.com #AMASS? ever wanted to pipe all those shiny domains into a proper web scanner for a full #AppSec flow?
in @NeuraLegion@twitter.com we're cooking something for you :)
https://github.com/NeuraLegion/AMASS-the-Legion