February 19th, 2004 07:48 AM
No this won't work. The MAC address of all the PING replies will be the MAC of the local gateway for his subnet. The only way to find out MAC addresses on another network is if your have access to...
February 13th, 2004 01:10 AM
source: http://francisco.terawap.co.uk/file_tree_list.txt
February 10th, 2004 06:58 AM
Just to clarify, the general rule is:
Swtich to Switch (or Router to Router) = use a cross over
NIC to NIC = use a cross over
NIC to Switch (or NIC to Router) = use a straight through
It's...
October 15th, 2003 05:40 AM
It's cause you're only reading in the first part of the file. You probably want something more like:
use MIME::Base64 qw(encode_base64);
open(FILE, "/var/log/wtmp") or die "$!";
while...
April 22nd, 2003 03:39 AM
This is typical of girls who are too gutless to tackle the real issue. There's no such thing as letting someone down nicely. Rejection is bad enough. Prolonged rejection is downright cruel. She's...
April 17th, 2003 07:56 AM
If you think she's cheating on you, you've got bigger problems than learning how to install a keylogger. Have you tried talking to her about it?
April 11th, 2003 10:32 AM
Can't connect eh? Try the following:
1.) Do you have sshd/telnetd running? Do a netstat -atunp | grep LISTEN and see if ports 22 and/or 23 are listening.
2.) Is iptables/ipchains in the way? ...
April 11th, 2003 10:26 AM
Performance. If you want performance and security...there's always OpenBSD. ;)