Windows:
netsh advfirewall firewall add rule name="IP Block" dir=in
interface=any action=block remoteip=x.x.x.x
MacOS:
sudo echo “block drop from any to x.x.x.x” >> /ect/pf.conf” &&
sudo pfctl -e -f /etc/pf.conf
Showing posts with label macos. Show all posts
Showing posts with label macos. Show all posts
Wednesday, July 8, 2020
Sunday, October 14, 2018
macOS: Mojave - vmware fushion keyboad and mouse is not working
Solution:
Allow VMware Fushion Application on System Preferences -> Security & Privacy -> Privacy tab -> Accessibility section.
Monday, September 17, 2018
how uninstall tuntap driver on macos
What is it?
The TunTap project provides kernel extensions for Mac OS X that allow to create virtual network interfaces. From the operating system kernel's point of view, these interfaces behave similar to physical network adapters such as an Ethernet network interface. However, the virtual interface does not send the packets into a wire, but makes them available to programs running in the system.
I want to remove the software from my computer. How do I do that?
Unfortunately, Apple's installer packages do not provide a way to remove software. Therefore, you will need to delete the files manually. Just remove the following directories (you need to do this with Administrator privileges):
/Library/Extensions/tap.kext
/Library/Extensions/tun.kext
/Library/StartupItems/tap
/Library/StartupItems/tun
Reference:
The TunTap project provides kernel extensions for Mac OS X that allow to create virtual network interfaces. From the operating system kernel's point of view, these interfaces behave similar to physical network adapters such as an Ethernet network interface. However, the virtual interface does not send the packets into a wire, but makes them available to programs running in the system.
I want to remove the software from my computer. How do I do that?
Unfortunately, Apple's installer packages do not provide a way to remove software. Therefore, you will need to delete the files manually. Just remove the following directories (you need to do this with Administrator privileges):
/Library/Extensions/tap.kext
/Library/Extensions/tun.kext
/Library/StartupItems/tap
/Library/StartupItems/tun
Reference:
Tuesday, October 11, 2016
OS X El Capitan: how to run wireshark with iphone usb interface
Öncelikle cihazınıza ait udid bilgisini edinmeniz gerekiyor. Bu bilgiyi itunes summary kısmından öğrenebilirsiniz.
Detaylar:
https://blog.unlockbase.com/find-udid-blocked-icloud-iphone/
Sonrasında virtual interface oluşturmak için rvictl aracını kullanıyoruz.
localuserpc:~ root# rvictl -s en5
rvictl [-h][-l][-s <udid1> ... <udidN>][-x <udid1> ... <udidN>]
Remote Virtual Interface Tool starts and stops a remote packet capture instance
for any set of attached mobile devices. It can also provide feedback on any attached
devices that are currently relaying packets back to this host.
Options:
-l, -L List currently active devices
-s, -S Start a device or set of devices
-x, -X Stop a device or set of devices
localuserpc:~ root# rvictl -s
Starting device XXX [SUCCEEDED] with interface rvi0
sonrasında çalıştırdığınızda rvi0 interface'i üzerinden filtreleme yapabilirsiniz;
localuserpc:~ root# wireshark
Subscribe to:
Posts (Atom)