文件名称:Fianbakken.WebAutomation:用于 Web 自动化的 Powershell 模块
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-17 10:08:14
PowerShell
Fianbakken.Web自动化 用于 Web 自动化的 Powershell 模块。 已知限制 导出/导入会话时不存储/保存 Web 会话的基本身份验证 尚不支持 SOAP 操作。 预期用途: API压力测试 高级负载测试(通过 Microsoft Azure) API数据测试 安全测试 / 暴力破解 / capthas / ddos 网页抓取 安装 文档正在建设中...模块应该在 Powershell 库或 PSGet 下发布,并且应该通过 Install-Module 安装 用法 创建一个新的网络会话 $websession = New-WebSesssion ; $url = " http://requestb.in/1hud5671 " ; $params = @ { " Username " = " user " ; " Password " = " Passwor1
【文件预览】:
Fianbakken.WebAutomation-master
----Fianbakken.WebAutomation.psm1(11KB)
----Fianbakken.WebAutomation.psd1(7KB)
----README.md(2KB)