lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
From: es at hush.com (es@...h.com)
Subject: [ElectronicSouls] - Advances in Scanning

-----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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ