加载python插件:meterpreter >
load python
查看指令集:meterpreter >
help
python执行单条语句:
meterpreter >
python_execute "import os; cd=os.getcwd()" -r cd
# 将os.getcwd()赋值给 cd 这个变量,然后用 -r cd 读取 cd 这个变量的值
python执行py文件:
meterpreter >
python_import -f test.py











![[附源码]Python计算机毕业设计高等数学在线学习平台Django(程序+LW)](https://img-blog.csdnimg.cn/542363d7d5f346faa087a58c5bc5b0aa.png)







