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

tech