Pompem Exploit and Vulnerability Finder Tool v0.2.0 Python 3.5

2016-08-05 Thread Rafael Francischini
Hello,  I would like to share with you my personal project, Pompem.

https://github.com/rfunix/Pompem/

I hope you enjoy it.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: PyMatch Tool.

2014-08-18 Thread Rafael Francischini
Cristian you are right, never experienced visual regexp, is incredible. 
I created pyMatch to help me in the automation scripts and text formatting, so 
I decided to work from the command line. 
You're right, you can also do this with sed, but sed has a small defect "in my 
view", you will be able to use a maximum of 10 groups in it and  also the 
visual regexp. 

If you want to read more: 
http://stackoverflow.com/questions/10992650/how-to-get-10th-grouping-value-in-sed
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: PyMatch Tool.

2014-08-18 Thread Rafael Francischini
Em sexta-feira, 15 de agosto de 2014 17h59min28s UTC-3, Christian Gollwitzer  
escreveu:
> Am 14.08.14 21:50, schrieb rafinha.u...@gmail.com:
> 
> > Hello, I created this tool to help me develop on formatting text using 
> > regular expressions.
> 
> > Any questions, I am available.
> 
> > Thank you.
> 
> >
> 
> > Tool -> https://github.com/rfunix/PyMatch
> 
> 
> 
> I expected something like visual regexp:
> 
> 
> 
>   http://laurent.riesterer.free.fr/regexp/
> 
> 
> 
> Since RegExp-Syntax is very similar across tools, yours is almost 
> 
> identical to grep. Is it not?
> 
> 
> 
>   Christian

Hi Christian, it is quite similar. 
The difference is with her can extract and use the values stored in groups.
-- 
https://mail.python.org/mailman/listinfo/python-list