T145

Results 36 comments of T145

You should add in some of the features from Jasny Bootstrap (http://jasny.github.io/bootstrap/)! It features some extensions that would be awesome in a Bootplus flavor!

> If you could provide a bit more information. Each threat intelligence feed is named after the source that it's pulled from. I've updated the main post to be more...

An example section in the project README could look something like this: ## SOURCES | Provider | Homepage | List URL | License/TOU | |-----------|----------------------------------|--------------------------------|----------------------------------| | OpenPhish | https://openphish.com/index.html |...

I didn't find the `ip` parameter at the time apparently. However having `ghosts` detect common host prefixes by default would be nice, such as `127.0.0.1`, `0`, and `::`.

So would I still need UBC Ore Registrar when using this mod? And what would be the Dense Ore config parameters?

*Bump* Though I'd make the field `tool.poetry.dependencies.exclude` since `include` is implicit in the base field.

The project does not have Nimble config statements that allow building the project. How did you test it before?

Prepend list URLs with https://web.archive.org/save/. Submitted 200 response means it gets saved successfully. 429: Save Page limits 15 requests per minute and will rate limit otherwise. This project should be...

Could detach the process so building can run alongside archival. https://unix.stackexchange.com/questions/269805/how-can-i-detach-a-process-from-a-bash-script The best plan is likely to perform archival before downloading the lists, catch any download errors, and retry those...

Instead of making `hosts.txt` a proper hostsfile, generate a file that has the raw domains and filter out domains that are contained in separate whitelist file, like `whitelist.txt`.