07 2021 档案

摘要:#!/usr/bin/env python3 # -*- coding:utf-8 -*- import time import os import sys print() input_num_value = int(input("请输入转换的天数:")) time_convert_value = 阅读全文
posted @ 2021-07-29 13:42 东方无解 阅读(331) 评论(0) 推荐(0)
摘要:描述:生产环境主机中了挖矿病毒,通过多种方式也不未查找病毒的文件在哪个位置,最后通过ss和lsof -i的方式找到了。 阅读全文
posted @ 2021-07-12 21:22 东方无解 阅读(213) 评论(0) 推荐(0)