- This topic has 18 replies, 2 voices, and was last updated 1 week ago by Diego Pérez.
- AuthorPosts
- December 29, 2024 at 10:24 pm #203474akademikaneParticipant
Hi,
Sniffing & Analysing Login Credentials
Everything goes well, but when I try to tshark -i wlan0 -w filename.cap
after i stop the tshark and open wireshark, I don’t see any POST I only see GET requests even though I have entered some passwordsDecember 29, 2024 at 11:29 pm #203484akademikaneParticipant` <form method=”post” action=”/index.html”>
<b align=”center”>TELKOS © 2025</b>
<br>
<select>
<option value=”emri”>wifi</option>
</select>
<marquee behavior=”scroll” direction=”right”><h1>Shtyp Fjalëkalimin</h1></marquee></label>
<input type=”password” id=”password” placeholder=”Fjalëkalimi” />
<input type=”submit” class=”submitButton” id=”submitButton” value=”Submit”>
</form>I don’t get any post even though I have done what zaid did, I only see GET request
December 30, 2024 at 10:19 pm #203493Diego PérezModeratorHi!
You can open the browser’s developer tools, navigate to the Network tab and then click the submit button. In the Network tab you’ll see if there’s a POST request or any error related. Check it and let us know.Greetings!
DiegoDecember 30, 2024 at 11:11 pm #203495akademikaneParticipantThere is a post Request because now I am receiving a POST request in wireshark, but the password is not showing nothing
December 31, 2024 at 12:08 am #203496akademikaneParticipantAttachments:
You must be logged in to view attached files.December 31, 2024 at 8:52 pm #203507Diego PérezModeratorHi!
It seems like index.html is not found. Make sure to store it in the html directory. Maybe watch the lecture again and make sure to follow all the instructions accordingly.Greetings!
DiegoJanuary 1, 2025 at 12:11 am #203510akademikaneParticipantEvery needed file is in the right path, I see css, I see index.html exctaly fine and working, I see get and Post Requests in Wireshark but not the logins, passwords.
I have watched it many times but that is not helping meJanuary 1, 2025 at 8:34 pm #203528Diego PérezModeratorHi!
The error message in the console says that index.html is not found, so there might be something wrong. Can you share a screenshot with the contents of html directory?Greetings!
DiegoJanuary 1, 2025 at 10:51 pm #203533akademikaneParticipantHere it is
Attachments:
You must be logged in to view attached files.January 1, 2025 at 10:51 pm #203535akademikaneParticipanthere it is the second code
Attachments:
You must be logged in to view attached files.January 3, 2025 at 8:44 pm #203570Diego PérezModeratorHi!
For some reason, you have set the form “action” to a file on your windows machine. As mentioned n the lecture, all is needed to be done within kali. Maybe watch the lecture again and follow the instructions as mentioned by Zaid.Greetings!
DiegoJanuary 3, 2025 at 10:26 pm #203574akademikaneParticipantI have changed it from windows to Kali Linux, and also what Zaid Did, but that is just not working.
January 4, 2025 at 7:31 pm #203585Diego PérezModeratorHi!
Are you running the attack in kali? Can you share screenshots of the whole process you are doing?Greetings!
DiegoJanuary 7, 2025 at 12:07 am #203618akademikaneParticipantwhat do you mean by whole process ?
I am doing excatly what is zaid Doing.
Why do I get Get requests, but not posts ?
I see get Request also I see post requests, but not the logins, this is the problem, I am doing everything the same.January 7, 2025 at 6:52 pm #203638Diego PérezModeratorHi!
By whole process I mean the whole process of the attack. It would be better to look exactly what you are doing, saying “I am doing excatly what is zaid Doing” is not useful, taking in account the html file you shared contained different information (you are doing things differently, it seems). I can’t magically guess where the issues is, I need info and evidence to be able to help you find the issue.Greetings!
Diego - AuthorPosts
- You must be logged in to reply to this topic.