Re: Bruteforce HTTP Basic authentification
From: Chris Kuethe (chris.kuethe_at_gmail.com)
Date: 08/19/05
- Previous message: Tech Posts: "Re: Firewall Rule Visualisation"
- Maybe in reply to: nik: "Bruteforce HTTP Basic authentification"
- Next in thread: bannedit_at_frontiernet.net: "Re: Re: Bruteforce HTTP Basic authentification"
- Maybe reply: bannedit_at_frontiernet.net: "Re: Re: Bruteforce HTTP Basic authentification"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 19 Aug 2005 12:18:06 -0600 To: Pen Test <pen-test@securityfocus.com>
Foo. Not enough coffee today.
This
$freq{$n}->{$chars[0]}++;
Should actually be this:
$freq{$n}->{$c}++;
CK
-- GDB has a 'break' feature; why doesn't it have 'fix' too? ------------------------------------------------------------------------------ FREE WHITE PAPER - Wireless LAN Security: What Hackers Know That You Don't Learn the hacker's secrets that compromise wireless LANs. Secure your WLAN by understanding these threats, available hacking tools and proven countermeasures. Defend your WLAN against man-in-the-Middle attacks and session hijacking, denial-of-service, rogue access points, identity thefts and MAC spoofing. Request your complimentary white paper at: http://www.securityfocus.com/sponsor/AirDefense_pen-test_050801 -------------------------------------------------------------------------------
- Previous message: Tech Posts: "Re: Firewall Rule Visualisation"
- Maybe in reply to: nik: "Bruteforce HTTP Basic authentification"
- Next in thread: bannedit_at_frontiernet.net: "Re: Re: Bruteforce HTTP Basic authentification"
- Maybe reply: bannedit_at_frontiernet.net: "Re: Re: Bruteforce HTTP Basic authentification"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|