|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: Re: cvs commit: src/etc inetd.conf
From: Walter Hop (walter
skydancer.nl)Date: Mon Oct 02 2000 - 20:40:54 CDT
- Next message: Ruslan Ermilov: "Re: HERT advisory: FreeBSD IP Spoofing (fwd)"
- Previous message: Pascal Bouchareine: "HERT advisory: FreeBSD IP Spoofing"
- In reply to: Michael Bryan: "Re: cvs commit: src/etc inetd.conf"
- Next in thread: Peter Pentchev: "Re: cvs commit: src/etc inetd.conf"
- Next in thread: Dag-Erling Smorgrav: "Re: cvs commit: src/etc inetd.conf"
- Reply: Walter Hop: "Re: cvs commit: src/etc inetd.conf"
- Reply: Peter Pentchev: "Re: cvs commit: src/etc inetd.conf"
- Reply: Dima Dorfman: "Re: cvs commit: src/etc inetd.conf"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[in reply to Michael Bryan <fbsd-security
ursine.com>, 02/10/00]
> If any port has a listener on it, as an admin you'd better know what that
> listener is
This shell script should be in the base ;)
lsof -i | grep LISTEN | awk '{ print $1 "("$3") " $9} ' | sort | uniq
Don't recall where I got it from, some Linux site I believe...
-- "You might feel like you're melting and want to roll around on the ground, or maybe thats just me."To Unsubscribe: send mail to majordomo
FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
- Next message: Ruslan Ermilov: "Re: HERT advisory: FreeBSD IP Spoofing (fwd)"
- Previous message: Pascal Bouchareine: "HERT advisory: FreeBSD IP Spoofing"
- In reply to: Michael Bryan: "Re: cvs commit: src/etc inetd.conf"
- Next in thread: Peter Pentchev: "Re: cvs commit: src/etc inetd.conf"
- Next in thread: Dag-Erling Smorgrav: "Re: cvs commit: src/etc inetd.conf"
- Reply: Walter Hop: "Re: cvs commit: src/etc inetd.conf"
- Reply: Peter Pentchev: "Re: cvs commit: src/etc inetd.conf"
- Reply: Dima Dorfman: "Re: cvs commit: src/etc inetd.conf"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]