Skip to content

how to extract it ?

edited June 2014 in Need Help
<input type="x" name="A" value="example" />
<input type="x" name="B" value="show" />
<input type="x" name="457ye8rgyfdg78dfg8fdy7g" value="1" />

I want to extract it : 457ye8rgyfdg78dfg8fdy7g
I'm trying to get this by:
-----------------------------
[qwerty]
type=extract
front=<input type="x" name="
back=" value="1" />
--------------------------------
but gsa take this:
A" value="example" />
<input type="x" name="B" value="show" />
<input type="x" name="457ye8rgyfdg78dfg8fdy7g

not only 457ye8rgyfdg78dfg8fdy7g

Thanks for all advices.



Comments

Sign In or Register to comment.