I like the picture at the beginning of some CLI novice trying to git push his home directory
That reminds me of my idea to create "tech" stock imagery that isn't a joke
Teen Becomes First Hacker to Earn $1M Through Bug Bounties
31–40 of 178 posts
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#32Earlier quoted context omitted.
> understanding data structures and algorithms doesn't necessarily correlate to one's ability to identify security vulnerabilities. No, but it does suggest that you're likely capable of learning security work. Just like your data structure and algorithm knowledge didn't come for free, nobody is born knowing how to find security problems. You need to work for it.
What's a way to learn security work? Genuinely curious.
* Books
* MOOCs
* Lecture notes, slides, and assignments from university courses
* Subreddits, Quora topics, etc
* Prominent community members you can follow on Twitter
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#33Edit: pardon the tone, I understand that these types of problems are very very hard to solve because they aren't purely technical and involve humans.
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#34Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#35Earlier quoted context omitted.
> understanding data structures and algorithms doesn't necessarily correlate to one's ability to identify security vulnerabilities. No, but it does suggest that you're likely capable of learning security work. Just like your data structure and algorithm knowledge didn't come for free, nobody is born knowing how to find security problems. You need to work for it.
What's a way to learn security work? Genuinely curious.
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#36Pro tip if you are a startup and want free security advice. Just sign up for all the bounty sites and for every single bounty just tell the submitter that it is a duplicate bug and pay them nothing, then hot patch it immediately and when they get suspicious tell them that their bug report had absolutely nothing to do with the timing of your patch. I know there are companies that do this because I have had it happen t…
There are some patterns where I've seen people not get paid just on general principle; for instance, people find systemic issues and, rather than disclosing the root cause, try to claim bounties for every instance of the flaw (you'll get paid, but not for every instance). It's possible that naive development teams sometimes get this confused, and, for example, consider "all XSS" to be a single systemic bug.
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#37Earlier quoted context omitted.
> understanding data structures and algorithms doesn't necessarily correlate to one's ability to identify security vulnerabilities. No, but it does suggest that you're likely capable of learning security work. Just like your data structure and algorithm knowledge didn't come for free, nobody is born knowing how to find security problems. You need to work for it.
What's a way to learn security work? Genuinely curious.
Beside that lower level knowledge of how computer systems work is always worth studying up on.
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#38This is 1MM over 3-4 years, right? $330k is good money, but it's also in the ballpark for gifted vulnerability researchers in SFBA.
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#39Pro tip if you are a startup and want free security advice. Just sign up for all the bounty sites and for every single bounty just tell the submitter that it is a duplicate bug and pay them nothing, then hot patch it immediately and when they get suspicious tell them that their bug report had absolutely nothing to do with the timing of your patch. I know there are companies that do this because I have had it happen t…
Example: http://writecodeeveryday.github.io/projects/badqr/
I literally had to twist their arm to get it patched... since was a something to 'reduce friction' which allowed you to steal someone's Bitcoins.
At the time, the POC would have netted me $40 for every person I scammed, today, it's a $400 profit and that tool would generate a QR telling people there's free bitcoin at Coinbase so I bet you someone would have used it.
Edit: I told my boss if they didn't do shit about it, I would put that QR code with 'Social Engineering' into Facebook ads since it had just started and see how much money I made out of it.
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#40Pro tip if you are a startup and want free security advice. Just sign up for all the bounty sites and for every single bounty just tell the submitter that it is a duplicate bug and pay them nothing, then hot patch it immediately and when they get suspicious tell them that their bug report had absolutely nothing to do with the timing of your patch. I know there are companies that do this because I have had it happen t…