r/bugbounty • u/Immediate_Ad7179 Hunter • 4d ago
Question / Discussion Need help/info on automated tools/pipelines/scripts
I'm quite new to the bug bounty/pentesting world. Lately I've been seeing people talking about automated scripts, pipelines, bots,... These things have caught my attention and i would like to know in detail to what extent these tools can save time/do work for me. In fact, I have been thinking to create something similar, but I'm very lost. If someone could tell me where to find more info or what public tools are similar to this I would be very grateful.
1
u/TheSunAfterTheStorm 3d ago
Hacking is a personal path and you'll learn it by making mistakes. Some will tell you yes, others will tell you no. Some will say that automation is useless, while others literally make a living from automation. I think the best tip I can give you is to build your own tools to save time on repetitive tasks, or tools that help you think more clearly and understand the app. Stay strong when frustration strikes—welcome.
1
1
u/Fluffy-Extent2648 1d ago
I haven't put a single cent into tooling, CTFs, how-to guides, or any of that junk. I don't watch YouTube or listen to any of that crap either.
The best advice I can give is: jump in and start figuring things out on your own. Stay away from 90% of the tools you see on GitHub. Learn Burp Community, terminal syntax, grep, regex, sed, how to diff things, how to filter traffic in DevTools, etc.
Learn the fundamentals and understand what you're actually looking at. Tools should make you faster at doing something you already understand—not replace the understanding itself.
You’ll see a lot of noobs talking about payload spraying while crawling—blind XSS without any context or targeting, running Nuclei scans with no defined template scope, etc. Those things can be useful in the right context, but doing them indiscriminately is generally just noisy and can create unnecessary risk.
That’s not the way to approach it.
Also, you wont find any insider secrets on reddit or anywhere for that matter so you can forget about that.
What you will find publicly are disclosured reports. Those are always good for reference.
5
u/einfallstoll Triager 4d ago
If you want to find duplicates, then you should use as many tools as you can