Updated README

This commit is contained in:
perp 2024-05-29 01:28:27 +01:00
parent 5c2d56f315
commit 0ed25232ed
2 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Hornet
[![IRC](https://img.shields.io/badge/ircd.chat-%23tcpdirect-blue.svg)](ircs://ircd.chat:6697/#tcpdirect) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
Hornet will bruteforce and check if an account exists for Mullvad
Hornet is a Mullvad account bruteforcer
## 📋 Requirements
@ -11,14 +11,14 @@ go (1.21+)
## ⚙️ Installation
```
git clone https://git.tcp.direct/perp/hornet
git clone https://git.supernets.org/perp/hornet
cd hornet
go install .
```
## ⚡️ Usage
```
./hornet
hornet
```
## 📝 Configuration
@ -29,5 +29,4 @@ go install .
`timeout` - HTTP request timeout
## ⚠️ License
##### Hornet is provided under the [GNU General Public License v3.0](./LICENSE)
###### Developers are not responsible for any misuse

2
go.mod
View File

@ -1,4 +1,4 @@
module hornet
module git.supernets.org/perp/hornet
go 1.21