Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Please suggest an Alternative of Fiddler Core 3rd party library

I am developing an application in which I am monitoring the Internet traffic (using Fiddler Core) and if the the application finds the the URL not trust worthy then it do not let the user visit it.

Now as per Fiddler License and agreement I will not be able to use the fiddler core library.

Please suggest some other library or some code that can help me to monitor the internet traffic and blocking it if the URL is malicious.

like image 209
Vikas Bansal Avatar asked Jun 23 '15 06:06

Vikas Bansal


People also ask

What is Fiddler core?

FiddlerCore is a . NET class library you can integrate into your . NET applications. FiddlerCore allows you to capture and modify HTTP and HTTPS traffic just like Fiddler, without any of the Fiddler UI.

Is Fiddler classic open source?

Another benefit of using Wireshark over Fiddler is that Wireshark is open source. While Fiddler is freeware, meaning you can use it for free, Wireshark allows you to browse and modify the source code to better fit your needs, giving you more flexibility.


1 Answers

Finally, I found the solution. There is an open source project on Github named Titanium that helped me to achieve what I was trying to achieve from Fiddler core :P Github project Titanium

like image 175
Vikas Bansal Avatar answered Sep 23 '22 14:09

Vikas Bansal