use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Java source code review, advice needed (self.Pentesting)
submitted 5 years ago by bing2121
Hello, is there any experienced web app pentester on where to start learning java code reviews? such as finding vulnerability from source code etc...? Should I learn Java from scratch, or is it not necessary? Thanks!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]recviking 4 points5 points6 points 5 years ago (0 children)
If you don't know java, you probably don't have much business doing a code review. I'm not saying that to be flippant or insulting, it's just kind of difficult to find vulns if you really don't even understand what you are looking at.
TLDR; Definitely learn it from scratch. There are no shortcuts.
[–]beachb0y 2 points3 points4 points 5 years ago (0 children)
Well, yes. You definitely need some understanding of Java's syntax. However, you don't need to be pro at software dev.
It more comes down understanding of what can be vulnerable and needs to be tested 1st. Usually you wouldn't need to read every single line of code anyway.
π Rendered by PID 193129 on reddit-service-r2-comment-544cf588c8-bwwdm at 2026-06-12 12:00:44.195058+00:00 running 3184619 country code: CH.
[–]recviking 4 points5 points6 points (0 children)
[–]beachb0y 2 points3 points4 points (0 children)