Skip to main content

What is mDNSResponder.exe / Bonjour

 

What is mDNSResponder.exe / Bonjour and How Can

 

I Uninstall or Remove It? 

 

 

You are no doubt reading this article because you’ve noticed the mDNSResponder.exe process 
running in Task Manager, you don’t remember installing it, and it doesn’t show up in the 
Add/Remove
programs in Control Panel. So what is it, and how do we get rid of it?

image 

What is mDNSResponder.exe or Bonjour?

The mDNSResponder.exe process belongs to the Bonjour for Windows service, which
is Apple’s “Zero Configuration Networking” application, typically installed 
automatically
by iTunes. If you’ve ever wondered how one iTunes install can talk to another on the 
same local network, Bonjour is what actually does this behind the 
scenes.
Don’t use iTunes? You aren’t alone, and that’s not the only way that Bonjour gets installed
on your computer. It’s also bundled in a whole bunch of other software, like Pidgin, Skype,
and Safari, and used to connect clients together on the same 
network.
It’s implemented as a Windows Service, which you can see if you head into the services panel
(or just type services.msc into the start menu search box). 
You can stop it from here anytime.

image 

The whole problem we have is that it generally doesn’t show up in 
Add / Remove Programs, 
so you can’t get rid of it through any normal methods. Thankfully
you can still 
remove mDNSResponder.exe if you really want to, and it will simply limit some 
of the 
functionality in the apps that might rely on it.

Important: Don’t remove Bonjour if you use iTunes to share libraries, or any other feature
from an application that relies on it.

How Do I Remove It?

First, it should be noted that you can disable Bonjour without necessarily removing it—just head
into the Services panel, double-click on the service, and change the Startup type 
to Disabled.

image 
This is probably your best bet if you don’t really want to break anything—if you have problems you 
can always re-enable it.

Alright, How Do I Really Remove It?

Let’s get down to business. If you’re absolutely sure you want to remove it, it’s really pretty simple.
Open up a command prompt in administrator mode (right-click and choose Run as Administrator),
and then change into the installation directory, usually the following:
\Program Files\Bonjour
If you are using Vista or Windows 7 x64 edition, you’ll need to head into the Program Files (x86) folder instead. Now that you are there, type in the following command to see the options:
mDNSResponder.exe /?

image 
Ah, so now we know what to do to remove it! Simply type in the following:
mDNSResponder.exe –remove
You’ll get a message saying that the service has been removed. (Note again that you need an Administrator mode command prompt)

image 
You’ll want to also disable the DLL file in the directory by renaming it to something else:
ren mdnsNSP.dll mdnsNSP.blah
You should be able to actually remove that entire directory if you really want to.

Wait, How Do I Enable It Again?

Oh, so your favorite application broke? No matter, you can easily re-install the Bonjour service
with the following command:
mDNSResponder.exe -install

But I Deleted It!

See, you really shouldn’t delete things until you are sure they aren’t useful anymore. That’s why renaming is a good thing. Thankfully you can simply head over to Apple’s page and 
install Bonjour again.

Comments

Popular posts from this blog

Hacking via Cloning Site Using Kali Linux

Hacking via Cloning Site Using Kali Linux Hacking via Cloning Site Using Kali Linux  SET Attack Method : SET stands for Social Engineering Toolkist , primarily written by  David Kennedy . The Social-Engineer Toolkit (SET) is specifically designed to perform advanced attacks against the human element. SET was designed to be released with the  http://www.social-engineer.org  launch and has quickly became a standard tool in a penetration testers arsenal. The attacks built into the toolkit are designed to be targeted and focused attacks against a person or organization used during a penetration test. Actually this hacking method will works perfectly with DNS spoofing or Man in the Middle Attack method. Here in this tutorial I’m only writing how-to and step-by-step to perform the basic attack , but for the rest you can modified it with your own imagination. In this tutorial we will see how this attack methods can owned your com...

Defacing Sites via HTML Injections (XSS)

Defacing Sites via HTML Injections Defacing Sites via HTML Injections What Is HTML Injection: "HTML Injection" is called as the Virtual Defacement Technique and also known as the "XSS" Cross Site Scripting. It is a very common vulnerability found when searched for most of the domains. This kind of a Vulnerability allows an "Attacker" to Inject some code into the applications affected in order to bypass access to the "Website" or to Infect any particular Page in that "Website". HTML injections = Cross Site Scripting, It is a Security Vulnerability in most of the sites, that allows an Attacker to Inject HTML Code into the Web Pages that are viewed by other users. XSS Attacks are essentially code injection attacks into the various interpreters in the browser. These attacks can be carried out using HTML, JavaScript, VBScript, ActiveX, Flash and other clinet side Languages. Well crafted Malicious Code can even hep the ...

Hacking DNN Based Web Sites

Hacking DNN Based Web Sites Hacking DNN Based Web Sites Hacking DNN (Dot Net Nuke) CMS based websites is based on the Security Loop Hole in the CMS. For using that exploit we will see the few mentioned points which illustrates us on how to hack any live site based on Dot Net Nuke CMS. Vulnerability : This is the know Vulnerability in Dot Net Nuke (DNN) CMS. This allows aone user to Upload a File/Shell Remotely to hack that Site which is running on Dot Net Nuke CMS. The Link's for more Information regarding this Vulnerability is mentioned below -                                  http://www.exploit-db.com/exploits/12700/ Getting Started : Here we will use the Google Dork to trace the sites that are using DNN (Dot Net Nuke) CMS and are vulnerable to Remote File Upload. How To Do It : Here, I an mentioning the few points on how to Search for the existing Vulnerability in DNN. Let'...

Excellent tricks and techniques of Google Hacks

Frontpage.. very nice clean search results listing !! I magine with me that you can steal or know the password of any web site designed by "Frontpage". But the file containing the password might be encrypted; to decrypt the file download the program " john the ripper". To see results; just write in the ( http://www.google.com/ ) search engine the code: "# -FrontPage-" inurl:service.pwd ============================================== This searches the password for "Website Access Analyzer", a Japanese software that creates webstatistics. To see results; just write in the ( http://www.google.com/ ) search engine the code: "AutoCreate=TRUE password=*" ============================================== This is a query to get inline passwords from search engines (not just Google), you must type in the query followed with the the domain name without the .com or .net. To see results; just write in the ( http://www.google.co...

Hacking via BackTrack using SET Attack Method

Hacking via BackTrack using SET Attack Method Hacking via BackTrack using SET Attack  1. Click on Applications, BackTrack, Exploit Tools, Social Engineering Tools, Social Engineering Toolkit then select set.