Unplanned
Last Updated: 22 Sep 2021 07:55 by ADMIN
Created by: Ryan
Comments: 10
Type: Bug Report
25

I fire up Fiddler Everywhere on my Mac. Generally, it appears to do nothing.

In further detail, "Stream" and "Decode" can be toggled, but otherwise do nothing. The connections icon has a hover-over describing my host and states I have a network connection. The help icon goes to the very limited documentation via browser. The settings icon pops open the settings dialog, which does appear to save changes, but not impact the "nothing" being done by the application. The capture button and inspectors button appear to do nothing. The main viewing area states "No records available." The area to the right of the main area states "Please, select a single Web Session to inspect." And that is it.

Either I'm doing (or not doing) something dumb, or it just isn't working for me. Any help would be appreciated :)

Mac specs: High Sierra 10.13.6, 2.6GHz i7, 16 GB memory

Unplanned
Last Updated: 06 Feb 2020 21:19 by Robert Colbert

Describe the bug
When the location of the Windows Desktop is changed (e.g. like described here), the functionality for exporting the root certificate is not working.

To Reproduce
Steps to reproduce the behavior:

  1. Change the location of the Desktop on Windows OS
  2. Run Fidder Everywhere, ensure that Setting -> HTTPS -> Decrypt HTTPS traffic is checked
  3. Press Settings -> HTTPS -> Decrypt HTTPS traffic -> Export root certificate to Desktop
  4. Error message is shown in a tooltip:

Could not find a part of the path 'C:\Users<username>\Desktop\FiddlerRootCertificate.crt'.

Expected behavior
The certificate is exported.

Desktop (please complete the following information):

  • OS: Windows 10
Unplanned
Last Updated: 22 Sep 2021 08:17 by ADMIN
I installed Fiddler Everywhere on Fedora 31. Clicking "View full response" for any response opens a pop-up window which is reasonably sized, but the content of which is a scrollable area about one line high at the top of the window and there is no obvious way to expand it to see more than one line of the response. Screenshot attached.
Unplanned
Last Updated: 19 Apr 2023 10:59 by ADMIN
Created by: I3eyonder
Comments: 3
Type: Bug Report
0

I have 3 rules. Please check the images for detail how the rules define and their order of execution.

If I understand correctly, "Non-Final-After" rule must not be executed in this case due to "Final" rule contain a final action (Manual response).

But you can see, "non-final-after" header is added to response.

I am not sure if it's a bug or intended behavior.

Please take a look. Thanks.

Unplanned
Last Updated: 12 Apr 2023 06:49 by ADMIN
Created by: malwareinfosec
Comments: 4
Type: Bug Report
0

Hello,

I would like to know how the internal logic for rules with multiple conditions works.

For example, let's say we have 2 conditions and a rule will be matched if all conditions are met:

  1. URL contains 'example.com'
  2. Response Body contains 'string'
  • Are the conditions checked in any particular order (i.e. URL is checked first)?
  • What happens if the first condition fails, does it stop and not check for the second condition?

Thanks