Using your CLI, learn detailed information about a specific domain and/or IP address.
- Git
- Python (When installing on Windows, make sure you check the "Add python 3.xx to PATH" box.)
- Install the above programs.
- Open a shell window (For Windows open PowerShell, for MacOS open Terminal and for Linux open your distro's terminal emulator).
- Clone this repository using
git
by running the following commandgit clone https://github.com/devbret/domain-and-ip-analyses
. - Navigate to the repo's directory by running
cd domain-and-ip-analyses
. - Install the needed dependencies for running the script by running
pip install -r requirements.txt
. - Edit the app.py file on lines 74 and 150 in a text editor or IDE, to include the domain and/or IP address that you would like to analyze.
- Run the script with the command
python3 app.py
. - The results will be returned to you, one at a time, in your CLI.