Skip to content

wangle0529/send_poc_from_excel

Repository files navigation

使用指南

send_poc_from_excel 是一个命令行工具,用于从Excel文件中读取POC(概念验证)数据,并将这些数据发送到指定的目标地址(dst),然后将响应结果写回到一个新的Excel文件中。此工具主要用于测试服务器响应情况和WAF防护效果。

用法

send_poc_from_excel.exe [-h] --input_file INPUT_FILE --row ROW --column COLUMN --output_file OUTPUT_FILE --output_column OUTPUT_COLUMN --dst DST

示例

.\send_poc_from_excel.exe --input_file D:\testfiles\123.xlsx --row 2 --column 2 --output_file D:\testfiles\789.xlsx --output_column 6 --dst 192.168.1.200:8080

图形化界面,支持发送单条报文和批量发送

image image

About

send_poc_from_excel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages