OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: [suse-security] scanner
From: DIEGO GARCIA _ DIRECCION DE SISTEMAS-. (drgarciajaveriana.edu.co)
Date: Tue Oct 03 2000 - 09:27:55 CDT


A perl script for blank passwords

#!/usr/bin/perl
$count==0
open(MAIL, "|/usr/lib/sendmail root)||die "Cannot Open mail\n";
print MAIL " To: root\n";
print MAIL "Subject: Password Report \n";
#Beginning a mail to root
open(PASSWORDS,'cat /etc/passwd');
while(<PASSWORDS>){
$linenumber=$.;
fields=split(/:/,$_);
if($fields[1] eq " ")
{
$count++;
print MAIL "\n***************WARNING**************\n";
print MAIL "\n Line $linenumber has a blank password \n;
print MAIL "Here's the recor fields";

}

}

close(PASWORDS);
if (count<1)
{
print MAIL "\n There isn't a blank password";
}

print MAIL ".\n";
close(MAIL);

A gift from

Diego García
System Administrator
Ponticia Universidad Javeriana
Bogotá Colombia
t. (571) 3208320

Thomas Biege wrote:

> Hi,
>
> > Does anybody know about a more powerful scanner than nmap? I need it to scan
> > my own firewall.
>
> To check the in and OUT rules of your non-stateful packetfilter use
> AssItch (www.suse.de/~thomas)
>
> 2.5 makes trouble when you try to compile it, but I'll put version 2.6
> on my site today or tomorrow.
>
> Also try Firewalk and fragrouter.
> (http://packetstorm.securify.com/)
>
> Bye,
> Thomas
> --
> Thomas Biege, SuSE GmbH, Schanzaeckerstr. 10, 90443 Nuernberg
> Email: thomassuse.de Function: Security Support & Auditing
> "lynx -source http://www.suse.de/~thomas/thomas.pgp | pgp -fka"
> Key fingerprint = 09 48 F2 FD 81 F7 E7 98 6D C7 36 F1 96 6A 12 47
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: suse-security-unsubscribesuse.com
> For additional commands, e-mail: suse-security-helpsuse.com

Thomas Biege wrote:

> Hi,
>
> > Does anybody know about a more powerful scanner than nmap? I need it to scan
> > my own firewall.
>
> To check the in and OUT rules of your non-stateful packetfilter use
> AssItch (www.suse.de/~thomas)
>
> 2.5 makes trouble when you try to compile it, but I'll put version 2.6
> on my site today or tomorrow.
>
> Also try Firewalk and fragrouter.
> (http://packetstorm.securify.com/)
>
> Bye,
> Thomas
> --
> Thomas Biege, SuSE GmbH, Schanzaeckerstr. 10, 90443 Nuernberg
> Email: thomassuse.de Function: Security Support & Auditing
> "lynx -source http://www.suse.de/~thomas/thomas.pgp | pgp -fka"
> Key fingerprint = 09 48 F2 FD 81 F7 E7 98 6D C7 36 F1 96 6A 12 47
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: suse-security-unsubscribesuse.com
> For additional commands, e-mail: suse-security-helpsuse.com

---------------------------------------------------------------------
To unsubscribe, e-mail: suse-security-unsubscribesuse.com
For additional commands, e-mail: suse-security-helpsuse.com