Skip to content

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

License

Notifications You must be signed in to change notification settings

VasilyKaiser/wappcaidolayzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages