8000 GitHub - whoamikiddie/gosearch: πŸ” Search anyone's digital footprint across 300+ websites
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

whoamikiddie/gosearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GoSearch

GoSearch is a powerful username search tool written in Go that helps you find usernames across various websites and services. It also includes features to check for compromised credentials and domain availability.

Features

  • πŸ” Search usernames across multiple websites
  • πŸ”’ Check for compromised credentials
  • 🌐 Domain availability checking
  • πŸ” Integration with HudsonRock's Cybercrime Intelligence Database
  • πŸ“Š Integration with BreachDirectory (requires API key)
  • πŸ”‘ Integration with ProxyNova for compromised password checking
  • πŸ“ Automatic results saving to a text file

Installation

# Clone the repository
git clone https://github.com/whoamikiddie/gosearch.git

# Navigate to the directory
cd gosearch

# Build the project
go build

# Run the program
./gosearch -u <username>

Usage

Basic usage:

./gosearch -u <username>

With additional options:

# Disable false positives
./gosearch -u <username> --no-false-positives

# Search BreachDirectory with API key
./gosearch -u <username> -b <api_key>
# or
./gosearch -u <username> --breach-directory <api_key>

Options

  • -u, --username: Username to search (required)
  • --no-false-positives: Do not show false positives
  • -b, --breach-directory: Search BreachDirectory with an API key

Output

The tool will:

  1. Search for the username across multiple websites
  2. Check HudsonRock's Cybercrime Intelligence Database
  3. Search for compromised credentials on ProxyNova
  4. Check domain availability
  5. Save all results to a text file named <username>.txt

API Keys

Some features require API keys:

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Issues

If you find any issues, please report them at: https://github.com/whoamikiddie/gosearch/issues

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thanks to all the services that make this tool possible
  • Special thanks to the open-source community for their contributions

About

πŸ” Search anyone's digital footprint across 300+ websites

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0