Skip to content

Using your CLI, learn detailed information about a specific domain and/or IP address.

Notifications You must be signed in to change notification settings

devbret/domain-and-ip-analyses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Website Domain And IP Address Analyses

Using your CLI, learn detailed information about a specific domain and/or IP address.

Set Up

Programs Needed

Steps

  1. Install the above programs.
  2. Open a shell window (For Windows open PowerShell, for MacOS open Terminal and for Linux open your distro's terminal emulator).
  3. Clone this repository using git by running the following command git clone https://github.com/devbret/domain-and-ip-analyses.
  4. Navigate to the repo's directory by running cd domain-and-ip-analyses.
  5. Install the needed dependencies for running the script by running pip install -r requirements.txt.
  6. 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.
  7. Run the script with the command python3 app.py.
  8. The results will be returned to you, one at a time, in your CLI.

About

Using your CLI, learn detailed information about a specific domain and/or IP address.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages