mozilla / ssh_scan_api

An API for ssh_scan (https://github.com/mozilla/ssh_scan) and the backend API service for the Mozilla SSH Observatory (https://observatory.mozilla.org/)
31 stars 12 forks source link

Create an InvalidTargetChecker #92

Closed claudijd closed 6 years ago

claudijd commented 7 years ago

basically, we're always going to have targets or target matches that we don't want scanned...

https://github.com/mozilla/ssh_scan_api/pull/91

Let's make a full-featured invalid target checker that can take a list of invalid targets/regexs to check against to act as a gate keeper.

This should also help in abuse cases where people can send their own blacklist items as data rather than code. Should also make it easier to spec.