Skip to content

0xshdax/ACWL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Access Control Web Lab (ACWL)

Access Control Web Lab (ACWL) is a web-based application designed for practice and in-depth understanding of access control vulnerabilities. This lab draws on the article "JavaScript Analysis: Identifying and Exploiting Web Weaknesses", which focuses on access control vulnerabilities in web applications.

Getting Started

To start testing and exploring the vulnerabilities discussed in the article, follow these steps:

Clone the Repository

git clone https://github.com/0xshdax/ACWL/
cd ACWL

Install Dependencies

pip install Flask

Run the Application

Start the application by running the provided Python script:

python3 app.py

By default, the application runs on http://localhost:5000. You can access it from your web browser to start exploring vulnerabilities.

Default Credentials

You can log in using the following credentials:

Email: john@local.app
Password: passwd123 

Note: These credentials are for demo purposes.

Article Reference

This lab is based on concepts discussed in the article:

It’s recommended to read the article to gain insight into access control weaknesses before diving into the lab.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Access Control Web Lab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors