in reply to Re: Brute Force Attacks
in thread Brute Force Attacks

Forget to format with html tags before I posted. I hope this is better


========================================
Request: 10.122.11.235 - - Tue Mar 9 22:27:46 2004 "GET
http://sbc2.login.dcn.yahoo.com/config/login?.redir_from=PROFILES?&.tries=1&.src=jpg&.last=&promo=&.intl=us&.bypass=&.partner=&.chkP=Y&.done=http://jpager.yahoo.com/jpager/pager2.shtml&login=loginc&passwd=PASS HTTP/1.0" 200 566 Handler: proxy-server
Error: mod_security: pausing
http://sbc2.login.dcn.yahoo.com/config/login?.redir_from=PROFILES?&.tries=1&.src=jpg&.last=&promo=&.intl=us&.bypass=&.partner=&.chkP=Y&.done=http://jpager.yahoo.com/jpager/pager2.shtml&login=loginc&passwd=PASS for 50000 ms
----------------------------------------
GET
http://sbc2.login.dcn.yahoo.com/config/login?.redir_from=PROFILES?&.tries=1&.src=jpg&.last=&promo=&.intl=us&.bypass=&.partner=&.chkP=Y&.done=http://jpager.yahoo.com/jpager/pager2.shtml&login=loginc&passwd=PASS HTTP/1.0
Accept: */*
Accept-Language: en
Connection: Keep-Alive
mod_security-message: Access denied with code 200. Pattern match "passwd=" at THE_REQUEST. mod_security-action: 200
HTTP/1.0 200 OK
Connection: close
Content-Type: text/html; charset=iso-8859-1



SAMPLE OUTPUT I AM LOOKING FOR:
Attacker’s address 10.122.11.235
Username:loginc,Password:PASS

Replies are listed 'Best First'.
Re^3: Brute Force Attacks
by davido (Cardinal) on Nov 06, 2011 at 05:38 UTC

    Have you even read Writeup Formatting Tips yet?

    <p> tags start paragraphs, and </p> tags end them.

    There's almost never a need for <br />

    Wrap your code in <code> and </code>, or <c> and </c> tags. That goes for your input and output examples as well.

    Read How do I compose an effective node title?.

    Post a snippet of code that you have actually started to write for the purpose of solving this specific problem. It appears to me that the code you posted is to solve a different task.

    Ask a specific question. Your existing posts are asking for someone to write a solution for you. There are people who will do that for you for a fee. But we help people to learn to program using Perl for free. So you must put out some effort showing that you are actually here to learn Perl, not just here to get us to write a script for you.


    Dave