Pham,

On Tue, Jul 21, 2009 at 10:07 AM, pham toan<pham0van0t...@gmail.com> wrote:
> Hi, Andres, sorry for my late :(.
> I've tried :
> import re
> s = '/o=CREDIT-SUISSE/ou=CH-CS/cn=
> Recipients/cn=a872...@credit-suisse.com  exam...@yahoo.com'
> email = '([A-Z0-9\._%-]{1,4...@[a-z0-9\.-]{1,45}\.{1,10}[A-Z]{2,4})'
> string = re.findall(email,s,re.IGNORECASE)
> print string
>
> i've got :
>
> ['a872...@credit-suisse.com', 'exam...@yahoo.com']
> So i think it correctly, what went wrong here
> /o=CREDIT-SUISSE/ou=CH-CS/cn=Recipients/cn=A87214 ?
> I see your code accept only A-Z, 0-9, dot, % and -.
> PS:if i've mistake in my english, i'm really sorry.

Then the problem should be in another place, I think that the plugin
that could be generating the problem is fingerPKS. Could you take a
look at it? Thanks!

Cheers,

>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> W3af-develop mailing list
> W3af-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/w3af-develop
>
>



-- 
Andrés Riancho
Founder, Bonsai - Information Security
http://www.bonsai-sec.com/
http://w3af.sf.net/

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to