Sunday, May 4, 2025
Home Hacking Website Password hacking using WireShark

Website Password hacking using WireShark

by blackMORE
37 comments

Website Password hacking using WireShark - blackMORE Ops - 10Did you knew every time you fill in your username and password on a website and press ENTER, you are sending your password. Well, of course you know that. How else you’re going to authenticate yourself to the website?? But, (yes, there’s a small BUT here).. when a website allows you to authenticate using HTTP (PlainText), it is very simple to capture that traffic and later analyze that from any machine over LAN (and even Internet). That bring us to this website password hacking guide that works on any site that is using HTTP protocol for authentication. Well, to do it over Internet, you need to be able to sit on a Gateway or central HUB (BGP routers would do – if you go access and the traffic is routed via that).

But to do it from a LAN is easy and at the same time makes you wonder, how insecure HTTP really is. You could be doing to to your roommate, Work Network or even School, College, University network assuming the network allows broadcast traffic and your LAN card can be set to promiscuous mode.

So lets try this on a simple website. I will hide part of the website name (just for the fact that they are nice people and I respect their privacy.). For the sake of this guide, I will just show everything done on a single machine. As for you, try it between two VirtualBox/VMWare/Physical machines.

p.s. Note that some routers doesn’t broadcast traffic, so it might fail for those particular ones.

Step 1: Start Wireshark and capture traffic

In Kali Linux you can start Wireshark by going to

Application > Kali Linux > Top 10 Security Tools > Wireshark

In Wireshark go to Capture > Interface and tick the interface that applies to you. In my case, I am using a Wireless USB card, so I’ve selected wlan0.

Website Password hacking using WireShark - blackMORE Ops - 1

Ideally you could just press Start button here and Wireshark will start capturing traffic. In case you missed this, you can always capture traffic by going back to Capture > Interface > Start

Website Password hacking using WireShark - blackMORE Ops - 2

Step 2: Filter captured traffic for POST data

At this point Wireshark is listening to all network traffic and capturing them. I opened a browser and signed in a website using my username and password. When the authentication process was complete and I was logged in, I went back and stopped the capture in Wireshark.

Usually you see a lot of data in Wireshark. However are are only interested on POST data.

Why POST only?

Because when you type in your username, password and press the Login button, it generates a a POST method (in short – you’re sending data to the remote server).

To filter all traffic and locate POST data, type in the following in the filter section

http.request.method == “POST”

See screenshot below. It is showing 1 POST event.

Website Password hacking using WireShark - blackMORE Ops - 3

You may also like

37 comments

daniele April 11, 2015 - 6:05 am

hi :)
As always many thanks for the interesting material in the mythical
blackmoreops.com

PS I did some tests ” refresher ” on some old and famous forum at http :
& After the filter http.request.method == " POST "
the credentials are in ” CLEAR ” in Base-Line text-data(wireshark)
ex: http://postimg.org/image/loiekr3jz/full/

thx-again :-)

Reply
blackMORE Ops April 11, 2015 - 12:55 pm

Cool.
I’ll add another post with some little tasks/challenges so that everyone can actually try few new things. Keep an eye on the website.

Reply
Nathan May 11, 2015 - 8:58 pm

Dude

Reply
zafar nawaz August 1, 2019 - 1:55 am

how to hack website usign wireshark on windows .. please tell or tell me this website admin password.. Thanks

Reply
Akyra Sevent April 13, 2015 - 6:34 pm

is that only capture your own network packet, right?
so, when we want to capture other computer packet, we must do arp poisoning, please correct me…

Reply
blackMORE Ops April 14, 2015 - 2:32 pm

Hi Akyra,
Correct. Or if you have access to the Gateway device(for example a router/proxy), you can just do it in there and all the HTTP password for the whole network will come up in Plaintext. Truly scary assuming that someone used the same password in a secured website and in a non-secured website. It’s very old hack but works till date.
My intention is to show how easily it can be done and people should be aware of it. Cheers,
-BMO

Reply
aarrsshh October 3, 2015 - 12:23 am

thanks blackmore ops
I have access to a person network … i know his router mac and from armitage i can access all his computers too but i m unable to find a way to wireshark his computers as u have jst said that its very easy to do so.. but due to my lack to knowledge i cannot do it..
when i start capturing data from wireshark it only shows the ip im using.. means its capturing only my data not his… would appreciate if u can explain how to capture his date and get passwords…

Reply
Afzal December 20, 2015 - 4:48 pm

it would be so helpful, f you could get me a tutorial on the method you just said.
pls help me out.

Reply
(*-*) November 18, 2016 - 10:06 pm

You can try promiscious mode in wireshark.

Reply
cpt-0bvious1 April 14, 2015 - 10:45 pm

You can also look for “data-text-lines” in the wireshark filter.
It gives all the packets were tis line is present.

Reply
Remik Pi April 18, 2015 - 5:05 am

Please note that sensitive data may be protected on the client-side when playing with plain-text connections e.g. with some JavaScript help. see http://tech.pro/tutorial/631/secure-authentication-without-ssl-using-javascript

Reply
herman May 12, 2015 - 4:52 pm

How do i know the desktop password over the network of my colleagues computer using wireshark.

Reply
Mia May 12, 2015 - 11:18 pm

Herman you can’t. Desktop password don’t drive over the network.

Reply
John May 28, 2015 - 4:12 am

I get an error when I type in the filter, basically saying it’s invalid.. any ideas?

Reply
ape July 9, 2015 - 2:17 am

http.request.method == “POST”

Reply
Manoj July 27, 2015 - 4:18 am

Remove double quotes and type it works

Reply
nferocious76 July 26, 2015 - 9:30 am

can we know the route where the traffic is being directed too? using wireshark? thank you

Reply
Ali Khan October 18, 2015 - 8:09 pm

Can I do all this on my android??
I want to hack my university DSL router username and password, so can anyone tell??

Reply
Gabi November 7, 2015 - 7:21 pm

hello friends,

My name is gabi and i really need some help with my newly installed Kali 2.0 Sana.

It actually worked for some couple of weeks and later started acting weird. The issue is this ;

I cannot browse the internet with either iceweasel or Firefox
I cannot use the terminal to ping any public internet address, even google dns server
BUT
I can use the TOR browser only to access the internet (WEIRD).

This is driving me crazy, just when i am preparing for my CEHv8 and other security certifications.

Please guys, the experts, help me out here. I will really appreciate any help.

Thanks

Gabi

Reply
Revizul November 13, 2015 - 8:53 am

look in the /etc folder for another folder named “Networkmanagement” , in this folder must be a config file, open it with a text editor and you will find the option somethink like “network” oder “networkcard managed” = false, just replace the “false” with “true” and save the config file, then you will be noticed that you are connected to the internet.

Reply
John February 9, 2016 - 3:51 am

Do these systems work with macs?

Reply
Deadpool March 19, 2016 - 2:45 am

hey bro i need help urgently i hacked my neighbours wifi but he know but don’t know who i am so i was thinking if i want to be remains anonymous how can i be or if any apps i am using hotspot shield elite. i need assurance he can never trace me …

Reply
sarita May 6, 2016 - 5:44 pm

can you please help me to hack wifi password

Reply
wymieniacz July 22, 2016 - 3:34 am

You should be alright… unless he has port mirroring. People usually don’t have it at home.

Reply
Gabe August 25, 2016 - 7:40 am

Hello. I am just wondering, if a wireless USB card is really needed? As for my computer, I have one built in. What would this be called in the Wireshark capture interfaces?

Reply
Helen August 30, 2016 - 2:50 pm

Do you need a professional to go to for all of your cyber/internet issues, i implore you to hire the best only so as to get your job completed without hassles.
For more info contact:
Darkwebssolutions on gmail or text +9193076946

Reply
jack December 13, 2016 - 10:46 pm

can u help me to hack a website and get the username and password ~
if can pls email to me
[email protected]

Reply
Yardstick December 23, 2016 - 3:59 pm

Please assist with retrieving the data website below.

Reply
Bismah anis February 4, 2017 - 8:51 pm

Does he charge money over it ?

Reply
Justin April 27, 2017 - 4:46 am

Will this only work if the victim uses an http link or will it still work if they use https and the website has an http version?

Reply
sandip February 7, 2018 - 9:03 pm

any alternate tool to hack website?

Reply
Richy July 1, 2018 - 12:44 am

contact dennixrichison@gmail. com for hacking services

Reply

Leave a Reply to JohnCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About Us

Lorem ipsum dolor sit amet, consect etur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis..

Feature Posts

Newsletter