Python判断网站是否连通,请求是否为200
摘要:import requests filepath = 'url.txt' fileExist = 'exsit.txt' fileUnexist = 'unexsit.txt' with open(filepath) as fp: with open(fileExist,'w') as exs: w
阅读全文
posted @
2021-12-30 11:40
让编程成为一种习惯
编辑
linux系统应急响应排查手册
摘要:系统登陆日志 /var/log/wtmp //登陆成功的信息,包括用户登录、注销及系统的启动、停机的事件 /var/log/btmp //登陆失败的信息 /var/run/utmp //正在登陆的信息 /var/log/secure //系统认证信息日志,包括用户登陆成功、登陆失败日志 wtmp l
阅读全文
posted @
2021-12-10 10:48
让编程成为一种习惯
编辑