This is a migrated thread and some comments may be shown as answers.

How to disable it in my tools

0 Answers 34 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Ruzty
Top achievements
Rank 1
Ruzty asked on 16 Mar 2016, 11:35 PM

People seem to be bypassing my authentication system using this and i am wondering if there's a way to detect it being used...I've tried

 

if (Process.GetProcessesByName("fiddler").Length != 0)
        {
            MessageBox.Show("Internal Error");
   Close();
        }

 

No answers yet. Maybe you can help?

Tags
Fiddler Classic
Asked by
Ruzty
Top achievements
Rank 1
Share this question
or