Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #203474
    akademikane
    Participant

    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 passwords

    #203484
    akademikane
    Participant

    ` <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

    #203493
    Diego PérezDiego Pérez
    Moderator

    Hi!
    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!
    Diego

    #203495
    akademikane
    Participant

    There is a post Request because now I am receiving a POST request in wireshark, but the password is not showing nothing

    #203496
    akademikane
    Participant

    null

    Attachments:
    You must be logged in to view attached files.
    #203507
    Diego PérezDiego Pérez
    Moderator

    Hi!
    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!
    Diego

    #203510
    akademikane
    Participant

    Every 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 me

    #203528
    Diego PérezDiego Pérez
    Moderator

    Hi!
    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!
    Diego

    #203533
    akademikane
    Participant

    Here it is

    Attachments:
    You must be logged in to view attached files.
    #203535
    akademikane
    Participant

    here it is the second code

    Attachments:
    You must be logged in to view attached files.
    #203570
    Diego PérezDiego Pérez
    Moderator

    Hi!
    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!
    Diego

    #203574
    akademikane
    Participant

    I have changed it from windows to Kali Linux, and also what Zaid Did, but that is just not working.

    #203585
    Diego PérezDiego Pérez
    Moderator

    Hi!
    Are you running the attack in kali? Can you share screenshots of the whole process you are doing?

    Greetings!
    Diego

    #203618
    akademikane
    Participant

    what 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.

    #203638
    Diego PérezDiego Pérez
    Moderator

    Hi!
    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

Viewing 15 posts - 1 through 15 (of 19 total)
  • You must be logged in to reply to this topic.