摘要: 0x00 动态加载模块 在python脚本中,直接使用import os、import subprocess或from os import system这种方法很容易被规则检测,即使使用其它执行命令的函数,依然容易被检测。所幸python中可以动态加载模块,而python的内置魔数方法_import 阅读全文
posted @ 2021-04-01 15:27 bitterz 阅读(2515) 评论(0) 推荐(0)