An open API service indexing awesome lists of open source software.

https://github.com/gnebbia/owasp_intro

An introduction to OWASP methodologies
https://github.com/gnebbia/owasp_intro

owasp webapplicationhacking webapplications

Last synced: 4 months ago
JSON representation

An introduction to OWASP methodologies

Awesome Lists containing this project

README

          

# OWASP

## Learning

Not that much, but still something:
* [OWASP Academy](https://owasp-academy.teachable.com/)

## Development

* [OWASP Security Coding Check List](https://www.owasp.org/index.php/OWASP_Secure_Coding_Practices_Checklist)

## Testing

* [OWASP Testing Guide](https://www.owasp.org/images/1/19/OTGv4.pdf)
* [OWASP Testing Check List](https://www.owasp.org/index.php/Testing_Checklist)

To give you an idea of what can be automated and what should be performed
manually, check out this:
* [OWASP Check List Manual vs Auto](https://highbitsecurity.com/web-security-web-application-penetration-testing-methods.php)

* [OWASP Top Ten 10](https://www.owasp.org/index.php/Top_10-2017_Top_10)

For details about specific attacks and attack payloads, check out:
* [PayloadsAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings)
* [SecLists](https://github.com/danielmiessler/SecLists)

## Sandboxes

You may try things on:
* `http://webscantest.com/`
* `http://zero.webappsecurity.com`

or with OWASP downloadable vulnerable web applications to not mess up the
deployment environment, examples of these are:

* Owasp Juice Shop
* WebGoat
* bwApp

## Tools

* Burp Suite / ZAP
* Dirbuster / gobuster / wfuzz
* Vega / w3af / arachni / wapiti
* nikto
* nmap
* openssl
* curl
* google dorks