Page 2 of 2
Re: Any tool to capture URL content sent ?
Posted: Sat Feb 03, 2018 12:49 pm
by AxWald
Hi,
for simple reading network traffic on your (Win) machine you can use
SmartSniff. Has quite a lot of options, but runs very nicely "out-of-the-box", too :)
Have fun!
SOLVED - Re: Any tool to capture URL content sent ?
Posted: Sat Feb 03, 2018 1:53 pm
by teriibi
Thanks very much AxWald

- SmartSniff SOLVED IT.
...deadly simple as you said and I can see excatly what the stack is sending out now.
took only 3 min to figure it how from the moment it was installed

thats also very cool...
Great Help, I ll keep this very handy tool at hand now.

Re: SOLVED - Any tool to capture URL content sent ?
Posted: Sun Feb 04, 2018 4:42 am
by bangkok
Another excellent tool, and very easy to use :
Fiddler.
https://www.telerik.com/fiddler
-it catches all traffic (acts like a proxy), in and out
-decodes and presents the data streams in various format : so you really know who is sending/receiving what and when
-works with all browsers of course
-And you can use it, with LiveCode as well, with the command :
Code: Select all
set the HTTPProxy to "127.0.0.1:8888"
A must have !
Re: SOLVED - Any tool to capture URL content sent ?
Posted: Sun Feb 04, 2018 12:55 pm
by teriibi
Waah, excelent, Tkx Bangkok
...very similar but seems even better to me though Im not expert anyway.
I know its nothing new to you guys but I only realize now tks to those tools.. how vulnerable is all this data transfer ops... even more on Wifi network.
*Being "LC ready" gives it what sorts of benefit ?
Unless I would build a stack related to network task, right ?