Snort mailing list archives

Re: remote tcpdump


From: Darryl Luff <dluff () iitscdm com au>
Date: Wed, 20 Aug 2003 10:47:53 +1000

You can run sniffers remotely using a pipe. Run tcpdump remotely (using ssh or whatever) and get it to write it's output to stdout (-w -), and then pipe the output into tcpdump or ethereal running at your end. Just make sure that the remote tcpdump is not capturing your ssh traffic!:

ssh root@remoteserver tcpdump -s 4444 -w - port 80 | ethereal -i - -k

or

ssh root@remoteserver tcpdump -s 4444 -w - port 80 | tcpdump -s 4444 -r -



Scott, Joshua wrote:

Check this tool out. I've never used it so I'm not sure how well it works, but it seems to be what you are looking for.

http://rpcap.sourceforge.net/

Thanks,

Joshua Scott
Security Architect, CISSP

-----Original Message-----
From: sauron [mailto:sauron () linuxvalpo cl]
Sent: Saturday, August 16, 2003 11:02 PM
To: snort-users () lists sourceforge net
Subject: [Snort-users] remote tcpdump


are there any remote sniffer aka tcpdump or ethereal alike program that run on a remote machine and send the info to a another pc, let says encap. in
 ssh?

or im just dreaming about it?



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users

==============================================================================
NOTICE - This communication may contain confidential and privileged
information that is for the sole use of the intended recipient. Any viewing,
copying or distribution of, or reliance on this message by unintended
recipients is strictly prohibited. If you have received this message in
error, please notify us immediately by replying to the message and deleting
it from your computer.

==============================================================================





-------------------------------------------------------
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: