Hi,
I'm trying to build a regex to find a password in a page, and as soon as i put some text in "After search test" and when i click on "TEST" button, it change to ('TEST 'Parsing...) load, load again, then make zenno crash :/
Here the part of the code which i'm trying to extract the pass :
So it goes on a question : what would yo put in "texte after search ? actually i'm trying to put "<h3>Identifiant ::</h3>
<p>" but it doesnt seems to work /
Thanks
I'm trying to build a regex to find a password in a page, and as soon as i put some text in "After search test" and when i click on "TEST" button, it change to ('TEST 'Parsing...) load, load again, then make zenno crash :/
Here the part of the code which i'm trying to extract the pass :
Код:
<table id="signup-welcome" border="0">
<tbody><tr>
<td align="center" width="50%">
<h3>Identifiant ::</h3>
<p>dfgrfdg</p></td>
<td align="center" width="50%">
<h3>Mot de passe ::</h3>
<p>da4376</p>
</td>
<p>" but it doesnt seems to work /
Thanks