A python script that scraps the TORN Text-Based MMORPG Player Database and indexes it, and a front and backoffice in PHP / MySQL to use that information
Go to file
2021-09-01 20:25:17 +02:00
Legacy Updated README 2021-08-07 13:35:52 +02:00
src Fixed: crashing when updating a user when fedded 2021-09-01 19:23:39 +02:00
.dockerignore Updated: .gitignore and .dockerignore 2021-09-01 19:23:39 +02:00
.env.sample Updated: changed docker-compose to .env file 2021-09-01 19:23:39 +02:00
.gitignore Updated: .gitignore and .dockerignore 2021-09-01 19:23:39 +02:00
bot.Dockerfile poc1.0 2021-08-07 13:24:19 +02:00
docker-compose.yml Updated: containerNames and networks 2021-09-01 19:23:39 +02:00
front.Dockerfile poc1.0 2021-08-07 13:24:19 +02:00
LICENSE poc1.0 2021-08-07 13:24:19 +02:00
README.md Updated: README.md 2021-09-01 20:25:17 +02:00

tornfarm

Situation

You want to find targets to attack while chaining on the online MMOPRG Torn

Target

Automated way to find players and relevant information over them, in a easy way to inspect

Action

Stack of MariaDB, Python, Apache, PHP (and phpMyAdmin)

Result

The Stack allows to automatically search, scrap, index and find information about player

Deploy with docker-compose:

  • copy .env.sample to .env
cp .env.sample .env
  • Change the default values in .env
nano .env
  • run docker-compose
docker-compose up --build

Ps.: Feel free to improve :)

Some Statistics