Hi mates :D
I need to login to hotmail proxy directly from C# or any other programming language by code and get the response from server, if login is valid or invalid. If anyone have any ideia i would like to hear :)
Regards
Login Hotmail with C#...
Started by outsid3r, Sep 29 2008 01:36 PM
29 replies to this topic
#1
Posted 29 September 2008 - 01:36 PM
|
|
|
#2
Guest_Jordan_*
Posted 29 September 2008 - 03:26 PM
Guest_Jordan_*
You should connect to their pop3 server which will allow you to enter a username and password quickly.
#3
Posted 29 September 2008 - 03:31 PM
Yes, thank you, but i discovered just at some minuts ago that i can't login with a wrong password more than 10 times, the internal system blocks the access...so i can't do anymore what i was trying to do.
Thanks anyway :)
Thanks anyway :)
#4
Guest_Jordan_*
Posted 29 September 2008 - 04:15 PM
Guest_Jordan_*
Was you trying to make a brute force password cracker?
#5
Posted 29 September 2008 - 04:19 PM
Yes, i have already done it in C#, i builded a class capable to generate all passwords possible for an defined length, i only need now to post data on a webpage using System.Net classes (im studying it now...), and thats it.
#6
Posted 29 September 2008 - 09:11 PM
Did you try using an ip hiding software
#7
Posted 29 September 2008 - 10:24 PM
amrosama said:
Did you try using an ip hiding software
No effect, it was nothing to do with your ip or with cookies that you receive, it only have to do with the times that you enter a wrong password in the field.
#8
Guest_Jordan_*
Posted 30 September 2008 - 04:20 AM
Guest_Jordan_*
Does it lock the account you are trying to login as or does it ban the IP based on the amount of connection attempts in a certain amount of time?
#10
Posted 30 September 2008 - 09:53 AM
Jordan said:
Does it lock the account you are trying to login as or does it ban the IP based on the amount of connection attempts in a certain amount of time?
Well, after 10 tries the hotmail gives a new error code response, if you go to Sign In and try to login 10 times with a wrong password and after you will need to put the password field and also the security image, the only way to enter is making a program that figures the characters of the image, but unfortunatly the image characters are twisted and no software can figure them out, it was nothing to do with IP's. It's almost impossible crack msn using bruteforce, however many websites doesn't have login protection, so it's easy to discover a password of any user =D
#11
Posted 02 October 2008 - 11:02 AM
Yeah, maybe they don't.. but they might block your IP.
#12
Posted 02 October 2008 - 11:05 AM
TcM said:
Yeah, maybe they don't.. but they might block your IP.
Don't know, but i will know soon, now im studying for school exams but soon i will continue to make the program.


Sign In
Create Account


Back to top









