ssh
ssh root@192.168.20.108
redis
apt install redis-tools
redis-cli -h 192.168.20.108 -p 6379 -a 123456
对于ndpi而言,要先连上,再PING才能抓得到
mysql
apt install mysql-client-core-8.0
mysql -h 10.244.1.82 -P 3306 -u root -p123456
postgrel
apt install postgresql-client-common
postgresql-client
psql -U postgres -h 10.244.1.83 -p 5432 -d postgres
http && https
curl baidu.com
curl https://baidu.com
DNS
nslookup baidu.com
不同的测试用例
1.只允许IP:PORT:协议指定协议访问指定IP:PORT:协议
2.不同协议测试,是否能够检出