Welcome to the Practical Bug Bounty project! This platform is designed to help users discover bug bounty-related videos, organized into categories, offering a curriculum-like experience.
newdemo.mov
If you're interested in contributing to the content side of the project, we maintain a separate repository specifically for that purpose. You can find it here.
- Fork and Clone the content repository.
- Create a new module, submodule, or topic by following the folder structure and adding the necessary JSON and markdown files.
- Once you've added your content, use the provided script to generate a Django-compatible JSON dump.
- Submit a pull request with your changes.
- After review, if everything looks good, your content will be merged and reflected on the main platform.
Thank you for helping the community grow!
When contributing to the content, ensure that the videos and resources you add are relevant, up-to-date, and adhere to the highest ethical standards. We want this platform to be a trusted resource for everyone in the bug bounty community.
This project is currently in its development phase and there's a lot more to be done. I am actively seeking community contributions to make this platform even better!
- Video Organization: Discover the latest bug bounty videos, neatly organized into various categories.
- Course Curriculum: Provides a curriculum-like structure for streamlined learning.
- Community Driven: Built with love by the community, for the community.
I am always welcoming contributions from everyone! Whether it's a typo fix, a new feature, or a bug fix, your help is greatly appreciated.
-
Clone the Repository:
git clone https://github.com/patrikfehrenbach/practical-bug-bounty.git practical-bug-bounty/ cd practical-bug-bounty
-
Install Django + Addons
python3 -m pip install -r requirements.txt
-
Run migrations
cd bugbountytube/ python3 manage.py migrate
-
Create super user
python3 manage.py createsuperuser
-
Run the server
python3 manage.py runserver
-
Navigate to http://localhost:8000
- Log into the Backend http://localhost:8000/admin
- Go to Categories -> Click on add
- Fill in the details
- Click on Save
- Log into the Backend http://localhost:8000/admin
- Go to Videos -> Click on add
- Fill in the details
- Click on Save
Made with ❤️ by @itsecurityguard for the Open Source community.