Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikboesen/thinkpol
Proof-of-concept for spying on a Discord server through a compromised bot.
https://github.com/erikboesen/thinkpol
Last synced: about 2 months ago
JSON representation
Proof-of-concept for spying on a Discord server through a compromised bot.
- Host: GitHub
- URL: https://github.com/erikboesen/thinkpol
- Owner: ErikBoesen
- License: mit
- Created: 2017-11-11T01:57:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T20:31:24.000Z (almost 7 years ago)
- Last Synced: 2024-10-08T20:41:15.012Z (3 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thinkpol
Proof-of-concept script for spying through compromised Discord bots.**Logging into a bot without permission is a violation of Discord's TOS.**
## Usage
Run `pol.py` as you would any other Python program. Provide as the first argument the token of your target bot.Example:
```sh
python3 pol.py MjySFFBbFt15U/ZPAxHhIT9TJcJ9VxOx.FrXNuQOj.aPNPUfRGHAHruv1EAuO21zY5mg3Rt3Fw
```
(No, that's not a real token.)The script will output logs which can be read as Markdown. If you wish, you may redirect this output to a file:
```sh
python3 pol.py ... > ~/discord_log.md
```# Licensing
This code is available under the [MIT License](LICENSE).