1. 首页
  2. 安全技术
  3. 系统安全
  4. shell+python+expect更改设备密码并邮件通知

shell+python+expect更改设备密码并邮件通知

上传者: 2019-03-29 15:56:34上传 RAR文件 2.91KB 热度 24次
#!/bin/bash i=$(cat /dev/urandom | head -n 10 | md5sum | head -c 10) echo $i >> /data/1.log 2>&1 expect test.expect $i >> /data/1.log 2>&1 sleep 3 python /opt/file/se.py $i
用户评论