中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-08-06 07:10
48,039 topics / 350,124 posts / today 2 new / 48,251 members
DOS批处理 & 脚本技术(批处理室) » Bypass Kaspersky Active Defense Batch Script [New Method Encounters Questions]
Printable Version  2,164 / 16
Floor1 heicai Posted 2007-06-29 12:32
中级用户 Posts 156 Credits 385
There is an online batch script that bypasses the Kaspersky active defense, but every time the date is restored, Kaspersky can't quickly respond back and will be unresponsive for about one minute.

I thought of using the method of ending the process and then restoring to make it respond quickly.

But I encountered a strange problem when writing the batch script.

First, post the code



The problem is that after starting Kaspersky, the code after the exit label cannot be executed.

I'm really郁闷
Please help from the experts!!!!!

[ Last edited by heicai on 2007-6-29 at 12:59 PM ]
Floor2 dikex Posted 2007-06-29 13:01
高级用户 Posts 366 Credits 788
Kaba has driver protection, and the taskkill command cannot access or end its process, unless it is a green version or something like that
Floor3 heicai Posted 2007-06-29 13:02
中级用户 Posts 156 Credits 385
Originally posted by dikex at 2007-6-29 01:01 PM:
Kaspersky has driver protection, and the taskkill command cannot access or terminate its process, unless it is a portable version or something like that



Change the time to 1981 and then change it back.
At this time, Kaspersky is completely paralyzed. The taskkill command can kill the process!
Floor4 HAT Posted 2007-06-29 13:36
版主 Posts 5,017 Credits 9,023
Floor5 heicai Posted 2007-06-29 13:39
中级用户 Posts 156 Credits 385
Originally posted by HAT at 2007-6-29 01:36 PM:
Change call to start



Nonsense, this won't even start Kaspersky.
Floor6 dikex Posted 2007-06-29 13:47
高级用户 Posts 366 Credits 788
Pay attention to the wording.

After a call is made, it needs to wait for the called command to finish before executing the next command;

Changing it to start can work, but if there is a space in the path, directly changing it will cause problems;

start "" "path" parameter
Floor7 heicai Posted 2007-06-29 13:53
中级用户 Posts 156 Credits 385
The path in the environment variable of %avpp% is like this "C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 6.0\avp.exe"

Please tell me how to write start %avpp% specifically above
Floor8 HAT Posted 2007-06-29 14:41
版主 Posts 5,017 Credits 9,023
//Nonsense, this won't even start Kaspersky.

Be low-key Be low-key ^_^
The start command is okay
Floor9 HAT Posted 2007-06-29 14:47
版主 Posts 5,017 Credits 9,023
try this one :)

aa.bat


My directory has so many spaces, and it can still be executed by start heh heh
Press any key to continue . . .
Floor10 gorke Posted 2007-06-30 21:37
初级用户 Posts 21 Credits 51
@echo off
tasklist|findstr /i "avp.exe" && (

set date=%date%
date 1981-01-01
ping -n 12 localhost > nul
haha.exe
date %date%
taskkill /f /t /im avp.exe
for /f "skip=4 tokens=3-7" %%i in ('reg QUERY HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\AVP /v ImagePath
') do (
set avpp=%%i %%j %%k %%l %%m
goto restart
)
:restart
start "" %avpp%
goto exit
)

:exit
echo Done
pause



Changed to this~!
Floor11 wewe12 Posted 2007-06-30 22:40
新手上路 Posts 6 Credits 16
Still not working. It says that framedyn.dll was not found, so this program failed to start
Floor12 koala Posted 2007-08-23 15:50
初级用户 Posts 105 Credits 199 From 江苏
You just know that Kaba hasn't considered the problem of you changing the time. Save some time, hug the cat, and browse the forum to study.
Floor13 icyheart Posted 2007-08-23 19:07
中级用户 Posts 81 Credits 216
Last time I saw a virus online that changed the time to 2047 at once, and then the Kaspersky expired and couldn't be used. At this time, its self-protection function failed. At this time, you can K it off.
Floor14 scriptor Posted 2007-08-24 03:20
银牌会员 Posts 555 Credits 1,187
Originally posted by heicai at 2007-6-29 13:53:
The path in the environment variable of %avpp% is like this: "C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 6.0\avp.exe"

Please tell the person above sta ...


Do a full disk search


Then call avp-%%a
This is simple
I won't write it out

[ Last edited by scriptor on 2007-8-24 at 03:23 AM ]
Floor15 nforce1 Posted 2007-08-24 14:21
初级用户 Posts 16 Credits 128
Swe sweat.. studying this. Not going to make a virus, right??
But, also learned. Hehe
Changing the system time can really kill Kaspersky?
Gotta test it
1 2  Next
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023