Hack this site ?
Hacking website is not a very simple job first you need to find a back-door in the website or you can call it a vulnerability. There are multiple ways to find vulnerabilities.
I generalized them in two ways:
OWASP top 10 vulnerabilities are most preferable for finding the bugs most of the time you can rely on them.
every year a company OWASP does an analysis in which they try to find the most common vulnerabilities present in the majority of the websites.
OWASP top 10 vulnerabilities are
I generalized them in two ways:
There are two ways for that
- Easy way: Buy any Vulnerability scanner and scan with it and find vulnerabilities if you want to know about softwares then this is some softwares which can help you.
1. Nessus VS
2. Saint VS
3. Qualys VS
4. Nexpose VS
5. GFI Languard VS
6. Coreimpact VS
7. Solar winds engineers toolset VS
OWASP top 10 vulnerabilities are most preferable for finding the bugs most of the time you can rely on them.
every year a company OWASP does an analysis in which they try to find the most common vulnerabilities present in the majority of the websites.
OWASP top 10 vulnerabilities are
1. SQL injection.
2. Broken authentication and session management.
3. Cross site scripting (XSS).
4. Insecure direct object references.
5. Security Misconfiguration.
6. Sensitive Data Exposure.
7. Missing function level access control.
8. Cross-site request forgery (CSRF).
9. Using components with known vulnerabilities.
10. Unvalidated redirects and forwards.
Steps for website Pentesting.
1. Footprinting website applications and webserver information.
2. Vulnerability scanning of website with vulnerability scanner.
3. Exploiting vulnerabilities with web applications based exploits.
4. Documenting their report with proof of concept.
Comments
Post a Comment