Skip to content

Latest commit

 

History

History
119 lines (86 loc) · 3.44 KB

README.md

File metadata and controls

119 lines (86 loc) · 3.44 KB

Stargazers Issues MIT License


getIPs CLI tool

Small python cli tool for getting all IPS from list of domains

@@@@@@@@@  @@@@@@@@  @@@@@@@  @@@  @@@@@@@@  @@@@@@@   
!@@        @@!         @@!    @@!  @@!  @@@  !@@       
!@!        !@!         !@!    !@!  !@!  @!@  !@!       
!@! @!@!@  @!!!:!      @!!    !!@  @!@@!@!   !!@@!!    
!!! !!@!!  !!!!!:      !!!    !!!  !!@!!!     !!@!!!   
:!!   !!:  !!:         !!:    !!:  !!:            !:!  
:!:   !::  :!:         :!:    :!:  :!:           !:!   
 ::: ::::   :: ::::     ::     ::   ::       :::: ::   
 :: :: :   : :: ::      :     :     :        :: : :    
Table of Contents
  1. About The Project
  2. Installation
  3. Usage
  4. License
  5. Contact

About The Project

This is very simple tool to scratch all available IP addresses from the hostname file that you will provide as a parameter. There is realy nothing special in this software, just a very simple tool that can become as a part of your recon workwflow. Maybe some features will be added later, but you go ahead an fork and create pull request.

Installation

The tool installation is simple if you already have a python and pip installed

pip install getips

Usage

Here is how to use this tool:

getips -h # Show help
getips -d path/to/domains/list # input file with domains should be a list
getips -d path/to/domains/list -o output_file # to save the ip's list as output file
getips -d domains -o ips -v # verbose output

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

n4Zz2 - @n4Zz2 - [email protected]