what is "deauthentication?"

1

So if authentication is validating usernames and passwords with an ip address, what is "deauthentication?" I look on google and I don't get the concept of deauthentication. I think its like verifying disconnection when logging off of wifi, website, etc. which would explain wikipedia's definition of a "deauthentication attack."

I say this because I was using the wifi pineapple mark 5 trying to get usernames and passwords from my target computer (the one I use as a target that I also own) for wifi. So I thought it would be helpful to understand my options. I'll screen shot if you need to see where I got this question from.

mace

Posted 2016-01-05T03:07:37.633

Reputation: 69

Sounds like you are Computer Science student or aspiring networking whitehat look into aireplay (it is one way (very common too) to effect a deauth attack and its man page ( User Manual) is very helpful – linuxdev2013 – 2016-01-05T03:21:13.347

Answers

0

Deauthentication occurs when a router tells a (Wi-Fi) client to disconnect from it.

Spoofing deauthentication packets causes the targeted client to lose connectivity so it then needs to authenticate to an access point again, which means sending the login credentials.

davidgo

Posted 2016-01-05T03:07:37.633

Reputation: 49 152