https://github.com/codexlynx/redboard-docker
Dockerized version of RedBoard for rapid deployment and ready to use.
https://github.com/codexlynx/redboard-docker
collaborative docker hacking red-team security
Last synced: about 2 months ago
JSON representation
Dockerized version of RedBoard for rapid deployment and ready to use.
- Host: GitHub
- URL: https://github.com/codexlynx/redboard-docker
- Owner: codexlynx
- License: gpl-3.0
- Created: 2018-03-20T20:01:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T20:05:25.000Z (about 8 years ago)
- Last Synced: 2025-02-24T02:50:05.895Z (over 1 year ago)
- Topics: collaborative, docker, hacking, red-team, security
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RedBoard / Docker
Dockerized version of [RedBoard](https://github.com/Dviros/redboard) for rapid deployment and ready to use.

---
RedBoard is a collaborative web dashboard for RedTeam pentesters.
While conducting a pentest, you're inclined to create a lot of text files in random directories on your laptop.
RedBoard is a collaborative suite to store, organize and share all sort of data within your team.
### Usage
Create a text file called ```.secrets.env``` and add the following content changing what you need:
```
MONGODB_USER=admin
MONGODB_PASS=changeme
ADMIN_USER=admin
ADMIN_PASS=changeme
```
### License
> GPL (GNU General Public License) 3.0
More info: [here](LICENSE)
### About
This repository was created by: __@codexlynx__.
* [](https://twitter.com/codexlynx)
* [GitHub](https://github.com/codexlynx)