Tuesday 13 August 2013

How to Disable USB Ports?

VIRUS PROGRAM TO DISABLE USB PORTS

In this post I will show how to create a simple virus that disables/blocks the USB ports on the computer (PC). Anyone with a basic knowledge of C language should be able to understand the working of this virus program.

Once this virus is executed it will immediately disable all the USB ports on the computer. As a result the you’ll will not be able to use your pen drive or any other USB peripheral on the computer. The source code for this virus is available for download. You can test this virus on your own computer without any worries since I have also given a program to re-enable all the USB ports.


1. CLICK ME TO DOWNLOAD the USB_Block.rar file on to your computer.

2. It contains the following 4 files.
block_usb.c (source code)
unblock_usb.c (source code)

3. You need to compile them before you can run it. 

4. Upon compilation of block_usb.c you get block_usb.exe which is a simple virus that will block (disable) all the USB ports on the computer upon execution (double click).

5. To test this virus, just run the block_usb.exe file and insert a USB pen drive (thumb drive). Now you can see that your pen drive will never get detected. 

6.To re-enable the USB ports just run the unblock_usb.exe  (you need to compile unblock_usb.c) file. Now insert the pen drive and it should get detected.

7. You can also change the icon of this file to make it look like a legitimate program.



Disclaimer: All content provided on this "[hemantcnb.blogspot.com]" blog is for informational purposes only.
We are not be liable for any errors or omissions in this information nor for the availability of this information or for any losses, injuries, or damages from the display or use of this information.
[http://hemantcnb.blogspot.com] does not represent or endorse the accuracy or reliability of any information's, content or advertisements contained on, distributed through, or linked, downloaded or accessed from any of the services contained on this website, nor the quality of any products, information's or any other material displayed, purchased, or obtained by you as a result of an advertisement or any other information's or offer in or in connection with the services herein.


No comments:

Post a Comment