Small python cli tool for getting all IPS from list of domains
@@@@@@@@@ @@@@@@@@ @@@@@@@ @@@ @@@@@@@@ @@@@@@@
!@@ @@! @@! @@! @@! @@@ !@@
!@! !@! !@! !@! !@! @!@ !@!
!@! @!@!@ @!!!:! @!! !!@ @!@@!@! !!@@!!
!!! !!@!! !!!!!: !!! !!! !!@!!! !!@!!!
:!! !!: !!: !!: !!: !!: !:!
:!: !:: :!: :!: :!: :!: !:!
::: :::: :: :::: :: :: :: :::: ::
:: :: : : :: :: : : : :: : : Table of Contents
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.
The tool installation is simple if you already have a python and pip installed
pip install getipsHere is how to use this tool:
getips -h # Show helpgetips -d path/to/domains/list # input file with domains should be a listgetips -d path/to/domains/list -o output_file # to save the ip's list as output filegetips -d domains -o ips -v # verbose outputContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
@gdwrd