Crates.io | foundyou |
lib.rs | foundyou |
version | 0.1.4 |
source | src |
created_at | 2024-05-28 11:31:10.99976 |
updated_at | 2024-05-28 11:57:32.687414 |
description | A powerful command-line application for OSINT and social engineering. |
homepage | https://github.com/cybrly/foundyou |
repository | https://github.com/cybrly/foundyou |
max_upload_size | |
id | 1254241 |
size | 67,160 |
FoundYou
is a powerful command-line application designed for Open Source Intelligence (OSINT) and social engineering purposes. It allows users to search and display voter records by state and name, leveraging publicly available voter databases to gather valuable information.
This app is simply a CLI wrapper/implementation of Stephen P. Morse's web app: https://stevemorse.org/voterrecords/voterrecords.html.
Add foundyou
to your Cargo.toml:
[dependencies]
foundyou = "0.1.4"
Then run:
cargo build --release
Or install directly with:
cargo install foundyou
foundyou --state <state_code> <first_name_starts_with> <last_name>
foundyou --state OH Chr Neu
The following state codes are supported:
FoundYou
is an essential tool for OSINT practitioners and social engineers who need to gather detailed information about individuals from publicly accessible voter records. This tool can assist in various activities including background checks, research, and reconnaissance.
For detailed help, run:
foundyou --help
+-----------------+--------------------+--------------+---------+------------+-------------+
| First Name | Last Name | Address | City | State | Zip |
+-----------------+--------------------+--------------+---------+------------+-------------+
| Chris | Neuwirth | 123 Main St | City | OH | 12345 |
| ... | ... | ... | ... | ... | ... |
+-----------------+--------------------+--------------+---------+------------+-------------+
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
This project is licensed under the MIT License.