Overview MacDaddyX is a powerful, yet easy to use MAC Address Changer (Spoofer). MacDaddyX does not change the hardware burned-in MAC addresses. MacDaddyX changes the “software based” MAC addresses. Allows changes to any NIC that permits using built-in utilities. MacDaddyX helps people to protect their privacy by hiding their real MAC Addresses in the widely […]
Tag Archives | Security
Driftnet x64 Fix
apt-get source driftnet START COPY BELOW LINE ———https://bugzilla.redhat.com/attachment.cgi?id=134667——— — driftnet-0.1.6/image.c 2002-07-09 20:26:41.000000000 +0100 +++ driftnet-0.1.6.new/image.c 2006-08-22 21:14:38.000000000 +0100 @@ -15,29 +15,20 @@ static const char rcsid[] = “$Id: image. /* memstr: * Locate needle, of length n_len, in haystack, of length h_len, returning NULL. – * Uses the Boyer-Moore search algorithm. Cf. – * http://www-igm.univ-mlv.fr/~lecroq/string/node14.html […]
Change X-Mailer for Mail.app
In Terminal: defaults write com.apple.mail UserHeaders ‘{“X-Mailer” = “CHANGE TO THIS”; }’
FREE VPN Server
VPN Free Account Host Server or IP Address : 216.155.136.84 User Name : anonymous Password : anonymous This VPN gives you a valid IP from 216.155.136.84 server instead of your real IP. 128bit Strong Encryption prevents even your ISP from spying on you! A VPN connection also helps prevent data theft (such as passwords or […]
Lock File from Read/Write even ROOT
To make your file (test_file) immutable # chattr +i test_file # chattr -i test_file