Skip to content

xBurningGiraffe/rustrecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustRecon

RustRecon is a Rust-based recon utility for IP and domain searches using a variety of free, open-source search APIs. This project is still a work-in-progress.

  • Note: Although the API keys for each source are free to use, some functionality may only be accessible with paid subscriptions. #
  • Also, several of the free versions of these sources have a limited number of requests per month...so either pay for the service or don't overuse your search amounts. #

To Do

  • Filter JSON responses for output
  • Email search for applicable search types

Prerequisites

Installation

Note: Before compiling, set each search type API key needs to be set as a local environment variable with the exact name listed above.

Usage

USAGE: rust_recon.exe [OPTIONS] --target

OPTIONS: -a, --all Run all applicable search types on the target -h, --help Print help information -o, --output Output the results to a file --search_type <SEARCH_TYPE> The type(s) of search, separated by commas [possible values: shodan, censys, fullhunt, projectdiscovery, criminalip, hunterio, netlas, zoomeye, internetdb] --target The target IP address or domain

Examples

  • rust_recon -a --target google.com

  • rust_recon --search_type shodan --target google.com

  • rust_recon --search_type shodan,censys --target 1.1.1.1 -o output.txt

About

Rust-based tool for IP and domain recon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages