You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 either local IPs (although unlikely to be the result of a portscan), as well as when scanning shared infrastructure.
An improvement would be to either allow assigning more than one program to a single service, e.g. "program": ["one", "two"] rather than a single value "program": "one", and improving the server so it returns the document regardless of which program is specified.
The text was updated successfully, but these errors were encountered:
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 either local IPs (although unlikely to be the result of a portscan), as well as when scanning shared infrastructure.
An improvement would be to either allow assigning more than one program to a single service, e.g.
"program": ["one", "two"]
rather than a single value"program": "one"
, and improving the server so it returns the document regardless of which program is specified.The text was updated successfully, but these errors were encountered: