Skip to content

Add Extension Blacklist Support and Fix OTX API bug

Compare
Choose a tag to compare
@lc lc released this 10 Dec 01:26
· 100 commits to master since this release

This release introduces support for skipping extensions via the -b flag and also fixes a bug in the OTX API calling.

Changelog

7771462 fix build script
e611783 add extension blacklist -b flag
02313f8 add blacklist flag
7c76047 Merge pull request #28 from BastienFaure/fix-otx-provider
4faab62 When non top-domain hostname is submitted but subdomains are to included, query the OTX API with the extracted domain
e22629c Fixed the OTX provider that did not return proper data when a hostname (not a top domain) is submitted as target
4846cd1 add releaser