Jump to content

Passive Network Tap


AlexSka

Recommended Posts

Hello! Can anyone help me to solve problem with multiple interfaces sniffing on wifi pineapple m4 ?

I want cut in into ethernet cable to sniff RX/TX data over eth0 & eth1 interfaces & write it to dump on flashdrive but when i run :


tcpdump -vv -i eth0 -i eth1 -w /usb/dump.cap
[/CODE]

I've only capture eth0 or eth1 interface

when i conected via wireless interface & run :

[CODE]
brctl addbr sniff
brctl delif sniff eth0
brctl addif sniff eth0
brctl addif sniff eth1
tcpdump -vv -i sniff -w /usb/dump.cap
[/CODE]

I've capture data from bottom interfaces but cannot connect to ssh or webgui via br-lan (wireess interfaces)

sorry for my english

Edited by AlexSka
Link to comment
Share on other sites

i wrote it ...

----

Problem solved : need to change in

/etc/config/network[/CODE]

[CODE]
config interface lan
option ifname eth0
[/CODE]

to

[CODE]
config interface lan
option ifname wlan0
[/CODE]

Edited by AlexSka
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...