Docker运行rustscan

Docker运行rustscan

拉取镜像 docker pull rustscan/rustscan 设置别名 alias rustscan="docker run -it --rm --network=host --name rustscan rustscan/rustscan:latest" 运行nmap rustscan

Docker 运行Nmap

Docker 运行Nmap

拉取镜像 docker pull instrumentisto/nmap 设置别名 alias nmap='docker run -it --rm --network=host --name nmap instrumentisto/nmap:latest' 运行nmap nmap -sS x

SubnetCalc

SubnetCalc

SubnetCalc CIDR转换为IP地址 直接运行 python3 SubnetCalc.py 目录下会生成iplist.txt文件 import ipaddress def ip_range_to_list(start_ip, end_ip): """将IP地址范围转换

华为云YUM源

华为云YUM源

CentOS7 curl -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.huaweicloud.com/repository/conf/CentOS-7-anon.repo > Centos-7.repo CentOS8 curl -O

常用端口号

常用端口号

TCP静态端口: | 协议 | 端口号 | 用途 | | ---- | ------ | ---------------------------------------------------- | | TCP | 0 | Reserved | | TCP | 1 | TCP Port Servic

FTP模式

FTP模式

FTP Port(主动)模式 客户端向服务器提出用TCP/21连接的请求,三次握手结束。到这里还只是建立了&#

U盘安装Linux

U盘安装Linux

1、下载centos的dvd镜像就够了。地址: http://pub.mirrors.aliyun.com/centos/7/isos/x86_64/ 2、制作u盘镜像。 1)