How to use telnet, curl, nmap, masscan for information collection

Telnet, curl, nmap, masscan usage parameter information and advantages and disadvantages telnet command format Common parameters of telnet curl command format curl common parameters Interpretation of common parameters of nmap Simple usage of masscan masscan detailed parameters Advantages and disadvantages of telnet, curl, nmap, masscan Advantages and disadvantages of telnet Advantages and disadvantages of curl […]

HCIA-DHCP, FTP, Telnet

Directory DHCP: Advantages of DHCP: How DHCP works DHCP configuration DHCP global address pool case: FTP Introduction to FTP FTP basic configuration Telnet Application Scenarios of Telnet Telnet device configuration Telnet configuration example DHCP: Solve the problem of traditional manual IP configuration, and realize the dynamic allocation of IP addresses. DHCP adopts the C/S mode, […]

Application layer protocols: Telnet and SSH

Article directory 1. Telnet and SSH 1. Telnet protocol 1.1. Definition: 1.2. Working process: 1.3, Telnet’s C/S mode interaction process 1.4, Telnet modify the default port number view port Little knowledge: netstat command usage Linux modifies the default port of ftp, telnet, ssh) 1. Edit the ssh configuration file: 2. Edit the telnet configuration file […]

From 0 to 1: Use Raspberry Pi to build a “simple” Web server 1. Elf process 2. WebServer 3. Debian10 script booting self-starting 4. Local mp4, png and other tests 5. Telnet test 6. Webbench stress test

Table of Contents For the source code, please click on the avatar and then access the resources to download (1) Wizard process 1. fork() creates a child process — the parent process terminates 2. The child process setsid() creates a session — there is no control terminal — small civilian = group leader + president […]

Questions about security scanning vulnerability repair (configure yum source–install telnet–install openssl–install openssh–modify port 22)

Process: configure yum source – install telnet – install openssl – install openssh – modify port 22 (see the specific situation) – close and uninstall telnet 1. Host configuration yum source #Local yum source configuration cd /etc/yum.repos.d/ mkdir baks mv *.repo baks/ vi local.repo #Add the following local yum source [base] name=CentOS-$releasever-Base-local failovermethod=priority baseurl=http://172.168.1.199:18686/software/yum/ #mirrorlist=http://mirrorlist.centos.org/?release=$releasever […]

Python-Paramiko/Telnet/Serial

Python-Paramiko/Telnet/Serial One: Paramiko 1 Introduction 2 SSHClient class method example 3 SFTPClient class definition method: example Two: Telnet definition: Function introduction Three: serial definition example Link Four: One: Paramiko 1 Introduction Paramiko is a pure Python library based on the SSH2 protocol; Provides client and server functionality; It can realize SSH2 remote secure connection, support […]

Upgrade the OpenSSH version (install telnet remote management host

Directory 1. What is OpenSSH? 2. Upgrade OpenSSH version to 8.9 1. Environment introduction 2. Check if telnet is installed 3. Install telnet service 4. Start the telnet service 5. Close or modify the security file (otherwise root cannot log in via telnet) 6. Install dependent packages 7. Back up the original SSH service version […]