Getting Started with SpiderFoot

At some point in my past, I may or may not have done some InfoSec. As part of that role, “foot printing” a target was a tedious task. Basically, you would try to find anything and everything you could about said target, without actually engaging. When you consider the number of datasources available (Google, gmane.org,[…]

Restart VMware Fusion Networking from the Command Line

Every now and again I run into issues using Vagrant and VMware Fusion togther. Specifically around starting VMNET-DHCP servers. The following commands have done wonders to fix that in a pinch: sudo /Applications/VMware Fusion.app/Contents/Library/vmnet-cli –configure sudo /Applications/VMware Fusion.app/Contents/Library/vmnet-cli –stop sudo /Applications/VMware Fusion.app/Contents/Library/vmnet-cli –start