From: Gerfried Fuchs Date: Mon, 12 Apr 2010 16:21:38 +0000 (+0200) Subject: finger via netcat tip X-Git-Tag: v0.5.0~3 X-Git-Url: http://git.grml.org/?p=grml-tips.git;a=commitdiff_plain;h=436d7fb08778b9a094dddd3a9f32f9b3dbf44385 finger via netcat tip --- diff --git a/grml_tips b/grml_tips index 34e2e8f..83ce0d9 100644 --- a/grml_tips +++ b/grml_tips @@ -3180,3 +3180,6 @@ Simple mailserver with python: % python -m smtpd -n -c DebuggingServer localhost:1025 -- +finger via netcat: + +echo $USER | nc $HOST 79