Updated README

This commit is contained in:
perp 2024-05-29 01:38:43 +01:00
parent 2d7534a752
commit 18d45387a2

View File

@ -1,28 +1,28 @@
# Shogo # Shogo
[![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)
Shogo is a Shodan CLI made in Go Shogo is a Shodan CLI made in Go
### 🎯 Features: ### Features:
+ Prettier printing + Prettier printing
+ Faster JSON parsing + Faster JSON parsing
+ Faster HTTP requests + Faster HTTP requests
+ Multiple command arguments + Multiple command arguments
## 📋 Requirements ## Requirements
``` ```
go (1.20+) go (1.20+)
``` ```
## ⚙️ Installation ## Installation
``` ```
git clone https://git.tcp.direct/perp/shogo git clone https://git.supernets.org/perp/shogo
cd shogo/cmd/shogo cd shogo/cmd/shogo
go install . go install .
``` ```
## Commands ## Commands
| Working | Todo | | Working | Todo |
| ------- | ------------ | | ------- | ------------ |
| count | data (x) | | count | data (x) |
@ -37,7 +37,7 @@ go install .
| version | | | version | |
##### x = limited key ##### x = limited key
## ⚡️ Usage ## Usage
``` ```
Shodan CLI made in Go Shodan CLI made in Go
@ -153,6 +153,5 @@ shogo alert list
shogo alert show <alert-id> shogo alert show <alert-id>
``` ```
## ⚠️ License ## Disclaimer
##### Shogo 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