[prev in list] [next in list] [prev in thread] [next in thread] 

List:       full-disclosure
Subject:    [Full-Disclosure] [ElectronicSouls] - Advances in Scanning
From:       es () hush ! com
Date:       2002-11-29 21:27:49
[Download RAW message or body]


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

Dear List,

Here is a very complicated and efficient way to scan a number of
hosts and grab the banner from their telnetd.

# cat banner-grab.sh
#!/bin/sh
# simple telnet banner grabber by BrainStorm
# [ElectronicSouls]

if [ "$1" = "" ]
     then
         echo "usage: <ip-list> <out-file>"
     exit
fi

echo "0x4553 :>"

cat $1 | while read IPZ
do
    (sleep 5; killall -9 telnet)| telnet $IPZ >> $2
done

# pretty small but does its job so wtf

#

Rest easy, we are not hacking you.

The Electronic Souls Crew
[ElectronicSouls] (c) 2002

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

wlMEARECABMFAj3n2+kMHGVzQGh1c2guY29tAAoJEN5nGqhGcjltgUQAmwW+f71MAA58
BMyzR1f9UHnb1KsTAJ9Gs9oCmQEEUQOgjEfm5k7qYKy3JA==
=JuN6
-----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
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic