8000 GitHub - joelvaz0x01/socialbook-goat: Practical group work made for Analysis and Exploration of Vulnerabilities @ UA - Portugal.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joelvaz0x01/socialbook-goat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SocialBook Goat

Base application, adapted for the purpose of training. Modified from the original at https://github.com/paramsgit/Socialbook.

Credits to the original owner.

Warning

This project contains intentional security vulnerabilities for educational purposes.

This is not suitable for production use and should only be used in a controlled environment for learning about web security.

Implemented Vulnerabilities

  • Information Leakage
  • Cross-Site Scripting (XSS)
  • Server-Side Template Injection (SSTI)
  • SQL Injection
  • Cryptographic Failures
  • Identification and Authentication Failures

Note

The /security endpoint also provides the list of implemented vulnerabilities.

Tip

All POCs are located in the poc directory.

Installation

66AD
  1. Clone the repository:
    git clone https://github.com/joelvaz0x01/unsecure-socialbook-goat.git
  2. Navigate to the project directory:
    cd unsecure-socialbook-goat/app
  3. Create a virtual environment and activate it:
    python -m venv .venv
    source .venv/bin/activate
  4. Install dependencies:
    pip install -r requirements.txt
  5. Apply database migrations:
    python manage.py migrate
  6. Start the development server:
    python manage.py runserver
  7. Access the app at http://localhost:8080

About

Practical group work made for Analysis and Exploration of Vulnerabilities @ UA - Portugal.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0