dade
dade
This PR tracks progress on building out proper api functionality for natlas-server. This PR will likely result in a large redesign of the entire natlas-server code base, so getting discussions...
**Is your feature request related to a problem?** Loading an env-file into a docker container makes the values in the env file available to the whole container and they can...
We need to either check that nse scripts exist before trying to use them, or try to use them and parse out which scripts fail and then re-scan, because we...
**Affecting:** Server **Version:** 0.6.10 **Describe the bug** Natlas search uses `from` + `size` to do pagination over the data, which elastic imposes a limitation that says it can't exceed `index.max_result_window`...
**Is your feature request related to a problem?** I hate when I find something interesting on natlas and I say "Man, that looks like an old version of apache" and...
Some questions we might want to easily be able to answer: - How many IP addresses are in scope? - How many IP addresses are blacklisted? - How many IP...
**Is your feature request related to a problem?** When new versions of natlas are released that make changes to the way data is stored, it can break a lot of...
**Is your feature request related to a problem?** Right now, every scan config option is part of a top level blob called `agent_config`. This means if we want to pass...
**Is your feature request related to a problem?** Right now, 2/3rds of every `/api/getwork` call is the `agent_config` blob. This doesn't change very often, so why are we doing this?...
Right now, a thread will run indefinitely in a while loop unless it hits an exception. We really ought to have a thread manager that can determine the number of...