0x03 - Maximizing Vulns Impact
It sucks when less skilled hackers get paid more than you just because they use fancier words.
Hacking and communication are two different skills.
Here are three ways to easily boost the impact of your vulnerabilities:
-
Relate to the business - understand whatâs the worst it could happen to that application. Is it PII leakage? Is it brand damage? Is it crashing the server during Black Friday sales? Write them down and formulate your findings around these scenarios.
Itâs not just âIDORâ. Itâs âLeaking personal information through public endpointâ
Itâs not just âContent Spoofingâ. Itâs âDisplaying competitors ads on your applicationâ
-
Itâs not just âDenial of Serviceâ. Itâs âBlocking users access to the payment providerâ
Aim for the worst - often times I see pentesters that donât exploit their vulnerabilities to the max. They report âHTML Injectionâ instead of escalating it to XSS, phishing emails or SSRF. An HTML Injection will be rated Informational/Low risk. An XSS, Phishing or SSRF attack is almost always Medium or even High risk based on the outcome. Be creative and exploit the vulnerability to its maximum potential
Chain âem all - avoid reporting individual vulnerabilities. Unless you are really lucky, itâs not that often that a single vulnerability can be used for a critical finding. Find as many basic vulnerabilities as possible and list them all. Chain them together to elevate your impact. One medium/high risk has more value than 3-5 low risk