Skip to content

InMyMine7/reverseip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Reverse IP Lookup Tool (Multi-threaded)

A simple tool to perform mass reverse IP lookups quickly and efficiently. It uses threading to improve performance and automatically saves results to result.txt.

API used: https://sexreverseipz.vercel.app


βš™οΈ Features

  • βœ… Input from file or direct terminal entry
  • βœ… Multi-threaded with ThreadPoolExecutor (default: 20 threads)
  • βœ… Automatically saves results to result.txt
  • βœ… Supports mixed domains & IP addresses
  • βœ… No extra dependencies (only requests)

πŸ–₯️ How to Use

1. Run the Script

python reverse_ip.py

2. Choose Input Method

  • From file
    Provide a file (e.g., input.txt) containing a list of IPs or domains (one per line).

  • Manual input
    You can input domains or IPs directly using:

    • Commas: 1.1.1.1, 8.8.8.8
    • Spaces: 1.1.1.1 8.8.8.8
    • Newlines

3. Output

Once the process completes, the domain results will be saved to:

result.txt

πŸ§ͺ Example

input.txt

1.1.1.1
8.8.8.8
example.com

output (result.txt)

example.net
example.org
google.com

βš™οΈ Configuration

  • MAX_WORKERS = 20 β†’ number of threads for parallel execution
  • OUTPUT_FILE = 'result.txt' β†’ output filename

⚠️ Notes

  • This tool is for educational or authorized penetration testing purposes only.
  • Not all IPs will return domain results.
  • Make sure your internet connection is stable.

πŸ“„ License

MIT License. Free to use, modify, and share. Use responsibly.

Releases

Packages

Contributors

Languages