![]() |
|
How to not get in trouble as a bug bounty hunter? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Website & Server Hacking (https://sinister.ly/Forum-Website-Server-Hacking) +--- Thread: How to not get in trouble as a bug bounty hunter? (/Thread-How-to-not-get-in-trouble-as-a-bug-bounty-hunter) |
How to not get in trouble as a bug bounty hunter? - SneakyBit - 08-25-2019 Hi, I have a question. On HackerOne you have a list of companies that will pay you if you find a vulnerability on their website, right? Like for example Facebook. Let's say I'm a hacker and I start testing their website (try sql injection, xss, and you name it) now all of these tests I've done on their website are logged and my IP appears on these logs right? So how do they know that I was testing their website for the bug bounty program, how do they differentiate me as a bug bounty hunter from those who have malicious intentions? How do you make sure to not get into trouble as a bug bounty hunter? Can someone with experience answer to this question? Thanks a lot! RE: How to not get in trouble as a bug bounty hunter? - panold - 08-25-2019 If you are eager to test your skills Ping me on skype : panoldbiz RE: How to not get in trouble as a bug bounty hunter? - Oni - 08-26-2019 I'm not a lawyer, but as long as you don't save any confidential information and you minimize damages it should help your case. You do need to be able to provide proof of concept and I'm sure they understand that. As soon as you start saving confidential information and causing damage, criminal intent becomes more obvious. I'd maintain that you want to preserve your anonymity, regardless of your intent. RE: How to not get in trouble as a bug bounty hunter? - mothered - 08-26-2019 (08-26-2019, 12:52 AM)Oni Wrote: As soon as you start saving confidential information "Viewing" confidential Information, has the same Impact- the difference being It's stored In one's memory and not on a device. Be extremely careful with every move you make. RE: How to not get in trouble as a bug bounty hunter? - SneakyBit - 08-26-2019 Damn, well that's enough to keep me from doing this. Anyway if I do this then I will take your advice @Oni and try to remain anonymous. Thanks for the replies
RE: How to not get in trouble as a bug bounty hunter? - Stratus - 06-29-2020 There's a lot of trust in the bounty maintainer really... In my experience, as long as you take the first steps to report an exploit, and are following the engagement guidelines, they are very willing to work with you. It all depends on your intent really. I've even seen cases where researchers will step outside of the engagement scope, but still be rewarded cause it was clear that they weren't doing ti malicilously. Generally just make sure your payloads are POC not meant to cause damage. ie alert(1), math equations in sql injections, time based sql injections that don't return anything., etc. |