yaklang / yakit

Cyber Security ALL-IN-ONE Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M2 PRO MAC,使用file或者file:line对应的fuzztag,返回数据均为空,测试文件中存在数据。

vul1ha0 opened this issue · comments

因为某些安全原因,所以默认无法在YakRunner的fuzztag中使用file标签,只能在WebFuzzer中使用
实际上有许多方式来读取文件,不需要使用fuzztag,例如:

lines = file.ReadLines("/tmp/test.txt")