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 # 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 ## 📋 Requirements
@ -11,14 +11,14 @@ go (1.21+)
## ⚙️ Installation ## ⚙️ Installation
``` ```
git clone https://git.tcp.direct/perp/hornet git clone https://git.supernets.org/perp/hornet
cd hornet cd hornet
go install . go install .
``` ```
## ⚡️ Usage ## ⚡️ Usage
``` ```
./hornet hornet
``` ```
## 📝 Configuration ## 📝 Configuration
@ -29,5 +29,4 @@ go install .
`timeout` - HTTP request timeout `timeout` - HTTP request timeout
## ⚠️ License ## ⚠️ License
##### Hornet is provided under the [GNU General Public License v3.0](./LICENSE)
###### Developers are not responsible for any misuse ###### 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 go 1.21