Code Monkey home page Code Monkey logo

reverse-phone-lookup's Introduction

reverse-phone-lookup

Lightweight reverse phone/name lookup tool written in Go! ☺️ This is only for US individuals only. It goes about such by scraping usphonebook.com

osint

Prerequisite πŸš€

Prerequisite Version
Go <=1.22
apt install golang-go || brew install go

Install πŸ’»

git clone https://github.com/CharlesTheGreat77/reverse-phone-lookup
cd reverse-phone-lookup
go mod init reverse-phone-lookup
go mod tidy
go build main.go

Usage 🎯

./main -h
Usage of ./reverse-phone-lookup:
  -city string
        specify the city the target resides [Los Angelos]
  -fullname string
        specify the targets full name [John Doe]
  -h    show usage
  -phone string
        specify a phone number [777-999-0000]
  -state string
        specify the state the target resides [California]

Example

./main -state California -city "Los Angelos" -fullname "John Doe"

Discord Bot πŸ”¨

The reverse-phone-lookup is now available as a discord bot. To setup the discord bot follow these steps:

  1. Enter discord bot token in the config.json file.
  2. Download the discordgo package:
go get github.com/bwmarrin/discordgo
  1. Build the discord bot executable:
go build usphonebook_bot.go
  1. Run the executable!
./usphonebook_bot.go

Discord bot commands

Usage: <@bot_id> lookup phone=<number> fullname=<name> state=<state> city=<city>

example:

@bot lookup state=road island city=providence fullname=john doe

This example searches usphonebook for john doe in the city and state specified.

@bot lookup phone=777-111-2222

Note

Im just getting use to Go so bear with me but once I get comfortable, I'll attempt to make it scalable for other sources

reverse-phone-lookup's People

Contributors

charlesthegreat77 avatar

Stargazers

 avatar

Watchers

 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.