Add click-to-build command definitions (like the existing nmap/ffuf/sqlmap ones) for popular infra/AD tools:
certipy-ad (AD CS / ESC1-ESC8)
impacket-secretsdump
ligolo-ng (pivoting)
hashcat mode picker (-m)
evil-winrm
Where: add a JSON file under seed/commands-structured/ following the schema of the existing files (binary, modes, groups of flags with {flag, value?, desc}, recipes using {TARGET}/{LHOST} tokens), then npm run seed. Use an existing file (e.g. the WEB ones) as a template. PRs welcome!
Add click-to-build command definitions (like the existing nmap/ffuf/sqlmap ones) for popular infra/AD tools:
certipy-ad(AD CS / ESC1-ESC8)impacket-secretsdumpligolo-ng(pivoting)hashcatmode picker (-m)evil-winrmWhere: add a JSON file under
seed/commands-structured/following the schema of the existing files (binary, modes, groups of flags with{flag, value?, desc}, recipes using{TARGET}/{LHOST}tokens), thennpm run seed. Use an existing file (e.g. the WEB ones) as a template. PRs welcome!