How is submitting passwords in plain text vulnerable? 03-31-2013, 11:48 PM
#1
Alright, given the following restrictions, how would someone go about stealing a password from a user logging in?
Password is submitted as a GET request, ex:
GET somewebsite.com/u=Username&p=Password
The user is on a home network, with wifi disabled (no one else is on the network to MiM or sniff traffic)
The user does not have a virus/trojan/keylogger on his/her computer
If anyone cares, I'm not trying to hack anyone, I'm making a web server and want to know if I really need to go through the trouble of figuring out https
Thanks for your time.
Password is submitted as a GET request, ex:
GET somewebsite.com/u=Username&p=Password
The user is on a home network, with wifi disabled (no one else is on the network to MiM or sniff traffic)
The user does not have a virus/trojan/keylogger on his/her computer
If anyone cares, I'm not trying to hack anyone, I'm making a web server and want to know if I really need to go through the trouble of figuring out https
Thanks for your time.