上一页 1 ··· 4 5 6 7 8 9 10 下一页

2019年6月18日

kali linux 虚拟机扩容

摘要: 虚拟机扩容: n (new partition) 输入p (primary partition) 3 (partition number),分区有sda1,sda2,ad5,我这里输入3 设置fires sector和last sector 输入p查看分区情况 最后输入w保存, 然后reboot 格 阅读全文

posted @ 2019-06-18 16:49 Ra7ing安全实验室 阅读(1646) 评论(0) 推荐(0)

kali linux 安装宝塔

摘要: 宝塔面板手册:http://docs.bt.cn/424204 https://www.bt.cn/bbs/thread-19376-1-1.html 一:搭建LAMP环境,kali自带有LAMP环境,只需启动就可以了 service apache2 start service mysql star 阅读全文

posted @ 2019-06-18 11:02 Ra7ing安全实验室 阅读(1566) 评论(0) 推荐(0)

kali linux 安装docker

摘要: 安装: 方法1: apt-get install docker docker-compose 安装完成后启动: service docker start 方法2: https://download.docker.com/linux/debian/dists/ https://download.doc 阅读全文

posted @ 2019-06-18 10:45 Ra7ing安全实验室 阅读(12930) 评论(0) 推荐(0)

2019年6月15日

kali linux 安装后配置

摘要: 查看kali linux版本 lsb_release -a root@dnoir:~# lsb_release -a No LSB modules are available. Distributor ID: Kali Description: Kali GNU/Linux Rolling Rele 阅读全文

posted @ 2019-06-15 13:51 Ra7ing安全实验室 阅读(2557) 评论(0) 推荐(0)

物理机烧录kali linux

摘要: 选择rufus 选择DD模式,挂载时就不会出问题了 阅读全文

posted @ 2019-06-15 12:56 Ra7ing安全实验室 阅读(703) 评论(0) 推荐(0)

2019年6月13日

VBoxManage: error: Nonexistent host networking interface, name '网卡名称' (VERR_INTERNAL_ERROR)

摘要: 已休眠虚拟机复制到其他电脑启动后报错: 可直接“清除保存状态”,然后启动配置网卡就好了 关于VBoxManage命令,详情见官网:https://www.virtualbox.org/manual/ch08.html 阅读全文

posted @ 2019-06-13 14:34 Ra7ing安全实验室 阅读(1769) 评论(0) 推荐(0)

2019年6月8日

Ubuntu 安装后配置

摘要: 1.安装jdk 使用ppa/源(oracl收费) 2.安装chrome浏览器 报错: 2.换deb方式安装 安装依赖 安装 3.安装 adobe flash player 4.安装idea 官网下载包然后放到想要存放文件夹 复制时文件夹用cp -a 压缩包不用 -a 若没读写权限则赋权 启动idea 阅读全文

posted @ 2019-06-08 23:36 Ra7ing安全实验室 阅读(2782) 评论(0) 推荐(0)

2019年4月26日

Burp Suite pro 抓包工具配置

摘要: 下载地址: 链接:https://pan.baidu.com/s/1WyuAlJSWZ3HyyEQlpiH3cA 提取码:6l38 破解相关请查看解压文件链接 打开burp-loader-keygen.jar即可,如果不行可以使用命令行启动:java -Xbootclasspath/p:burp-l 阅读全文

posted @ 2019-04-26 11:53 Ra7ing安全实验室 阅读(305) 评论(0) 推荐(0)

2019年4月2日

基于Java Junit测试框架 + jmeter 做压力测试

摘要: 1.JUnit 用户指南请查阅: https://junit.org/junit5/docs/current/user-guide/ 以一下代码为例:add接口 代码测试正常后,导出包: 下一步: jmeter导包,选择添加junit请求,用例就倒入进来了 阅读全文

posted @ 2019-04-02 16:09 Ra7ing安全实验室 阅读(610) 评论(0) 推荐(0)

2019年4月1日

Windows 本地文件搜索神器

摘要: Wox: Windows 本地文件搜索神器 下载地址: https://github.com/Wox-launcher/Wox 注: Wox只能搜索C盘下的文件,所以需要结合everything 如果没有everything,搜索存在电脑的本地文件而C盘中不存在时则提示: everything下载地 阅读全文

posted @ 2019-04-01 09:55 Ra7ing安全实验室 阅读(286) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8 9 10 下一页

导航