Is there any way if we can automate to find the login pages available on different website using python ? I haven't started working on the code but looking for ideas.
Asked
Active
Viewed 24 times
0
-
Does this help? [How can I login to a website with Python?](https://stackoverflow.com/questions/2910221/how-can-i-login-to-a-website-with-python) – Ryan Jul 14 '22 at 14:35
-
no, this wouldn't look for login pages available in a domain. so what I am trying to do If I have a list of domains (e.g. abc.com, xyz.com etc) and I have to search for login url (if available) on on each domain and print the result how can I do that – Karan Mahajan Jul 14 '22 at 14:56
-
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Steven-Carrot Jul 14 '22 at 21:15