Closed konklone closed 6 years ago
Added a commit that adds the --output
flag, also used for gathering.
@tadhg-ohiggins I can't figure out why the tests are failing or how to fix them. It makes sense that tests would fail, since I changed some behavior, but I'm at a loss for how to understand the test output or which cases are failing.
Added another commit fixing --analytics
for the analytics
scanner.
Gatherer names like
censys-snapshot
were failing, because of argparse's automatic hyphen->underscore conversion. This led tonargs=1
not being set for them, as well as thegather
script not matching up the stated source name with the keys in theoptions
dict.This fixes that, and also ditches one of the restrictions around checking whether some flags are gatherer-specific. It seemed unnecessary to keep this mapping maintained over the long run.