tazmo
Jan 14 2006, 09:55 AM
Hi peeps,
Can anyone tell me how i can find which script a particular IP is using or which website atleast its coming from.
not sure on the command to search the weblogs etc.
Thanks alot
Taz
klaude
Jan 15 2006, 02:11 PM
This is what
grep was built for. Run the command `grep
ip address /path/to/your/logfiles`. That will return all the lines in your log files that contain your IP.