GhostScript 沙箱绕过(命令执行)漏洞 漏洞描述 1.漏洞编号:CVE-2018-19475 2.影响版本: 3.漏洞产生原因: 2018年底来自Semmle Security Research Team的Man Yue Mo发表了CVE-2018-16509漏洞的变体CVE-2018-1 ...
分类:
其他好文 时间:
2021-02-22 12:52:44
阅读次数:
0
Python 三种读文件方法read(), readline(), readlines()及去掉换行符\n 首先, 让我们看下数据demo.txt, 就两行数据. 35durant teamGSW 1 2 1. read() with open("demo.txt", "r") as f: data ...
分类:
编程语言 时间:
2021-02-22 12:27:55
阅读次数:
0
概要 首先由客户端安装VNC Server,启动服务并配置密码。服务端添加该设备配置,即可通过web远程访问和控制该客户端设备。通常应用于,远程设备维修和远程操作协助。 选择下载VNC VNC叫做虚拟网络计算(Virtual Network Compting)。是一种协议。主要用于桌面共享。 VNC ...
docker tag 详解 docker tag 用于给镜像打标签,语法如下: docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG] ① 比如我现在有一个 centos 镜像: [root@localhost ~]$ docker images REPOS ...
分类:
其他好文 时间:
2021-02-22 11:46:10
阅读次数:
0
https://www.cnblogs.com/yeungchie/ CentOS6 已经停更了,但由于某些原因还得接着用着,找到几个暂时还能用的 yum 源 备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.r ...
分类:
系统相关 时间:
2021-02-20 12:38:48
阅读次数:
0
从dockerhub里拉取最新版nginx镜像 [root@VM-0-15-centos home]# docker pull nginx Using default tag: latest latest: Pulling from library/nginx 45b42c59be33: Alrea ...
分类:
其他好文 时间:
2021-02-20 12:23:24
阅读次数:
0
https://titanwolf.org/Network/Articles/Article?AID=6d260d47-8ba6-4fa6-ba2f-4dc4c2dd6800#gsc.tab=0 Calculation of RTO in tcp and related open source im ...
分类:
系统相关 时间:
2021-02-20 12:07:41
阅读次数:
0
CentOS 安装完成之后默认是关闭网络连接的,每次重启之后还要重新打开网络连接,比较麻烦.我们可以直接设置成开机自动连接网络. 1、首先查看网卡信息 使用 ifconfig 命令查看,这里的网卡名称是 ens33 2、进入目录 /etc/sysconfig/network-scripts 该目录下 ...
分类:
其他好文 时间:
2021-02-20 12:04:25
阅读次数:
0
CentOS 6 系统更改内核启动顺序方法:1、查看编辑/etc/grub.conf 文件 vim /etc/grub.conf 2、在grub.conf文件中决定开机使用哪个内核版本做启动的参数是default,默认值为0,代表从最新的内核启动。代表启动的内核版本从上往下依次是0、1、2等。 Ce ...
分类:
系统相关 时间:
2021-02-19 13:52:29
阅读次数:
0
the-backdoor-factory 安装 centos7安装步骤: 安装python3 yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel ...
分类:
其他好文 时间:
2021-02-19 13:42:29
阅读次数:
0