(new?) URL's found in Geometry Dash
While i was inspecting geometry dash (the executable) i ran the command strings GeometryDash.exe | grep -i "https:\/\/"
Then i came across some new URL's that aren't on the documentation. (Yes, they are HTTPS for some reason)
https://www.boomlings.com/database/getCustomContentURL.php
https://www.boomlings.com/database/accounts/lostpassword.php
https://www.boomlings.com/database/accounts/lostusername.php
https://www.boomlings.com/database/submitGJUserInfo.php
https://www.boomlings.com/database/deleteGJFriendRequests20.php
https://www.boomlings.com/database/acceptGJFriendRequest20.php
https://www.boomlings.com/database/uploadGJLevelList.php
https://www.boomlings.com/database/submitGJUserInfo.php
(Non-important ones AKA Documentations)
https://www.boomlings.com/GDLeaderboards-RU
https://www.boomlings.com/GDRating-RU
https://www.boomlings.com/GDEditor-RU
https://www.boomlings.com/GDLeaderboards-ES
https://www.boomlings.com/GDRating-ES
https://www.boomlings.com/GDEditor-ES
https://www.boomlings.com/FAQ
https://www.boomlings.com/GDRating
(None-used ones Yup, some of them are mispronounced)
https://www.boomlings.com/databas/checkIfServerOnline.php
The full text file of the URL's: strings.txt
The command which i ran: strings GeometryDash.exe | grep -i "https:/\/\" > strings.txt
The lost password thing is likely used in the gd dashboard, so I understand why it's not in the documentation, but could be neat to add k guess https://www.boomlings.com/database/accounts/accountManagement.php