Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Pen-Test
[Top] [All Lists]

Re: penetrating web-based authentication if you know one of the username

Subject: Re: penetrating web-based authentication if you know one of the usernames
Date: Wed, 18 May 2005 18:12:39 +0200
First things first, on the disclosed username thing, as you say the only
attack that pops up to my head is a bruteforce attack (assuming that
your web isn't vulnerable to SQL injection). You can easily prevent a
bruteforce attack counting the number of login failures on a particular
user. Paypal does it, Hotmail does it, VNC >= 3.1 does it and many more
too, all you have to do is record the number of login failures since
last proper authentication, if that number reaches to 15 (or 90,
crackers should be reaaaly lucky to get in the first 100 tries) the
account should be blocked and manually reactivated once the user is
validated.

Anyway, don't think your system has been compromised just because a
username has been disclosed, I can also assume you have a username
Roger.Olstad in the host pax.priv.no, but there's not much to with that
(other than a bruteforce attack...).

Now, on the "web-server audit", yes, there's some software capable of
bruteforcing using thread modes, I just read a bit about it, but never
really tested it, it's called AccessDriver. Anyway an script in perl,
bash, php or whatever you want is reaaaally easy to make...

And on the password strength checking there're many ways to do it, you
could try to crack them with john the ripper and a basic dictionary (or
with the -incremental flag). I know PAM has some module for checking
strength too, you could do some research on that as well.

Well, that's it, I think I cover all the topics, just hope this helps a
bit.

Bye!
Pablo Fernández

--- Begin Message ---
Subject: penetrating web-based authentication if you know one of the usernames
Date: Wed, 18 May 2005 14:05:07 +0200
Hi!

I have this web-based service/directory which offers users access through a 
username/password-authentication process. I am wondering what if some of the 
usernames are compromised, and I actually don't want to change the username? 
Are there any tools able to run some kind of bruteforce-attack or something, 
against my web-authentication? Other alternatives? Do I really have to consider 
my whole system as compromised just because a username may be lost?

In addition, does anyone know of any tool that can help me audit the web-server 
regarding to passwordpolicy, passwordstrength etc.

I appreciate all relevant answers :-)

Very best

R

-----Original Message-----
From: Erik Kamerling [mailto:ekamerling@snaplen.com] 
Sent: 17. mai 2005 16:13
To: pen-test@securityfocus.com
Subject: Re: Cisco VPN Concentrator GUI

My original response never made it so here it is again.

On Sunday 15 May 2005 23:09, kaps lock wrote:
i cant find any vulenrabilites on the net ....to
explain to the person....only thing i can think of is
brute forcing the username pasword field...which is
again a challenge for web vpn..any ideas??
thanks

Hi Kaps Lock,

You might want to impart info to your client regarding the common sense 
security measure of limiting access to the HTTPS interface on the 
concentrator to only trusted management hosts or internal networks. 

Enabling uncontrolled public side HTTP(S) management of a VPN concentrator 
gives out way more info re: their VPN than most people would want IMHO.

I don't believe HTTP(S) is enabled by default (at least on a public interface) 
on a 3000 series concentrator so someone turned it on most likely.

3000 series concentrators are vulnerable to a SSL attack prior to version 
4.1.7.A so you might want to point this out to them. The attacker does not 
need to authenticate and can effectively reload the device or make it drop 
user connections. 

Here is the advisory -> 
http://www.cisco.com/warp/public/707/cisco-sa-20050330-vpn3k.shtml

And a more general view on 3000 vulnerabilities ->
http://www.cisco.com/warp/public/707/vpn3k-multiple-vuln-pub.shtml

Best Wishes,

Erik Kamerling

--- End Message ---
<Prev in Thread] Current Thread [Next in Thread>