RVI (Remote Virtual Interface)
1. Connect your iOS device to a Mac with USB
2. Open terminal and enter "rvictl -s deviceUUID" to start device with interface rvi0
3. Run wireshark and start capturing the packet on interface rvi0
4. Sotp interface rvi0 by enter "rvictl -x deviceUUID"
PS. deviceUUID is the UUID of your iOS device
Showing posts with label Wireshark. Show all posts
Showing posts with label Wireshark. Show all posts
Saturday, July 25, 2015
Tuesday, July 7, 2015
No interface available in Wireshark on Mac OS
Change the permission to 644 on the BFF (Berkeley Packet Filter) in /dev/
sudo chmod 644 /dev/bpf*
or
whoami to find out your name
sudo chown yourname:admin /dev/bp*
And restart wireshark!
sudo chmod 644 /dev/bpf*
or
whoami to find out your name
sudo chown yourname:admin /dev/bp*
And restart wireshark!
Thursday, July 31, 2014
NIC checksum offload enable/disable
To enable/disable NIC checksum offload:
[Windows]
. Go to Control panel -> Network and Internet -> Network and Sharing Center
. Click "Change adapter settings"
. Right click on the NIC and select "Properties"
. Click "Configure" -> Advanced tab
. You will find
. UDP Checksum Offload (IPv4)
. TCP Checksum Offload (IPv4)
. IPv4 Checksum Offload
. Enable/disable could be done there.
[Windows]
. Go to Control panel -> Network and Internet -> Network and Sharing Center
. Click "Change adapter settings"
. Right click on the NIC and select "Properties"
. Click "Configure" -> Advanced tab
. You will find
. UDP Checksum Offload (IPv4)
. TCP Checksum Offload (IPv4)
. IPv4 Checksum Offload
. Enable/disable could be done there.
Wednesday, July 30, 2014
Wireshark filter data in payload
. To filter packets with hex value "0xff 0x13" in payload
frame contains ff:13
frame contains ff:13
Subscribe to:
Posts (Atom)
Check clients which connect to Mac OS X Wi-Fi Internet Sharing
arp -i bridge100 -a bridge100 may be different on your Mac OSX
-
1. Create an account on TestFlight ( http://testflightapp.com ) and with "Developer" option checked. 2. Log in to the TestFlight ...
-
[轉載] [Javascript] Encrypt your private blog post from the article of Kaie's Blog 今日在PPT上的Blog版逛到版友weijr所提到的一篇好文章,可以用來針對Blog中某一段文字給予加密,變成...
-
For Mac OS: Use lipo. Ex. lipo -info staticLibrary.a For Linux OS: Use file Ex. file staticLibrary.c