![]() |
|
|
|
#1
|
||||
|
||||
|
How do I know what information return this address?
ex: http://chat.loquax.com.br/users/?SID= ![]() ![]()
|
|
#2
|
|||
|
|||
|
Hack the website! No one knows what's behind the scenes without source code or an app that uses this web page!
__________________
UnREal RCE - Persian Crackers Last edited by SinaDiR; 05-16-2017 at 22:24. |
|
#3
|
|||
|
|||
|
If you're trying to find out the data returned after visiting that site you can do some wireshark packet analysis. Filter using the site's address and read the payload received.
|
|
#4
|
|||
|
|||
|
Now the browser generally can capture web data, such as IE, press F12 to open the developer tools to do.
|
|
#5
|
|||
|
|||
|
Another option would be to use Fiddler:
http://www.telerik.com/fiddler |
|
#6
|
|||
|
|||
|
@byvs:
Hi, You can't. Without paramter (http://chat.loquax.com.br/users/?SID=), web server reply "Content length: 0". So you need to try some examples : http://chat.loquax.com.br/users/?SID=1 Regards. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can we hook some func in another process then change return address? | Teerayoot | General Discussion | 5 | 09-21-2004 11:12 |
| Problem with Return Address | ArC | General Discussion | 2 | 08-03-2003 16:13 |
| Softice - how do I return to calling code? | sync | General Discussion | 16 | 08-22-2002 20:02 |