• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

#bugbountytips

  1. ne0s3c

    hello

    im a bug hunter. 20 yrs old. interest on breaking rules
  2. dEEpEst

    Pentest Subdomain Enumeration Using Rapiddns.io

    Subdomain Enumeration Using Rapiddns.io Function function rapiddns() { curl -s "https://rapiddns.io/subdomain/$1?full=1" | grep -oE "[\.a-zA-Z0-9-]+\.$1" | tr '[:upper:]' '[:lower:]' | sort -u } Using the Terminal (Current Session) If you ran the function definition in the terminal, you...
  3. dEEpEst

    Pentest Subdomain Enumeration Using GAU

    Subdomain Enumeration Using GAU gau --subs nasa.gov | cut -d "/" -f 3 | sort -u Hidden content
Back
Top