security - Can a hacker sniff HTTP packets transmitted via WIFI? -


my work has login system doesn't use https. login details transmitted in plain text using http post.

i isolated post request sends login details using wireshark, , found username , password in packets, in plain text.

could attacker listen http post request wirelessly being close client's router or laptop somehow?

is possible sniff ambient wifi transmissions being in close range (if so, how)?

level 1

network utilities, wireshark can monitor tcp/ip network data when connected network. wifis without passwords can attacked closer wifi router using same ssid or wifi name. becoming part of network , monitor tcp/ip network data.

if wifi has password know password can part of network , monitor tcp/ip data using method.

level 2

some usb wifi adapter supports monitor , promiscuous modes (alfa awus036h) or similar , on kali linux can use other versions of linux can monitor data sent on wifi radio signals without being logged in.

tcpdump, pyrit wifi tools allow people capture , anaylze wifi radio traffic pick ssid signals, google may have used these vehicles created google maps street view.

since data sent on wifi may include http posted data these can read using these modes.

if wifi signal encrypted if posted data http not https server data still encrypted.

level 3

the government among others have software can monitor encrypted wifi signal wait arp request has specific length in bytes can identified arp request. using brute force go through millions of potential encryption keys until 1 key appears resolve captured arp request valid arp request. takes rather powerful computer running linux wifi antenna on roof sitting next home several hours. of encryption keys 128 bits, 3 38 zeros. need supercomputer.

once crack wifi encryption thing standing in way https encryption, have 4,294,967,296 possibilities don't provide easy method computer determine if key has correct since not know suppose looking at. none less still crackable brute force take long time.

if strange van generator , antenna outside home, send random data through wifi. ay9wwahwh8948yr9sfsahfkh never find encryption key since ay9wwahwh8948yr9sfsahfkh looks garbage when gets ay9wwahwh8948yr9sfsahfkh think encryption key wrong.

level 4

government, go isp , request sites visit ask sites information.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -