26 lines
634 B
Markdown
26 lines
634 B
Markdown
# pwnbars running
|
|
ha ha it's like kronbars but pwn that's funny right
|
|
|
|
now you can run as far as you wish
|
|
|
|
kudos to [@mrsobakin](https://github.com/mrsobakin) for some assistance in reverse engineering :trollface:
|
|
|
|
|
|
### Obtain your Telegram API credentials
|
|
You might require **api_id** and **api_hash** to access the Telegram API servers. To learn how to obtain them [click here](https://core.telegram.org/api/obtaining_api_id).
|
|
|
|
|
|
### Setup
|
|
```sh
|
|
cp .env.example .env
|
|
# edit the .env file
|
|
source .env
|
|
|
|
python3 -m venv .venv
|
|
source .venv/bin/activate
|
|
pip install kurigram
|
|
|
|
python3 generate_session.py
|
|
|
|
docker compose up -d --build
|
|
```
|