teganburns / Devrant-Botnet

Notes for video and bash script for creating bots on devrant.com
Apache License 2.0
2 stars 2 forks source link

Devrant-Botnet

Notes for video and bash script for creating bots on devrant.com

DISCLAIMER

ANY CODE THAT IS A PART OF THIS REPOSITORY IS NOT TO BE USED IN ANY WAY THAT VIOLATES THE "devRant Terms of Service". REFRENCE TO THIS DOCUMENT CAN BE FOUND ON devRant Terms of Service

Prerequisites

Both jq and curl should be avaiable in most Linux distribution's package repository.

Account Creation Requirements

Form Data

app

type

email

username

password

guid

plat

sid

seid

Key name Required
app Y
type Y
email Y
username Y
password Y
plat N
sid N
seid N

Response Data

{
    "success": true,
    "auth_token": {
        "id": 1057183,
        "key": "GiV15j3U2d2WZgCj6vbWiTefkbqNAhJ9_oHSH5sN",
        "expire_time": 1515174688,
        "user_id": 1057182
    }
}