吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1769|回复: 0
收起左侧

[其他转载] 一键运行多个py脚本,给你舒服的打开py方式

[复制链接]
古酒道人 发表于 2021-1-22 11:55
工作中会经常用到多个py脚本,常规打开脚本目录然后cmd输入命令,一个还好,多个就受不了了。
[Visual Basic] 纯文本查看 复制代码
dim target,domain
target=InputBox("输入根域名","一键搜集")
if InputMessage <> vbEmpty Then
Set obj_oneforall = createobject("wscript.shell")
obj_oneforall.run "cmd /k D: && cd D:\tools\InfoGather\test&& python test.py --target "&target&" --fmt csv run"
Set obj_vulmap = createobject("wscript.shell")
domain="http://www."&target&"/"
obj_oneforall.run "cmd /k D: && cd D:\tools\vulscan\test1&& python test1.py -u "&domain&" "
End if



传参用 "&我是变量&"

懂得自然懂,不懂的记得回帖 我去回复 自己修改下参数 放入txt,编码ansi,后缀改为vbs    ansi是为了支持中文显示

如果只想cmd一键打开某个目录只需要创建一个快捷方式,目标中:C:\Windows\System32\cmd.exe "D:\tools\InfoGather\test\test.py" 直接让cmd在D:\tools\InfoGather\test\目录下 然后该怎么输命令就怎么输
只是一个参考,给有需要的人用。

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-25 20:46

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表