Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 786 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 786 Bytes

WappCaidoLayzer

Wrapper for the wappalyzergo library to be used in Caido Workflows.

Example Usage

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.