一、环境搭建 1、官网下载连接:https://www.vulnhub.com/entry/who-wants-to-be-king-1,610/ 2、下载之后,使用Oracle VM VirtualBox导入靶场环境 3、为了正常练习,将靶场的网卡模式设置为桥接模式,启动即可 二、提示信息 作者提 ...
分类:
其他好文 时间:
2021-02-25 11:54:49
阅读次数:
0
They were the last people you'd expect to be involved in anything strange or mysterious,because they just didn't hold with such nonsense. He was a big ...
分类:
其他好文 时间:
2021-02-17 14:55:28
阅读次数:
0
1.修改文件或目录权限 -- chmod ①文字设定法 chmod who [+、-、=] mode 文件名 who:u - user,文件所有者 g - group,文件所属组 o - others,其他人 a - all,所有人 +、-、=:增加、减少、覆盖 mode:r:读 w:写 x:执行 ...
分类:
其他好文 时间:
2021-02-06 12:02:08
阅读次数:
0
官网地址: https://channel9.msdn.com/ Channel 9 is a community. We bring forward the people behind our products and connect them with those who use them. W ...
分类:
Web程序 时间:
2021-01-16 12:00:49
阅读次数:
0
一、概述 Shell是一种具备特殊功能的程序,它提供了用户与内核进行交互操作的一种接口。它接收用户输入的命令,并把它送入内核去执行。内核是Linux系统的心脏,从开机自检就驻留在计算机的内存中,直到计算机关闭为止,而用户的应用程序存储在计算机的硬盘上,仅当需要时才被调入内存。Shell是一种应用程序 ...
分类:
系统相关 时间:
2021-01-12 10:51:57
阅读次数:
0
转自:https://djangostars.com/blog/configuring-django-settings-best-practices/ 一个很不错的实践 This article is intended for engineers who use the Django framewo ...
分类:
其他好文 时间:
2021-01-06 11:38:52
阅读次数:
0
折半搜索,$O(n)$型枚举,时间复杂度(\(O(n^2logn)\)) const int N=4010; int a[N],b[N],c[N],d[N]; int ab[N*N]; int n; int main() { cin>>n; for(int i=0;i<n;i++) cin>>a[i ...
分类:
其他好文 时间:
2020-12-18 12:31:13
阅读次数:
2
1.docker基本原理 https://www.cnblogs.com/xiaonq/p/10241045.html 2.ubuntu安装docker 2.1 安装docker # 1.卸载旧版本 sudo apt-get remove docker docker-engine docker.io ...
分类:
系统相关 时间:
2020-11-24 13:00:30
阅读次数:
26
对于Windows系统而言:1,务必打开系统自带防火墙,关闭445,135,137,138,139等高危端口2,通常会有远程桌面需求,需要放行3389端口,最好先修改下默认3389为别的端口,然后放行3,如果系统安装有数据库系统,最好也要关闭相关端口,比如mysql的3306,sqlserver的1433等等,若有必须开放数据库端口的需求,最好是修改默认端口,然后防火墙放行4,设置复杂默认管理员口
分类:
其他好文 时间:
2020-11-20 11:28:38
阅读次数:
5
Are you a Linux fan? Do you hate to do things the easy way? Are you a pro who loves to put his computer’s life on the line to experiment and customize ...
分类:
其他好文 时间:
2020-11-12 13:37:01
阅读次数:
8