上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 48 下一页
摘要: 级别:Bandit Level 6 → Level 7 目标:Level Goal The password for the next level is stored somewhere on the server and has all of the following properties: o 阅读全文
posted @ 2022-06-05 12:46 Jason_huawen 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 本代码主要利用到的模块为netfilterqueue,该模块会将所有的报文进行缓存,缓存到队列的报文从而利用scapy进行解析,并进一步修改,然后将修改后的报文发送出去。 需要设置iptables规则,这里模拟本机发起的请求: iptables -I OUTPUT -j NFQUEUE --queu 阅读全文
posted @ 2022-06-05 10:17 Jason_huawen 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 级别:Bandit Level 5 → Level 6 目标:Level Goal The password for the next level is stored in a file somewhere under the inhere directory and has all of the 阅读全文
posted @ 2022-06-04 17:53 Jason_huawen 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 级别:Bandit Level 4 → Level 5 目标:Level Goal The password for the next level is stored in the only human-readable file in the inhere directory. Tip: if y 阅读全文
posted @ 2022-06-04 17:47 Jason_huawen 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 级别:Bandit Level 3 → Level 4 目标:Level Goal The password for the next level is stored in a hidden file in the inhere directory. 下一级密码保存在inhere目录中的隐藏文件 允 阅读全文
posted @ 2022-06-04 17:41 Jason_huawen 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 级别:Bandit Level 2 → Level 3 目标:Level Goal The password for the next level is stored in a file called spaces in this filename located in the home direc 阅读全文
posted @ 2022-06-04 11:47 Jason_huawen 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 级别:Bandit Level 1 → Level 2 目标:Level Goal The password for the next level is stored in a file called - located in the home directory 下一级的密码保存在"-"的文件里。 阅读全文
posted @ 2022-06-04 11:44 Jason_huawen 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 级别:Bandit Level 0 → Level 1 目标:Level Goal The password for the next level is stored in a file called readme located in the home directory. Use this pa 阅读全文
posted @ 2022-06-04 11:37 Jason_huawen 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 网站地址:https://overthewire.org/wargames/bandit/ OverTheWire是一个wargame网站,其中Bandit部分适合学习各种Linux指令,与大多数其他类似网站一样,根据难度组织不同的级别, 将从 0 级开始,并尝试 “完成”它。 完成一个级别会获得有 阅读全文
posted @ 2022-06-04 11:33 Jason_huawen 阅读(676) 评论(0) 推荐(0) 编辑
摘要: 本代码的作用是修改Linux操作系统的MAC地址,主要由以下部分组成: 1. 需要首先对用户输入的参数进行合法性判断,比如输入的接口在本机是否存在,以及输入的MAC地址是否为合法的MAC地址 2. 利用re模块提取MAC地址 3. 利用subprocess的run方法执行修改MAC地址的命令,可以传 阅读全文
posted @ 2022-06-02 16:38 Jason_huawen 阅读(83) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 48 下一页