常用脚本
摘要:ssh免密登录 #!/bin/bash read -p "密码" PASS #设置网段最后的地址,4-255之间,越小扫描越快 END=254 IP=`ip a s ens33 | awk -F'[ /]+' 'NR==3{print $3}'` NET=${IP%.*}. rm -f /root/
阅读全文
posted @ 2024-06-30 15:42
posted @ 2024-06-30 15:42
posted @ 2024-06-30 11:45
posted @ 2024-06-30 11:41