Skip to content

RajQureshi/IP_Resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

IP_Resolver

A Bash script for resolving IP addresses from target names.

Description

This Bash script allows you to resolve IP addresses from target names. You can provide a list of target names in a file or specify a single target name as an argument. The script will then resolve the IP addresses and output the results to a file or stdout.

Installation

1. git clone https://github.com/RajQureshi/IP_Resolver.git
2. cd IP_Resolver
3. chmod +x ipresover.sh
4. ./ipresover.sh

Usage

  1. To resolve the IP address of a single target name:
    ./ipresover.sh -u example.com -o output.txt
    
  2. To resolve IP addresses from a list of target names in a file:
    ./ipresover.sh -l target_list.txt -o output.txt
    

Options

-l, --list <list_file>: Provide a list of target names (one per line) in a file.
-u, --url <target_name>: Provide a single target name as an argument.
-o, --output <output_file>: Specify the output file (default: stdout).
-h, --help: Display the help message.

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages