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
Buddy2y ago
We do not help with entire projects, but only answer questions and/or help with code (that isn't entire projects).
₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭
well is it possible?
Buddy
Buddy2y ago
Yes?
₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭
or do you think it aint work
Buddy
Buddy2y ago
With programming, anything is possible.
₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭
okay.. all with c#, right?
Buddy
Buddy2y ago
Wait, why would a router login have recaptcha?
₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭
cuz im not that far to work with "websites" usualy xD
Buddy
Buddy2y ago
Oh, I read that wrong.
₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭
idk i just mean that it doesnt check if your a human so a login shouldnt be a problem ig dw :3
Buddy
Buddy2y 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.
Want results from more Discord servers?
Add your server
More Posts
✅ How should I structure 'exit points' in my program?Hey guys. I'm working solo on a project that involves opening an Excel file, sorting through and tr❔ Does this method cause boxing of value types?I was looking through the list<T> class and noticed that the Contains<T>(T item) method attemps to c❔ Help with realization Division by zero in wpf projectI want to throw out the error when dividing by zero. Since "Compute" gives infinity when divided by Get data from a model and display it as dropdown on client side in RazorHi, how do I retrieve data in a database from a model and show it in as my dropdown values in my raz❔ Help with DI, i have different connection strings but same behavior for query DBHi, i want to instance the same query service but with different configuration and i have no idea ho❔ Help with stream reading and writing and displaying information at a certain timeSo I am currently doing stream writing and reading and I need it when the user types the student ID ✅ Foreign key not workingHi, I tried making a foreign key in my table, to another table which I made but it does not work as ✅ Shorten data querying lineHi, how do I shorten this line that's querying for data? Like, instead of putting them into one long❔ Blazor JS Interop - Return RTCPeerConnection from js to Blazor in order to close itHi, I've quite a complex task: In my Blazor application I use javascript to read webrtc data produce✅ Authentication with CookiesI'm playing around with cookies to get a better understanding. My code: ``` var builder = WebApplic