上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: ###1、更新yum源 # rpm -Uvh https://repo.zabbix.com/zabbix/7.4/release/rocky/9/noarch/zabbix-release-latest-7.4.el9.noarch.rpm # dnf clean all ###2、安装 # dn 阅读全文
posted @ 2026-01-15 17:39 hopeccie 阅读(114) 评论(0) 推荐(0)
摘要: 一、常用命令 ##MSF-CONSOLE search use 模块 show options set rhosts 目标IP set threads run | exploit back退出 show exploits show auxiliary show options show advanc 阅读全文
posted @ 2026-01-15 15:28 hopeccie 阅读(16) 评论(0) 推荐(0)
摘要: 查看当前 swap命令:swapon -s 查看swap大小:free -h 创建swap文件:dd if=/dev/zero of=swapfile bs=100M count=50 //100M ×50 = 5G 大小的空间,挂在swapfile上 构建swap格式: mkswap /usr/s 阅读全文
posted @ 2026-01-15 15:16 hopeccie 阅读(22) 评论(0) 推荐(0)
摘要: 步骤1: 电脑启用共享文件夹 选择要共享的文件夹--右键文件夹共享 步骤2:登录打印机http://10.10.7.244/,账号admin,pw-null-forme 步骤3:添加共享文件夹 阅读全文
posted @ 2026-01-13 15:49 hopeccie 阅读(13) 评论(0) 推荐(0)
摘要: 一、总体格式 + + \ | MS-DOS MZ header | | -> 30字节 + + | | MS-DOS Real-Mode Stub program | | + + | | PE Signature | | -> PE file header + + | | IMAGE_FILE_HE 阅读全文
posted @ 2026-01-06 16:34 hopeccie 阅读(68) 评论(0) 推荐(0)
摘要: 目前测试以下两种方法可以正常安装,需要注意的是对应的操作系统版本 方法一、DISM安装,以中文为例: Step 1:下载FOD ISO,一个语言包和一个FOD包 Step 2:下载完成后,右键安装IOS映射文件,点击“装载”,二个都要,例如:语言包.cab文件在windows10 language 阅读全文
posted @ 2026-01-06 15:12 hopeccie 阅读(2477) 评论(0) 推荐(0)
摘要: 步骤一:右键安装IOS映射文件,点击“装载” 新建一个G盘: 二、在powershell中输入:注意根据实际情况修改盘符。 dism.exe /online /enable-feature /featurename:netfx3 /Source:G:\sources\sxs 三、确认是否安装成功 四 阅读全文
posted @ 2026-01-06 15:09 hopeccie 阅读(73) 评论(0) 推荐(0)
摘要: 一、靶场 https://www.mozhe.cn/ https://ctf.bugku.com/challenges BUGKU https://www.ctfhub.com/#/index https://buuoj.cn/ https://github.com/Audi-1/sqli-labs 阅读全文
posted @ 2026-01-03 13:47 hopeccie 阅读(93) 评论(0) 推荐(0)
摘要: 一、web漏洞第一步,信息收集 谷歌语法 site:网址 inurl: intext: intitle findtype https://www.exploit-db.com/google-hacking-database 二、谷歌浏览器插件 whatapp wappalyer 三、 ##shoda 阅读全文
posted @ 2026-01-01 20:30 hopeccie 阅读(72) 评论(0) 推荐(0)
摘要: 一、测试 sqlmap -u "网址" 二、msf用法 2.1.常用命令 基础命令:msfconsole 启动Metasploit控制台 help 查看帮助 search <关键词> 搜索模块(如search eternalblue) use <模块路径> 使用某个模块(如use exploit/w 阅读全文
posted @ 2026-01-01 14:21 hopeccie 阅读(31) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页