Update Readme
parent
fdc7994187
commit
782583dc2e
35
README.md
35
README.md
|
@ -1 +1,34 @@
|
|||
# ApiGuesser
|
||||
# apiguesser
|
||||
## Go scripts to guess an API key / OAuth Token
|
||||
![](https://img.shields.io/github/license/daffainfo/apiguesser)
|
||||
![](https://img.shields.io/github/issues/daffainfo/apiguesser)
|
||||
![](https://img.shields.io/github/forks/daffainfo/apiguesser)
|
||||
![](https://img.shields.io/github/stars/daffainfo/apiguesser)
|
||||
![](https://img.shields.io/github/last-commit/daffainfo/apiguesser)
|
||||
|
||||
## Update V1.0. 🚀
|
||||
- First Release
|
||||
|
||||
## Screenshoot 📷
|
||||
|
||||
![image](https://i.ibb.co/GRfQhwN/image.png)
|
||||
|
||||
## How to Install
|
||||
|
||||
```go install github.com/daffainfo/apiguesser```
|
||||
|
||||
## How to Use
|
||||
|
||||
* Single API Key
|
||||
```
|
||||
./apiguesser -api abcdefghijklmn1234567
|
||||
```
|
||||
|
||||
* Multiple API Key / OAuth token
|
||||
```
|
||||
./apiguesser -path multiple_api.txt
|
||||
```
|
||||
|
||||
### Reference 📚
|
||||
|
||||
- https://github.com/daffainfo/all-about-apikey/
|
||||
|
|
Loading…
Reference in New Issue