home.social

#bugbountytip — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bugbountytip, aggregated by home.social.

fetched live
  1. Are all the bugs really gone? How should you approach an application if you're done with recon? Here are my top 5 tips for approaching the main program and finding bugs #bugbountytip #BugBounty 1/7

  2. #BugBountyTip: get good at messing around with AI/LLMs because this stuff is going to be everywhere. 💰

  3. New video 🚨
    This week I show you my basic hacking setup and show you the basics of how to use it to find bugs 🐛, so if you’ve not set up Burp and Firefox this’ll be the video you want to watch :)
    #bugbountytip #BugBounty
    youtu.be/wNqaLalaNE0

  4. I've published a new recon tool that helps to find assets/domains based on the Google Analytics ID.

    udon: github.com/dhn/udon

    This technique is not new and was already mentioned by @MrTuxracer and @HusseiN98D back in 2019/2020. However, I didn't find any tool that automate this task for me.

    #bugbountytip #bugbounty #recon #redteam

  5. Tips&Tricks 🕵️

    Time for a #BugBountyTip!

    Make your own wordlist adapted to the target language using the CLI tool dict & dictd 🧾

    #YesWeRHackers #BugBountyTips

  6. Interesting redirection bypass in apple

    👉 Redirection based on path param

    👉 Failed payload:
    ?path=evil.com becomes somesubdomain.apple.com/evil.com

    👉 Working payload:
    ?path=.evil.com becomes somesubdomain.apple.com.evil.com

    👉 So attacker can redirect to his subdomain

    The full article can be found here:

    Bypass Apple’s redirection process with the dot (“.”) character link.medium.com/naoidNWS1vb

    #bugbountytips #bugbountytip #Pentesting #redteam #infosec

  7. ✨ ffuf(Fuzz Faster U Fool)

    ▶️Fest web fuzzer written in Go that allows typical directory discovery, virtual host discovery (without DNS records) and GET and POST parameter fuzzing

    GitHub link:
    github.com/ffuf/ffuf

    ▶️ Resources

    👉 Comprehensive Guide on ffuf
    hackingarticles.in/comprehensi

    👉 How to Fuzz Web Applications using FFuf – Web Security Tutorial

    freecodecamp.org/news/web-secu

    👉Top 25 Example Usage of ffuf Web Fuzzer
    allabouttesting.org/top-25-exa

    👉 HOW TO FIND ZERO-DAY VULNERABILITIES WITH ffuf
    securitynewspaper.com/2022/06/

    #infosec #ffuf #pentesting #bugbounty #bugbountytip #redteamtip #zeroday #kalilinux

  8. Unprotected API endpoint at HAwebsso.nl leads to data leak of +15k medical doctor usernames & password hashes
    link.medium.com/dEApmWGzPvb

    #infosec #bugbountytip #bugbountywriteup

  9. Tips&Exploit 🕵️

    Time for a #BugBountyTip!

    Did you know that Metasploit offers a JavaScript keylogger module?💀

    Use it as a proof of concept (POC) & improve your XSS exploitation!💻

    #YesWeRHackers #BugBountyTips

  10. HackPack #11 goes brrrrr🚗💨

    Lots of great resources this month to keep you up to date on the latest bug bounty news🪩, #BugBountyTip & hacking tools⚔️

    Check it out!👇
    twitter.com/i/events/158774515

    #YesWeRHackers #BugBountytips

  11. Tips&Tricks🕵️

    Do you love PHP? We love it too! 🧐

    A method of detecting PHP backend filters that are likely to be used!👇

    #YesWeRHackers #BugBountyTips #BugBountyTip

  12. #bugbountytip

    Before reporting #SSRF, try turning it into an RCE

    #Self-XSS? try making an #exploit chain with #clickjacking

    Persistent #XSS, chain with #CSRF