-
MrX posted an update 6 months, 2 weeks ago
Hey everyone,
Quick question.
What was the most confusing thing for you when you started bug hunting?
Could be recon, finding your first bug, understanding reports, tools, scopes… anything.
Or if you’re still new, what’s confusing you right now?
Drop it in the replies. No judging here.
If you’ve been doing this for a while, feel free to help others out.Let’s keep it real and help each other grow.

People usually say “automation is useless” and beginners take it as “never use scanners”. That’s not true. Automation is bad only when you blindly trust it.
Tools like Burp scanner or nuclei are actually helpful for covering a large surface. You can’t manually test every single parameter for XSS or SQLi, it’s not practical. Let scanners handle that part.
At the same time, scanners won’t find logic issues, auth problems, or flow-based bugs. That’s where manual testing matters. using automation on fresh subdomains that no one has touched yet also makes a lot of sense.
So yeah, balance is the key. Use tools smartly, don’t depend on them fully.