![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 329
Rep Power: 3
![]() |
tinyurl with query string?
I am giving a demonstration on a Cross Site Scripting (Only to lecture). I am thinking of show a live exploit. I managed to find the vulnerability but my attack string is too long, the problem is with my domain it's too long. I tried tinyurl but they don't support the query string. Is there a service like tinyurl which allows you to use the query string.
This is nothing malicious and it's the requirement of the work to have a demonstration in the presentation.
__________________
Quote:
|
|
|
|
|
|
|
#2 |
|
Programmer
Join Date: Jun 2007
Posts: 93
Rep Power: 2
![]() |
Re: tinyurl with query string?
tiny url works like, it loads up the url using a rest technique http://tinyurl.com/2tx that 2tx is a uid in the tiny url database which pulls up whatever domain you fed to it (in the examples case, google.com) passing a perimeter to tinyurl itself will cause tinyurls server to discard what you send it see my example:
appending search?hl=en&q=cross+site+scripting&btnG=Search&meta= to my tiny url: http://tinyurl.com/2tx/search?hl=en&...G=Search&meta= but appending this same string to google's domain when i first entered 'google.com' would have avoided this tinyurls server is not expecting this information and has no instructions to act on. your domain is safe from your said cross site scripting attack, if i'm not mistaken. Last edited by MiKuS; May 3rd, 2008 at 6:16 AM. Reason: fixed url |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| An Attempt at a DBMS | grimpirate | PHP | 8 | Apr 17th, 2007 1:01 PM |
| Throwing an exception when using string constructor | csrocker101 | C# | 3 | Apr 8th, 2007 2:04 PM |
| Help with breaking apart a string | csrocker101 | C# | 6 | Apr 6th, 2007 7:50 AM |
| Function Parameters | grimpirate | PHP | 10 | Mar 14th, 2007 6:55 PM |
| Query String not being read | aznluvsmc | Perl | 1 | Oct 28th, 2005 5:36 PM |