Re: Disable PING command

2003-08-28 Thread Matthew Graybosch
On 12:21 Thu 28 Aug , vkennon wrote: Why would you want to disable the ping command? Are you trying to prevent others from pinging you? If so, you need to filter out incoming ICMP packets. There are some other threads on the list pertaining to firewalling; you might want to search them. -- M

Re: Disable PING command

2003-07-03 Thread Matthew Hunt
On Thu, Jul 03, 2003 at 03:02:22PM -0700, K Anderson wrote: > Well, all I have to do then as a user who can't run ping is get it from > someplace else and just do ./ping in my home directory. Correct? Or even > use a perl script to do it. If that's possible. No. Normal users can't create the r

Re: Disable PING command

2003-07-03 Thread Matthew Hunt
On Thu, Jul 03, 2003 at 02:03:57PM -0700, K Anderson wrote: > Good luck. All it takes is a user to port, transfere, compile, copy, > move or hack in a ping command of their own. Any languages could be > used, PERL, PHP, Python and much more. Well, it takes that along with making their copy SUID

Re: Disable PING command

2003-07-03 Thread K Anderson
Nucking Futs wrote: How would I go about disabling users command to ping? If need be I would be willing to just disable the ping command altogether as a last resort. Good luck. All it takes is a user to port, transfere, compile, copy, move or hack in a ping command of their own. Any language

Re: Disable PING command

2003-07-03 Thread Joshua Oreman
On Thu, Jul 03, 2003 at 04:53:17PM -0400 or thereabouts, Mykroft Holmes IV wrote: > > > Nucking Futs wrote: > > >How would I go about disabling users command to ping? If need be I > >would be willing to just disable the ping command altogether as a last > >resort. > > > > chmod 700 /usr/bin/

Re: Disable PING command

2003-07-03 Thread Mykroft Holmes IV
Nucking Futs wrote: How would I go about disabling users command to ping? If need be I would be willing to just disable the ping command altogether as a last resort. chmod 700 /usr/bin/ping (or /bin/ping) can't remember where ping lives. Adam ___

Re: Disable PING command

2003-07-03 Thread Drew Tomlinson
- Original Message - From: "Nucking Futs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 1:43 PM Subject: Disable PING command > How would I go about disabling users command to ping? If need be I would be > willing to just disable the ping command altogether a

Re: Disable PING command

2003-07-03 Thread Dirk-Willem van Gulik
On Thu, 3 Jul 2003, Nucking Futs wrote: > How would I go about disabling users command to ping? If need be I would be > willing to just disable the ping command altogether as a last resort. Well - anyone could compile a fresh version; or copy a version from another machine into his home dir or