forked from ChromeUniverse/RedstoneBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequests.txt
More file actions
34 lines (19 loc) · 813 Bytes
/
requests.txt
File metadata and controls
34 lines (19 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---- PloudOS Requests & Network Sniffing Analysis ----
* Use persistent sessions with Python + Requests
* TO LOGIN: POST request to Login URL with payload:
* Login URL: https://ploudos.com/login
* Payload:
{
'username': Username
'password': Password
}
* TO GET SERVER STATUS: GET request to API endpoint
* API Endpoint: https://ploudos.com/manage/(s + serverID)/ajax2
* TO ACTIVATE SERVER
* TO GET SERVER LOCATION: GET request to location service
* Request URL: https://ploudos.com/manage/(s + serverID)/ajax2/location
* TO SELECT LOCATION: GET request to Queue URL with selected location
* Queue URL: https://ploudos.com/manage/(s + serverID)/ajax2/x
* Additional parameters: x -> selected server
* x = 1 -> Nuremberg, Germany
* x = 2 -> St. Louis, USA