Results 1 to 21 of 21
Hybrid View
-
13th March 2007 16:09 #1Registered User
Join Date: Jul:2005
Location: Sofia
Posts: 22
script kill ?
notepad.exe . , notepad.exe task manager- notepad- .
-
13th March 2007 16:12 #2Registered User
Join Date: Feb:2005
Location:
Posts: 616
?
-
13th March 2007 16:17 #3
http://www.google.bg/search?hl=bg&q=...81%D0%B8&meta=
"taskkill /im "process_name""... , ...
-
13th March 2007 16:24 #4Registered User
Join Date: Jul:2005
Location: Sofia
Posts: 22
-
13th March 2007 16:50 #5
-
13th March 2007 16:21 #6
- . , , .
- , .EVGA X299 FTW K|i9-7960X@4.7|4x8 Patriot Viper Steel 4000|GTX 1660 Ti|970 EVO 1 TB|Seasonic Focus GX-1000|Xigmatek Elysium|
Rampage IV Extreme BE|E5-1680v2@4.7|4x4 HyperX 1866|Cougar Aqua 240|GTX 1050 Ti|970 EVO 1/4 TB|CM 850 SilentPro|HAF-X|
-
13th March 2007 18:12 #7Registered User
Join Date: Oct:2003
Location:
Posts: 4,317
? malware. , .
-
13th March 2007 19:00 #8
. . , .
EVGA X299 FTW K|i9-7960X@4.7|4x8 Patriot Viper Steel 4000|GTX 1660 Ti|970 EVO 1 TB|Seasonic Focus GX-1000|Xigmatek Elysium|
Rampage IV Extreme BE|E5-1680v2@4.7|4x4 HyperX 1866|Cougar Aqua 240|GTX 1050 Ti|970 EVO 1/4 TB|CM 850 SilentPro|HAF-X|
-
13th March 2007 19:27 #9
-
14th March 2007 00:54 #10Registered User
Join Date: Jul:2005
Location: Sofia
Posts: 22
-
14th March 2007 11:16 #11
, domain policy:
user conf->windows settings->software restr. policies....
, , . path rule software restriction policies. disallowed default , . , . Certificate rule , . , . .vbs , ....
Skype - - "", . / ( ). Windows Firewall. .......
Edit: adm. template run only allowed win. app. .....
-
14th March 2007 15:28 #12Registered User
Join Date: Jul:2005
Location: Sofia
Posts: 22
, - .. .
, ...
, .
-
15th March 2007 16:19 #13
-
14th March 2007 01:01 #14
-
14th March 2007 01:06 #15
-
14th March 2007 02:04 #16Registered User
Join Date: Sep:2005
Location:
Posts: 6,924
php+.bat file
tasklist >D:\l1
netstat -n -p tcp -o >D:\l2
C:\PHP\php D:\l.php
ping 127.0.0.1 -n 30 >D:\l3
ipseccmd.exe l5.txt
l1.bat
<?php
$_wa = file_get_contents('l1');
echo ($_rw[] = ' ').'<br>'; echo ($_wr[] = ' ').'<br>';
do { $_wa = str_replace( $_rw, $_wr, $_wa, $_cn);} while ($_cn > 0);
$_1p = strpos($_wa, 'UTORRENT', 0);
$_2p = strpos($_wa, ' ', $_1p+1);
$_3p = strpos($_wa, ' ', $_2p+1);
$_w1 = substr($_wa, $_2p, ($_3p-$_2p));
file_put_contents('l1.bat','taskkill /PID '.$_w1 );
?>
-
14th March 2007 08:23 #17Registered User
Join Date: Jul:2005
Location: Sofia
Posts: 22
php
vbs , task scheduler.
' ProcessKillLocal.vbs
' Sample VBScript to kill a program
' Author Guy Thomas http://computerperformance.co.uk/
' Version 2.7 - December 2005
' ------------------------ -------------------------------'
Option Explicit
Dim objWMIService, objProcess, colProcess
Dim strComputer, strProcessKill
strComputer = "."
strProcessKill = "'notepad.exe'"
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\ " _
& strComputer & "\root\cimv2")
Set colProcess = objWMIService.ExecQuery _
("Select * from Win32_Process Where Name = " & strProcessKill )
For Each objProcess in colProcess
objProcess.Terminate()
Next
WScript.Quit
' End of WMI Example of a Kill Process
.




Reply With Quote
. .

R9 280,
7th May 2023, 21:28 in