江苏省建设厅网站建造师强制注销,旅游地网站制作,wordpress关闭网站吗,免费制作婚介网站bat脚本
BAT脚本是一种批处理文件#xff0c;可以在Windows操作系统中自动执行一系列命令。它们可以简化许多日常任务#xff0c;如文件操作、系统配置等。
bat脚本执行命令
echo off#下面写要执行的命令 httpx
自动存活探测 echo off
httpx.exe -l url.txt -o 0.txt nuc…bat脚本
BAT脚本是一种批处理文件可以在Windows操作系统中自动执行一系列命令。它们可以简化许多日常任务如文件操作、系统配置等。
bat脚本执行命令
echo off#下面写要执行的命令 httpx
自动存活探测 echo off
httpx.exe -l url.txt -o 0.txt nuclei
自动漏扫 echo off
nuclei.exe -t mulubianli.yaml -l url.txt -o 0.txt sqlmap
自动漏扫 echo off
python sqlmap.py -r cnvd.txt HCPOC
自动扫描 echo off
setlocal:: 提示用户输入 URL
set /p url请输入url::: 检查用户是否输入了 URL
if %url% (echo 你没有输入 URL。exit /b 1
):: 使用用户输入的 URL 运行 python脚本
python HCPOC.py -u %url%endlocal xray
自动漏洞扫描 echo off
setlocal
:: 提示用户输入要输出的文件名
set /p md请输入文件名:
xray_windows_386.exe webscan --listen 127.0.0.1:7777 --html-output %md%
endlocal