Penetration Testing mailing list archives

Re: [PEN-TEST] First step of a pen-test


From: Wolfgang Zenker <wolfgang () JPAVES DE>
Date: Fri, 22 Sep 2000 17:49:11 +0200

Hi,

Robert van der Meulen wrote:
Quoting Tonick, Mike (Mike.Tonick () PS NET):
I may be even more rusty than you...but, wouldn't the following be right?
sed 's/ /\\n/g'
Alas. Doesn't work ;)
I know of no way to specify a substitution like this in a shell script, but
when i need to do something like this i do:

sed 's/ /\<press enter here>
/g'

I know it's ugly - but hey, it works ;)

on any modern Unix variant you can create a wordlist from a textfile
by piping it through

  tr -s '[:space:]' '[\012*]'|sort -u

And to get back a bit to the origial question: Another good source
for a custom dictionary for password attacks can be a stroll on the
company parking lot and looking for the license plates.

Wolfgang Zenker

--
Wolfgang Zenker                                  Mail: W.Zenker () jpaves de
JPAVES Unix Online GmbH                          Fon:  (+49) 721 / 955 40 60
Kaiserallee 87                                   Fax:  (+49) 721 / 955 40 62
D-76185 Karlsruhe                                Web:  www.jpaves.de


Current thread: