wyzxxz / shiro_rce_tool

shiro 反序列 命令执行辅助检测工具
1.35k stars 181 forks source link

Why Following redirects? #29

Closed Phoenix1112 closed 1 year ago

Phoenix1112 commented 1 year ago

thanks for this project ... I am trying to detect the subdomains that use shiro with the shiro.Check method, but the program cannot find the shiro subdomain address that I determined before because it follows the directions. for this, there should be a parameter that we can prevent redirects. I will be waiting for your answer.

wyzxxz commented 1 year ago

fix,
redirect --> follow redirect default:false

Phoenix1112 commented 1 year ago

thanks <3