|
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-. (drgarcia
javeriana.edu.co)Date: Tue Oct 03 2000 - 09:27:55 CDT
- Next message: Wolfram Schlich: "Re: [suse-security] firewals-2.1-5 (from 6.4), 1x dev-world, 2x dev-int"
- Previous message: DIEGO GARCIA _ DIRECCION DE SISTEMAS-.: "Re: [suse-security] scanner"
- Next in thread: Jens Kuehnel: "Re: [suse-security] scanner"
- Maybe reply: DIEGO GARCIA _ DIRECCION DE SISTEMAS-.: "Re: [suse-security] scanner"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
> E
mail: thomas
suse.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-unsubscribe
suse.com
> For additional commands, e-mail: suse-security-help
suse.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
> E
mail: thomas
suse.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-unsubscribe
suse.com
> For additional commands, e-mail: suse-security-help
suse.com
---------------------------------------------------------------------
To unsubscribe, e-mail: suse-security-unsubscribe
suse.com
For additional commands, e-mail: suse-security-help
suse.com
- Next message: Wolfram Schlich: "Re: [suse-security] firewals-2.1-5 (from 6.4), 1x dev-world, 2x dev-int"
- Previous message: DIEGO GARCIA _ DIRECCION DE SISTEMAS-.: "Re: [suse-security] scanner"
- Next in thread: Jens Kuehnel: "Re: [suse-security] scanner"
- Maybe reply: DIEGO GARCIA _ DIRECCION DE SISTEMAS-.: "Re: [suse-security] scanner"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]