fragarach 0.1.1

Modular OSINT framework for blockchain forensics and investigations
1
2
3
4
5
6
7
/// API integration modules for external services
/// 
/// # Modules
/// - `transpose`: Ethereum blockchain data retrieval
/// - `urlscan`: Domain scanning and analysis
pub mod transpose;
pub mod urlscan;