Skip to content
Léo Peyronnet edited this page Jul 15, 2024 · 3 revisions

Welcome to the InternetTest CLI Wiki! Here you will find comprehensive documentation to help you get started with InternetTest CLI, a powerful command line interface that replicates the features of InternetTest Pro.

Table of Contents

Introduction

InternetTest CLI is a versatile tool for network diagnostics and troubleshooting. It allows you to:

  • Locate IP addresses
  • Send ping requests
  • Get DNS information
  • Check if a website is down
  • Retrieve public IP address information
  • Execute traceroutes
  • Retrieve saved WiFi passwords

Installation

To install InternetTest CLI, download the file corresponding to your platform:

Once you have downloaded and extracted the file, you can run the CLI in a terminal.

For more detailed installation instructions, please visit the Installation Guide.

Usage

Basic usage of InternetTest CLI is straightforward. Use the following syntax:

itcli [options]
itcli [command] [...]

Commands

dns

Gets DNS information about a domain name.

Read more about the dns command

downdetector

Checks if a website is down.

Read more about the downdetector command

ip

Retrieves information about your public IP address. Subcommands: ip config, ip locate.

Read more about the ip command

ping

Makes a ping request to a URL.

Read more about the ping command

request

Makes a request to the specified resource.

Read more about the request command

trace

Executes a traceroute for a provided website.

Read more about the trace command

update

Checks if a newer version of InternetTest CLI is available.

Read more about the update command

wifi password

Retrieves your saved WiFi passwords.

Read more about the wifi password command

Contributing

We welcome contributions! If you would like to contribute to InternetTest CLI, please read our Contributing Guide.

License

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

Clone this wiki locally