From e15b6d702cd482e652a8959c1a7df30df0ec21f9 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Tue, 9 Feb 2021 12:06:08 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7585b33..12fcb3f 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ This Go application takes an IP address or domain name and gathers the following Here are some ways that you can run the script: | Command | Description | | ---------------------- | ---------------------------------------- | -| `./main.py -i me` | Run against your own connection | -| `./main.py -i 1.1.1.1` | Run against the IP address `1.1.1.1` | -| `./main.py -i google.com` | Run against the domain name `google.com` | -| `./main.py -i google.com -p` | Run against the domain name `google.com` and lists BGP prefixes | +| `./iPilot -i me` | Run against your own connection | +| `./iPilot -i 1.1.1.1` | Run against the IP address `1.1.1.1` | +| `./iPilot -i google.com` | Run against the domain name `google.com` | +| `./iPilot -i google.com -p` | Run against the domain name `google.com` and lists BGP prefixes | ## Credits This script runs thanks to the APIs provided by [IP-API](http://ip-api.com) and [HackerTarget](https://hackertarget.com/as-ip-lookup).