bbrf-server
bbrf-server copied to clipboard
The Bug Bounty Reconnaissance Framework (BBRF) can help you coordinate your reconnaissance workflows across multiple devices
I have a doubt , is bbrf-server support heroku instead of AWS? If it possible can any one share how to do that?
While removing or adding a big amount of domains/urls (over 100k) I'm getting the error ``unknown_error`` This is the error from the CouchDB Log. ``` [error] 2021-04-27T23:54:43.969434Z [email protected] 5fba4475ec req_err(492424286)...
Updated dockerfile to allow building without local repo, changed couchdb to have flexible hostname
Hi, When I tried to install bbrf on my local server I ran into some issues installing it all through portainer. Despite cloning the entire repository to another location on...
On sending the super large POST request(around 10mb) nginx gets time out and gives 504 Gateway Time-out error. This fixes that.
``` cat ~/.bbrf/config.json | grep "ignore_ssl_errors" ``` "ignore_ssl_errors": true ``` docker-compose logs proxy ``` proxy_1 | 2022/08/30 19:35:29 [emerg] 1#1: cannot load certificate "/etc/nginx/keys/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such...
{ "username": "admin", "password": "password", "couchdb": "https://127.0.0.1/_utils/#database/bbrf/_all_docs/bbrf", "slack_token": "", "discord_webhook": "", "ignore_ssl_errors": "true" } bbrf new google the resault ----------- [ERROR] BBRF server error: method_not_allowed
Hello devs, my bbrf listener keeps giving this timeout error after few minutes bbrf listner & ``` [ERROR] HTTPSConnectionPool(host='72.XX.XX.XX', port=443): Read timed out. (read timeout=90) ``` I have tried running...
Hi, how can I backu[ database to server when I use docker?
Hey @honoki , I fixed the issue https://github.com/honoki/bbrf-dashboard/issues/4 related to CORS failure. Firefox does issue an OPTIONS methods payloaded with Access-Control-Request-Headers and Access-Control-Request-Method GET that need to be set on...