Coder Social home page Coder Social logo

cybrly / foundyou Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 17 KB

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.

Rust 100.00%

foundyou's Introduction

FoundYou

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.

Installation

Add foundyou to your Cargo.toml:

[dependencies]
foundyou = "0.1.4"

Then run:

cargo build --release

Or install directly with:

cargo install foundyou

Usage

foundyou --state <state_code> <first_name_starts_with> <last_name>

Example

foundyou --state OH Chr Neu

States Supported

The following state codes are supported:

  • AR: Arkansas
  • CO: Colorado
  • DE: Delaware
  • DC: District of Columbia
  • FL: Florida
  • ID: Idaho
  • MI: Michigan
  • MO: Missouri
  • MS: Mississippi
  • NJ: New Jersey
  • NY: New York
  • NC: North Carolina
  • NV: Nevada
  • OH: Ohio
  • OK: Oklahoma
  • PA: Pennsylvania
  • UT: Utah
  • VT: Vermont
  • WA: Washington
  • WY: Wyoming

Purpose

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.

Features

  • State-Specific Queries: Customize your search by selecting from a variety of supported states.
  • Formatted Output: Displays results in a neatly formatted table for easy reading and analysis.
  • Versatile Use Cases: Ideal for OSINT investigations, social engineering, and other information-gathering activities.

Help

For detailed help, run:

foundyou --help

Example Output

+-----------------+--------------------+--------------+---------+------------+-------------+
| First Name      | Last Name          | Address      | City    | State      | Zip         |
+-----------------+--------------------+--------------+---------+------------+-------------+
| Chris           | Neuwirth           | 123 Main St  | City    | OH         | 12345       |
| ...             | ...                | ...          | ...     | ...        | ...         |
+-----------------+--------------------+--------------+---------+------------+-------------+

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

License

This project is licensed under the MIT License.

foundyou's People

Watchers

Cybrly avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.