Skip to content

Commit

Permalink
Update README.md again
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatSINEWAVE authored May 1, 2024
1 parent f071266 commit 66e4aaa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ This is a Discord bot that provides various network utilities and IP information

## Features

- Discord command `/check <ip_address>` to retrieve detailed information about the specified IP address, including country, city, region, geolocation, ISP, organization, and more.
- `/check <ip_address>` to retrieve detailed information about the specified IP address, including country, city, region, geolocation, ISP, organization, and more.

- Discord command `/request <url>` to make custom requests to any API or web page and display the response.
- `/request <url>` to make custom requests to any API or web page and display the response.

- Discord command `/reversedns <ip_address>` to perform a reverse DNS lookup.
- `/reversedns <ip_address>` to perform a reverse DNS lookup.

- Discord command `/dnslookup <domain>` to perform a DNS lookup.
- `/dnslookup <domain>` to perform a DNS lookup.

- Discord command `/hostsearch <domain>` to search for hosts sharing the same DNS.
- `/hostsearch <domain>` to search for hosts sharing the same DNS.

- Discord command `/shareddns <dns>` to find shared DNS entries.
- `/shareddns <dns>` to find shared DNS entries.

- Discord command `/whois <domain_or_ip>` to perform a WHOIS lookup.
- `/whois <domain_or_ip>` to perform a WHOIS lookup.

- Discord command `/reverseip <ip_address>` to perform a reverse IP lookup.
- `/reverseip <ip_address>` to perform a reverse IP lookup.

- Discord command `/aslookup <ip_or_as>` to perform an AS lookup.
- `/aslookup <ip_or_as>` to perform an AS lookup.

- Discord command `/ipgeo <ip_address>` to retrieve IP geolocation information.
- `/ipgeo <ip_address>` to retrieve IP geolocation information.

- Logging of user information, commands, and bot responses in a `logger.txt` file.

Expand Down

0 comments on commit 66e4aaa

Please sign in to comment.