base64 - How to decode this url, its pretty complicated -
i in jam here, trying decode url,
http://www.fastpasstv.ms/redirect/?url=3uxn46chlnzr7z%2fp3mrqycripnti4jxvyp3h3n2r3sqo1n4%3d
this takes the
http://www.vidxden.com/ce8mfl8kd6oy
i have run base64 decoding "3uxn46chlnzr7z%2fp3mrqycripnti4jxvyp3h3n2r3sqo1n4%3d" , comes jibberish. imacros coder , need decode string client, please me out in jam.
regards ram
it doesn't decode url, decodes url when downloaded redirect target:
$ python3 -c "import urllib.parse; print(urllib.parse.unquote('http://www.fastpasstv.ms/redirect/?url=3uxn46chlnzr7z/p3mrqycripnti4jxvyp3h3n2r3sqo1n4='))" http://www.fastpasstv.ms/redirect/?url=3uxn46chlnzr7z/p3mrqycripnti4jxvyp3h3n2r3sqo1n4= $ curl -ss http://www.fastpasstv.ms/redirect/?url=3uxn46chlnzr7z/p3mrqycripnti4jxvyp3h3n2r3sqo1n4= -d /dev/tty http/1.1 302 moved temporarily server: nginx/1.0.11 content-type: text/html location: http://www.vidxden.com/ce8mfl8kd6oy content-length: 0 accept-ranges: bytes date: tue, 05 jun 2012 22:54:31 gmt connection: keep-alive note 302 status , location header
Comments
Post a Comment