Results 1 to 6 of 6

Thread: WireShark capturing?

  1. #1
    AbuHamudi Guest

    WireShark capturing?

    Hi Guys. I got the Alpha H router today, and its really nice.

    But i want to sniff on my wifi network and on other PC's wich dosent work when i run wireshark from windows in moniter mode
    I then tried use Wireshark in Backtrack 5 and use the command "Airmon-ng start wlan1" to activate my Alpha card, it that worked, i could find APs, but when i connected to my wifi network and began sniffing, it didnt capture any package.

    So what have i missed og need to do?

  2. #2
    Join Date
    2013-Dec
    Location
    France
    Posts
    4
    Quote Originally Posted by AbuHamudi View Post
    So what have i missed og need to do?
    Hello,

    What interface have you acvtived for the capture in Wireshark, if it is wlan0, I thing, you should actived mon0 (Or any other name that show you the airmon-ng command)
    But, if you do so, you will only capture th Beacon traffic exhange betwen APs and their clients as the airodump command will do.

  3. #3
    AbuHamudi Guest
    Hellooo..

    I always write this "Airmon-ng start wlan1" and actives wlan1

    What is the difference between Wlan1 interface and mon0

  4. #4
    AbuHamudi Guest
    Hi. I did that but it dosent capture any HTTP traffic? what sould i do

  5. #5
    Join Date
    2013-Dec
    Posts
    1
    But if I want to sniff ssl password what I have to do?
    Thanks

  6. #6
    Join Date
    2013-Mar
    Location
    http://rastamouse.me
    Posts
    86
    If you do
    Code:
    airmon-ng start wlan1
    it will create a new network interface called mon0. This is the interface you should capture traffic on, e.g:
    Code:
    airodump mon0
    Inspecting this traffic will reveal clear-text protocols such as HTTP, but SSL traffic will be encrypted. You should look into tools such as SSLStrip to read SSL traffic.

Similar Threads

  1. Airodump Not Capturing WPA Handshake
    By SierraNetworking in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2023-01-30, 06:02
  2. Wifite not capturing WPA handshake
    By cybeh in forum General Archive
    Replies: 15
    Last Post: 2017-06-23, 08:13
  3. Capturing terminal keystrokes
    By xerxes in forum General Archive
    Replies: 0
    Last Post: 2014-12-28, 09:05
  4. Aircrack keeps capturing old Handshake
    By flyinghaggis in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2013-12-06, 14:22

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •