12
返回列表 发新帖
楼主: 斩风123
收起左侧

[病毒样本] 旧1X

[复制链接]
UNknownOoo
发表于 2022-10-20 16:14:41 | 显示全部楼层
无害样本
GreatMOLA
发表于 2022-10-20 16:29:50 | 显示全部楼层

  1. ' 设置对脚本宿主对象引用赋给变量

  2. Set Wshshell = Wscript.CreateObject("Wscript.Shell")

  3.   

  4. ' 运行命令参数 (这里打开系统自带的记事本程序)

  5. Wshshell.run "notepad"

  6.   

  7. ' 暂停 200 毫秒 (防止达不到预知的效果)

  8. Wscript.Sleep 200

  9.   

  10. ' 激活具有指定标题的窗口(确保要激活指定标题的窗体已经运行)

  11. Wshshell.AppActivate "无标题-记事本"

  12.   

  13. ' 暂停 200 毫秒 (防止达不到预知的效果)

  14. Wscript.Sleep 200

  15. ' SendKeys 键击 参数说明

  16. ' 如 Enter 回车建 表示 {Enter} 、 字母 A 表示 {A} 、 数字 2 表示 {2} 等

  17. ' 示例 Wshshell.SendKeys "{Enter}" Wshshell.SendKeys "{A}"    Wshshell.SendKeys "{2}"

  18. ' 组合键 Shift 用 + 代替 、 Ctrl 用 ^ 代替 、Alt 用 % 代替

  19. ' 示例 Wshshell.SendKeys "+%{DELETE}"  Wshshell.SendKeys "^{C}"   Wshshell.SendKeys "^{V}"

  20.   

  21. ' 模拟按键 (键入变量 Msg 的内容)

  22. Wshshell.SendKeys "h"
  23. Wscript.Sleep 150
  24. Wshshell.SendKeys "e"
  25. Wscript.Sleep 150
  26. Wshshell.SendKeys "l"
  27. Wscript.Sleep 150
  28. Wshshell.SendKeys "l"
  29. Wscript.Sleep 150
  30. Wshshell.SendKeys "o!"
  31. Wscript.Sleep 150

  32. Wshshell.SendKeys "{enter}"

  33. Wscript.Sleep 1000

  34. Wshshell.SendKeys "ca"
  35. Wscript.Sleep 150
  36. Wshshell.SendKeys "n "
  37. Wscript.Sleep 150
  38. Wshshell.SendKeys "I "
  39. Wscript.Sleep 150
  40. Wshshell.SendKeys "ki"
  41. Wscript.Sleep 150
  42. Wshshell.SendKeys "ss"
  43. Wscript.Sleep 150
  44. Wshshell.SendKeys " y"
  45. Wscript.Sleep 150
  46. Wshshell.SendKeys "ou?"
  47. Wscript.Sleep 150
  48. Wshshell.SendKeys "{enter}"

  49. Wscript.Sleep 5000
  50.   

  51. ' 暂停 200 毫秒 (防止达不到预知的效果)

  52. Wscript.Sleep 200

  53.   

  54. ' 模拟快捷键 Ctrl + S (保存内容)

  55. Wshshell.SendKeys "^{a}"

  56. Wshshell.SendKeys "{delete}"

  57. Wshshell.SendKeys "kiss"

  58. Wshshell.SendKeys "^{a}"

  59. Wshshell.SendKeys "^{c}"

  60. Wshshell.SendKeys "%{f4}"

  61. Wshshell.SendKeys "n"

  62. do

  63. Wscript.Sleep 1000

  64. Wshshell.SendKeys "^{v}"  
  65.   
  66. loop

  67. ' 捕获 Wscript.Quit 的退出码

  68. WScript.Quit
复制代码
biue
发表于 2022-10-20 20:37:44 | 显示全部楼层

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?快速注册

x
心心相印
发表于 2022-10-20 21:38:08 | 显示全部楼层
md kill
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2024-11-3 00:24 , Processed in 0.096235 second(s), 14 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表