Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 889 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 889 Bytes

Threaty

crates.io docs.rs build

Author: Raphael Dray

Threaty is a Rust library to perform CTI (Cyber Threat Intelligence) more agreeably by interfacing with 2 APIs for now such as Censys.io and Shodan.io.


Why this library ?

For now, unfortunately, there are no Rust library that can help to perform CTI using this language.

So, I decided to create this one I mainly approached its implementation to be as easiest to use and to maintain/improve as possible.