diff options
author | Roman Gräf <roman.graef@gmail.com> | 2018-02-13 15:54:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-13 15:54:13 +0100 |
commit | c7a6a4c06dd831af7ff0517e8c3c097dbe003290 (patch) | |
tree | 337faa165b0668d0830ab1d0da29744de3f89a1a | |
parent | fda953499614e3ef5962021170c77fc72e07d340 (diff) | |
download | tokenstealer-c7a6a4c06dd831af7ff0517e8c3c097dbe003290.tar.gz tokenstealer-c7a6a4c06dd831af7ff0517e8c3c097dbe003290.tar.bz2 tokenstealer-c7a6a4c06dd831af7ff0517e8c3c097dbe003290.zip |
Create README.mdv1.0-SNAPSHIT
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..155b68e --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# tokenstealer +## Badges +[![GitHub issues](https://img.shields.io/github/issues/romangraef/tokenstealer.svg)](https://github.com/romangraef/tokenstealer/issues) +[![GitHub forks](https://img.shields.io/github/forks/romangraef/tokenstealer.svg)](https://github.com/romangraef/tokenstealer/network) +[![GitHub stars](https://img.shields.io/github/stars/romangraef/tokenstealer.svg)](https://github.com/romangraef/tokenstealer/stargazers) +[![GitHub license](https://img.shields.io/github/license/romangraef/tokenstealer.svg)](https://github.com/romangraef/tokenstealer/blob/master/LICENSE) +[![Twitter](https://img.shields.io/twitter/url/https/github.com/romangraef/tokenstealer.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fromangraef%2Ftokenstealer) + +## Usage +This discord tokenstealer is hopefully easy to use. Download the jar over at the Releases and execute it. It will ask you for a request url. This is simply the url where the collected tokens are gonna be send to. An example php server script is also provided. + +> **IMPORTANT: Use %s as placeholder for the token** + +The created jar will upon execution send all found tokens to the specified request url. |