Is it possible to create a program that just goes on a specific url,logs in and then activates smth?

I wanted to create smth quick to enable/disable the routers 5ghz option.. it runs on a local/private network but you have to log in (just password and theres no recaptcha or anything so i think a bot could do that easily..) and then just activate the option and press the safe button.. smbd would like to help me? :3
11 Replies
Buddy
Buddy3y ago
We do not help with entire projects, but only answer questions and/or help with code (that isn't entire projects).
TroflineBlack
TroflineBlackOP3y ago
well is it possible?
Buddy
Buddy3y ago
Yes?
TroflineBlack
TroflineBlackOP3y ago
or do you think it aint work
Buddy
Buddy3y ago
With programming, anything is possible.
TroflineBlack
TroflineBlackOP3y ago
okay.. all with c#, right?
Buddy
Buddy3y ago
Wait, why would a router login have recaptcha?
TroflineBlack
TroflineBlackOP3y ago
cuz im not that far to work with "websites" usualy xD
Buddy
Buddy3y ago
Oh, I read that wrong.
TroflineBlack
TroflineBlackOP3y ago
idk i just mean that it doesnt check if your a human so a login shouldnt be a problem ig dw :3
Buddy
Buddy3y ago
I mean, there's Selenium that can do it. https://www.selenium.dev/ (Which is just a library that lets you automate browsers) Unless your router has an API for it.

Did you find this page helpful?