janfry | 5 years ago | on: Greenland Sharks
janfry's comments
janfry | 8 years ago | on: Ask HN: Website go-live checklist app
1. Mozilla Observatory https://observatory.mozilla.org
2. SSLLabs https://www.ssllabs.com/ssltest/
3. Security Headers https://securityheaders.io/
For a comprehensive appsec checklist see OWASP ASVS https://www.owasp.org/index.php/Category:OWASP_Application_S...
janfry | 8 years ago | on: Flush times for hackers in booming cyber security job market
janfry | 8 years ago | on: Flush times for hackers in booming cyber security job market
There are so many sources of information and learning grounds available now - bug bounties, certifications, war games, online tutorials, blogs, conferences etc.
I would suggest choosing a particular area of interest to begin with and deep-diving on that subject. Look for mentors or perhaps someone to knowledge share / skill exchange with.
You could do pretty well with a base in C#. Through pentest engagements, I've come across quite a few C# apps in my time and even with my limited knowledge of the language, found some interesting vulnerabilities ;)
Edit: Added tptacek link
janfry | 9 years ago | on: Shopify has paid over $300k in security exploit bounties
Daniel Miessler has a good breakdown of when to consider various types of security testing: https://danielmiessler.com/blog/when-vulnerability-assessmen...
Sqreen also have a handy basic security checklist: http://cto-security-checklist.sqreen.io Specific to bug bounties they say "You need security aware people inside your development teams to evaluate any reports you receive."
janfry | 10 years ago | on: Show HN: Big List of Naughty Strings for testing user-input data
As other commenters noted, strings like DROP TABLES should be used with caution!
Really enjoyable easy read.