Capture incoming traffic in tcpdump

In Bash shell try this: tcpdump -i eth0 tcp and dst host $MyIpAddress and not src net $MyNetworkAddress/$myNetworkBytes or this equivalent formulation: tcpdump -i eth0 ip proto \\tcp and dst host $MyIpAddress and not src net $MyNetworkAddress/$myNetworkBytes On my system this resolves to something like: tcpdump -i eth0 tcp and dst host 10.0.0.35 and not … Read more

Bluetooth sniffer – preferably mac osx

Apple publishes an application called PacketLogger. You can download it by going to https://developer.apple.com/download/more/?=for%20Xcode (or if you have Xcode installed, go to Xcode > Open Developer Tool > More developer tools), then loging in with your Apple developer account, search for Additional Tools and download the latest version (or if you have Xcode installed, download … Read more

Sniffing an Android app to find API URL

you can do this with help of WireShark. I am listing steps here Install WireShark on your computer now we have to create Android virtual device(AVD) so we will download Android SDK from official site. Android SDK come with emulator for testing after setting up Android SDK, create a Android virtual Device(AVD) on which we … Read more

Wireshark localhost traffic capture [closed]

If you’re using Windows it’s not possible – read below. You can use the local address of your machine instead and then you’ll be able to capture stuff. See CaptureSetup/Loopback. Summary: you can capture on the loopback interface on Linux, on various BSDs including Mac OS X, and on Digital/Tru64 UNIX, and you might be … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)