06 2020 档案

该文被密码保护。
posted @ 2020-06-19 10:02 mrhonest 阅读(1) 评论(0) 推荐(0) 编辑
摘要:linux split 命令 功能说明:切割文件。 语 法:split [–help][–version][-<行数>][-b <字节>][-C <字节>][-l <行数>][要切割的文件][输出文件名] 补充说明:split可将文件切成较小的文件,预设每1000行会切成一个小文件。 参 数: -< 阅读全文
posted @ 2020-06-14 08:29 mrhonest 阅读(2275) 评论(0) 推荐(0) 编辑
摘要:安装rvm curl -L get.rvm.io | bash 安装ruby2.5 rvm install 2.5 --default 配置环境变量 vim ~/.bashrc source ~/.bashrc 安装beef git clone git://github.com/beefprojec 阅读全文
posted @ 2020-06-13 10:35 mrhonest 阅读(2020) 评论(0) 推荐(0) 编辑
摘要:一:设置环境变量的三种方法 1.1 临时设置 export PATH=/home/yan/share/usr/local/arm/3.4.1/bin:$PATH 1.2 当前用户的全局设置 打开~/.bashrc,添加行: export PATH=/home/yan/share/usr/local/ 阅读全文
posted @ 2020-06-12 16:33 mrhonest 阅读(720) 评论(0) 推荐(0) 编辑
摘要:Powershell -ExecutionPolicy Bypass -File .\Test.ps1 阅读全文
posted @ 2020-06-09 13:47 mrhonest 阅读(887) 评论(1) 推荐(0) 编辑
摘要:适用于ms17-010 cve2019-0708等 set forceexploit true 阅读全文
posted @ 2020-06-09 10:32 mrhonest 阅读(404) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-06-09 09:52 mrhonest 阅读(1) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示