Release v2.1.0
What's Changed
- Nebula can now also crawl the Kubo API (if exposed on port 5001). Just pass the command line flag
--check-exposedto thecrawlsubcommand. - Nebula can now write its crawl results to a set of JSON files. Just pass the
--json-out DIRECTORYcommand line flag tocrawlsubcommand. This will generate four JSON files which will contain all the crawl information. More usage information in the README#Usage.
Full Changelog: 2.0.0...2.1.0