WebSec101 - Introduction to Web Application Security Event by ISACA NSBM.
- Most of the demonstrations are conducted using OWASP JuiceShop.
Web applications that allow users to upload files to the server may be vulnerable to exploitation by attackers.
Common issues include exposed sensitive information such as passwords and API keys, as well as directory listing vulnerabilities.
To get started:
git clone https://github.com/rvizx/WebSec101
cd WebSec101
php -S localhost:8080
Then, visit http://localhost:8080 in your web browser.