Wrapper for the wappalyzergo library to be used in Caido Workflows.
In PowerShell Node:
$rr = $input | Out-String
$result = $rr | <Path to the exe>\.\wappcaidolayzer.exe -output "{{join .Tech.Categories}} -> {{.Name}}\n{{.Tech.Description}}\n {{.Tech.Website}}\n{{.Tech.Icon}}\n{{.Tech.CPE}}\n-----------------------------\n"
echo $result
In Bash/Zsh/Shell Node:
./wappcaidolayzer -output "{{join .Tech.Categories}} -> {{.Name}}\n{{.Tech.Description}}\n {{.Tech.Website}}\n{{.Tech.Icon}}\n{{.Tech.CPE}}\n-----------------------------\n"
Note: You can run it without -output
or you can customize the output format.