Bad URL decoding?
Hello, i just made my little engine for url shortener.
modify url=%targethost%/XXXXXX=%url%
Everything works fine, but in verified urls thats the url
http://www.x.gov/XXXXXX=http://www.google.com
And this should look like:
http://www.x.gov/XXXXXX=http://www.google.com
(manualy is working fine - something in script / Gsa i guess?)
Any ideas sven?
modify url=%targethost%/XXXXXX=%url%
Everything works fine, but in verified urls thats the url
http://www.x.gov/XXXXXX=http://www.google.com
And this should look like:
http://www.x.gov/XXXXXX=http://www.google.com
(manualy is working fine - something in script / Gsa i guess?)
Any ideas sven?
Comments
After what line? Beacuse its not working for me
So STEP1 and encode post data there should work?