Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/houssemcharf/bugbounty_platform
BugBounty platform for IsetCom Event!
https://github.com/houssemcharf/bugbounty_platform
bug bugbounty bugbounty-platform flask hack hacking python3 raport vunerability
Last synced: 5 days ago
JSON representation
BugBounty platform for IsetCom Event!
- Host: GitHub
- URL: https://github.com/houssemcharf/bugbounty_platform
- Owner: HoussemCharf
- License: apache-2.0
- Created: 2019-01-29T14:29:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T09:35:14.000Z (over 5 years ago)
- Last Synced: 2024-12-12T07:12:52.685Z (2 months ago)
- Topics: bug, bugbounty, bugbounty-platform, flask, hack, hacking, python3, raport, vunerability
- Language: CSS
- Size: 18.8 MB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BugBounty Platform
bug bounty platform is a platform made under the supervision of Mr.Ahmed Chabchoub, Mr.Mostfa Hamza for the Isetcom security event as a start.
the platform is a bug reporting interface for contesters to report vulnerabilities and proof of concept.## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
What things you need to install the software and how to install them
```
Python3
Flask
MongoDB
```### Installing
Please follow these steps to successfully deploy the web app in your local environment.
Step1: cloning the repository in your machine.
```
git clone https://github.com/HoussemCharf/BugBounty_Platform.git
```
Step2: start bin
```
source env/bin/activate
```
Step3: start MongoDB service```
service mongod start
```
step4: create database```
mongouse iset_bugbounty;
```
### Coding style
Please follow those coding style techniques for a better code readability
Variable names:
```
UserCurrentName="Houssem"
```
Function name:
```
def encode_auth_token(self, user_id):
```
Comments:
```
def encode_auth_token(self, user_id):
"""
Generates the Auth Token
:return: string
"""```
## Deployment
Notes
## Built With* [Flask](http://flask.pocoo.org/) - Flask (A Python Microframework)
## Versioning
For the versions available, see the [tags on this repository](https://github.com/HoussemCharf/BugBounty_Platform/tags).
## Authors
* **Houssem Charfeddine** - *BBP* - [HoussemCharf](https://github.com/HoussemCharf)
* **Souheil Barhoumi** - *BBP* - [harloNzz](https://github.com/harloNzz)## Acknowledgments
this platform is a property of Calynga Startup and its copyrights go for the authors.
Many thanks for the following people because they made this happen:* Mr.Ahmed Chabchoub
* Mr.Mostfa Hamza