Hello!
This might be the most random post ever, but I really need help. I’m new to Fiddler. Just installed and I don’t know a lot of things. I’m experimenting with it, but still nothing..
So I need some help...This is quite embarrassing, but anyway, I need help on this website game called MovieStarPlanet. Yeah, it’s a dumb game, for kids and teens and all that, but I’m only playing it to collect items that are so called “ultra rare”. That’s cringy, and I’m too old for it, but anyway..
If anyone is really good at this program can you please tell me? I will give more details on what I need, but first i’ll give some here too.
Basically, there is a “beauty clinic” ( oh God this sounds so cringy) where you can change your skin, lips, makeup, etc. People have been pretty obsessed with this “rare skin” that isn’t in the store. Everyone wants it because it looks “aesthetically pleasing”. I want it for some various reasons, but I don’t know how. There used to be another glitch using another program (won’t mention no names), but that sadly got patched. I knew how to do that glitch though.
And now here we are, 2018! The possible way now is with Fiddler. I experimented a bit and found something, but I’m sure missing something and that’s why it won’t work.
Please tell me if you know this program well, i’ll try to explain it very well! Thanks!
Hi
I have a very strange problem. It is not fiddler related, but fiddler actually fixes it! But I hope someone here can shed some light on what is going on.
I am trying to have a client (Internet Explorer) connect to a webserver (IIS) with Kerberos authentication. I access the website with the DNS name for the server (myapp.domain.net) as URL. When fiddler is NOT running on the client machine this happens:
1)
Client sends GET request to webserver
2)
Webserver responds with 401 and WWW-authenticate set to Negotiate
3)
Client sends AS request to domain controller
4)
Domain controller sends AS response ticket
5)
Client sends TGS request to domain controller. Inside the request is the
FQDN(iisservermachinename.domain.net) of the webserver.
6)
Domain controller sends S_PRINCIPAL_UNKNOWN to client
7)
Client sends GET request to webserver with an NTLM NEGOTIATE MESSAGE inside
8)
Webserver sends 401 with an NTLM CHALLENGE MESSAGE
9)
Client sends GET request to webserver with NTLM AUTHENTICATE MESSAGE inside
10)
Webserver replies with HTML
This gives NTLM authentication and not the Kerberos authentication I want.
The strange thing is step 5). When fiddler IS running, it puts myapp.domain.net in the TGS ticket instead of iisservermachinename.domain.net. And then everything works because then it hits my AD SPN's.
Can anyone tell something about what is going on here?
Hi,
I have HTTPS Decryption enabled and I have gone through all the steps to have my iOS device proxy through my PC INCLUDING trusting the fiddler CA cert from General>About. I know the Decryption I’d working because I can see the contents of other HTTPS requests in my session list. If it helps, I suspect that the traffic I’m attempting to inspect is an HTTP upgrade handshake for a web socket connection.
on other threads it seems like people are describing the same issue I’m having but the solutions are always: “enable HTTPS Decryption” or “regenerate your certificate” or “regenerate your private keys” but I do not think these are the solutions because I have tried all of them except the private key regeneration one and I am able to see the decrypted results of other HTTPS requests.
thank you
Hi guys
I use Fiddler to monitor traffic on our router using my own spare laptop as a server. However I often end up with memory exceptions due to 'updates' on the host server machine. How do I amend the settings so it captures the external data I have it set up for (which works well) but not my 'host' machine (which i don't need) or is this not possible?? . I am not 'that' teccy , so simple terms please of go to......., click........ etc would be helpful and appreciated.
I wonder if there's JMeter extension for import/export sessions to/from Fiddler?
If not, is it in the roadmap/future plan?
Currently only export to HAR file and convert HAR to JMX is available.
when run "mono Fiddler.exe", i am getting below error, any idea?
WARNING: The Carbon driver has not been ported to 64bits, and very few parts of Windows.Forms will work properly, or at all
exception inside UnhandledException handler: The type initializer for 'Fiddler.CONFIG' threw an exception.
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'System.Windows.Forms.WindowsFormsSynchronizationContext' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.Windows.Forms.ThemeEngine' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.Windows.Forms.ThemeWin32Classic' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.Drawing.KnownColors' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.Drawing.GDIPlus' threw an exception. ---> System.DllNotFoundException: libgdiplus.dylib
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
at System.Drawing.GDIPlus..cctor () <0x109dba840 + 0x001d5> in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Drawing.KnownColors..cctor () <0x109dba5a0 + 0x00064> in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Drawing.Color.get_Black () <0x10a8ca4e0 + 0x0001e> in <filename unknown>:0
at System.Windows.Forms.ThemeWin32Classic..cctor () <0x10a8ca3d0 + 0x00015> in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Windows.Forms.ThemeVisualStyles..ctor () <0x10a8ca2f0 + 0x00014> in <filename unknown>:0
at System.Windows.Forms.ThemeEngine..cctor () <0x10a8ca1d0 + 0x0008f> in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Windows.Forms.SystemInformation.get_MenuAccessKeysUnderlined () <0x10a8c9da0 + 0x00010> in <filename unknown>:0
at System.Windows.Forms.Control..ctor () <0x10a8c86e0 + 0x00288> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:.ctor ()
at System.Windows.Forms.WindowsFormsSynchronizationContext..cctor () <0x10a8c9c90 + 0x00031> in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Windows.Forms.Control..ctor () <0x10a8c86e0 + 0x0005e> in <filename unknown>:0
at System.Windows.Forms.ScrollableControl..ctor () <0x10a8c8080 + 0x00017> in <filename unknown>:0
at System.Windows.Forms.ContainerControl..ctor () <0x10a8c7ea0 + 0x0002d> in <filename unknown>:0
at System.Windows.Forms.Form..ctor () <0x10a8c7510 + 0x000f9> in <filename unknown>:0
at ...ctor () <0x10a8c5080 + 0x0002d> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) .:.ctor ()
at Fiddler.frmViewer. (System.String[] ) <0x109db3870 + 0x00136> in <filename unknown>:0
at Fiddler.frmViewer. (System.String[] ) <0x109db2da0 + 0x0009b> in <filename unknown>:0
Browsing to the api https://api.binance.com/api/v1/time returns the appropiate JSON data while using fiddlers composer with standard settings (also tried no proxy) returns 502.
HTTP/1.1 502 Fiddler - Connection Failed
Is there a obvious problem with https that I am missing? Thanks in advance
https://i.imgur.com/FUkEeRs.png
Hi,
I am trying to get the HTTP/WS Calls from the browser driver using the proxy. I have configured chrome driver to use the proxy as shown below.
DesiredCapabilities capabilities = DesiredCapabilities.chrome();
// Create a new proxy object and set the proxy
Proxy proxy = new Proxy();
proxy.setHttpProxy("localhost:8888");
proxy.setSslProxy("localhost:8888");
//Add the proxy to our capabilities
capabilities.setCapability("proxy", proxy);
//Start a new ChromeDriver using the capabilities object we created and added the proxy to
driver = new ChromeDriver(capabilities);
If Fiddler is opened in my machine, it captures all the calls from the driver and i can export the calls manually.
Is there any API for Java to interact with Fiddler so that I can start Fiddler before my execution starts and Export the Calls as HAR whenever I need and Close Fiddler once my execution gets complete.
I found a jar Fiddler 2.3.3 in Maven repo but I don't know the usage of this jar.
https://mvnrepository.com/artifact/org.apache.river/fiddler/2.2.3
can anyone help me on this?
Share me the java code samples to interact with Fiddler.