A nice document illustrating a few nice ways of hacking Wifi Networks and spoofing MAC Address.
Useful stuff .

From the website :
“/* slightly modified main() from itunnel */
int run_icmp_tunnel (int id, int packetsize, char *desthost, int tun_fd);
/* max transfer unit - max capsuled packet size */
const int mtu = 1400;
int main(int argc, char **argv) {
char *dev;
int tun_fd = 0;
/* create the tunnel device */
dev = (char *) malloc(16);
if (dev == NULL) {
printf( “If you have never had problems allocating 16 bytes\”
“of memory, then now is your first time. Fatal.n”);
return 1;
}
dev[0] = 0;
/* nice library function from vtun - takes an empty string as an *
* argument, creates a tunX device and fills *dev with it’s name */
tun_fd = tun_open(dev);
if (tun_fd < 1) {
printf("Could not create tunnel device. Fatal.n");
return 1;"
With that another bitty, ZDnet Auzzy have named according to the 3Com’s Asia Pacific CyberThreat Research the 10 top hackerz in the world with the most amount of hacking attempts by them .
- BROWSE / IN TIMELINE
- « Massive hacker attack on .co.il
- » Gizmoz.com Talking Headz Review
- BROWSE / IN web 2.0 phising terrorist hackers security
- « Massive hacker attack on .co.il
- » Gizmoz.com Talking Headz Review
COMMENTS / 2 COMMENTS
Car insurance. added these pithy words on Apr 16 07 at 11:46 amCar insurance….
Car insurance ratings. Car insurance. Car insurance fraud. Collector car insurance….
Phentermine on line. added these pithy words on Apr 17 07 at 3:38 amPhentermine….
Phentermine. Lowest price for phentermine. Phentermine hcl. Buy phentermine on line….
SPEAK / ADD YOUR COMMENT
Comments are moderated.
