honoki
honoki
There is currently a known issue when configuring multiple programs with overlapping scope to a single bbrf instance, when trying to add a domain to each of the programs. For...
Since the BBRF server stores services with their `ip:port` identifier, adding the same service when it is already assigned to another program will fail. In practice, this might occur for...
At the moment `bbrf ips` pulls a list of all documents of the type "ip" that belong to a program. However, the CouchDB currently stores IPs in two ways: 1....
At the moment the dashboard automatically refreshes the data tables when updates to the database are detected, but this can get annoying when trying to work with the dashboard while...
I get the following error when trying to decompile an APK: ``` Bytecode Viewer Version: 2.10.12, Preview Copy: false, Fat Jar: true, OS: Linux, Java: 11.0.11 brut.androlib.AndrolibException: Invalid chunk type:...
When running some bbrf commands without having selected an "active" program, the client will respond with `[ERROR] You need to select a program to execute this action.`. This doesn't always...
To reproduce ``` #~ cat scope.txt a.com b.com c.com/ #~ cat scope.txt | bbrf outscope add - [ERROR] 'NoneType' object has no attribute 'lower' ``` Solution: make error message more...
The `https` on line 155 results in browser errors because the program only listens on port 80.
Since [proxy support](https://github.com/honoki/bbrf-client#proxy-configuration) was introduced in BBRF v1.2, it'd be fun to have an extra button "copy proxy settings" that configures Burp proxy settings automatically. It would need to distinguish...
When `debug: true` is set in `~/.bbrf/config.json`, the "Copy scope" button will fail to copy the BBRF scope to Burp.