Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatSINEWAVE authored Feb 27, 2024
1 parent d965300 commit 631d8ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This Discord bot, designed for personal and community use, enhances server secur
- **Customizable Trusted Domain List** - With the addition of `trusted_domains.json` you can customize what domains should be scanned.
- **Role Specific Command** - The bot wont execute commands form users that do not have the specific role listed in the `config.py` file.
- **Link Source** - The bot will embed the message link where the scanned link was found in making moderation easier.
- **Link History** - The bot logs all links that are sent to be scanned and keeps them for future refrence

## Getting Started

Expand Down Expand Up @@ -72,6 +73,10 @@ The bot is straightforward to use with a simple command structure. It supports t

`/checklink https://example.com detailed`

- **History**: Outputs a simple list of past links that were used for scans and keeps track of how many times each link was seen.

`/checklhistory`

### Modes Explained
- **SIMPLE**: Displays a concise embed with the top 10 warnings from VirusTotal, a summary of WHOIS information, and a link to the urlscan.io report.
- **DETAILED**: Presents a comprehensive report, marking each vendor with a color-coded dot as per the legend below, along with detailed WHOIS information and a urlscan.io security report.
Expand Down

0 comments on commit 631d8ee

Please sign in to comment.