@@ -261,7 +261,7 @@ nihil tools ctf --category redteam_pwn`}
261261 < h3 className = "text-lg font-medium text-white" > Key tools by category</ h3 >
262262 < div className = "space-y-4" >
263263 { [
264- { cat : 'Enum/Recon' , tools : 'bloodhound, netexec, ldapdomaindump, enum4linux-ng, windapsearch, pywerview, ldapsearch-ad' } ,
264+ { cat : 'Enum/Recon' , tools : 'bloodhound, bloodhound-ce, netexec, ldapdomaindump, enum4linux-ng, windapsearch, pywerview, ldapsearch-ad' } ,
265265 { cat : 'Exploitation' , tools : 'impacket, certipy, bloodyAD, coercer, pywhisker, PetitPotam, noPac, zerologon' } ,
266266 { cat : 'Credential' , tools : 'lsassy, donpapi, pypykatz, hashcat, john, masky' } ,
267267 { cat : 'Relay/Coercion' , tools : 'responder, mitm6, krbrelayx, ShadowCoerce, DFSCoerce' } ,
@@ -316,7 +316,7 @@ nihil tools ctf --category redteam_pwn`}
316316 { cat : 'Exploitation' , tools : 'sqlmap, commix, xsstrike, tplmap, nosqlmap, graphqlmap, jwt-tool, gopherus' } ,
317317 { cat : 'Proxy' , tools : 'mitmproxy, httpie' } ,
318318 { cat : 'SSRF/CORS' , tools : 'ssrfmap, corsy, crlfuzz' } ,
319- { cat : 'Resources' , tools : 'PayloadsAllTheThings, SecLists' } ,
319+ { cat : 'Resources' , tools : 'PayloadsAllTheThings, SecLists, Caido ' } ,
320320 ] . map ( ( row ) => (
321321 < div key = { row . cat } className = "p-3 rounded-xl bg-gradient-to-r from-purple-500/5 to-transparent border border-purple-500/20" >
322322 < p className = "text-sm font-medium text-purple-300" > { row . cat } </ p >
@@ -457,6 +457,7 @@ const coreTools: Tool[] = [
457457const adTools : Tool [ ] = [
458458 { name : 'bloodhound' , cmd : 'bloodhound-python' , desc : 'AD attack path visualization (ingestor)' } ,
459459 { name : 'bloodhound-ce-python' , cmd : 'bloodhound-ce-python' , desc : 'BloodHound CE Python ingestor' } ,
460+ { name : 'bloodhound-ce' , cmd : 'bloodhound-ce' , desc : 'BloodHound CE desktop client' } ,
460461 { name : 'netexec' , cmd : 'netexec' , desc : 'SMB/LDAP/WinRM/SSH exploitation framework' } ,
461462 { name : 'impacket' , cmd : 'secretsdump.py' , desc : 'Windows protocol library (Fortra)' } ,
462463 { name : 'certipy' , cmd : 'certipy' , desc : 'ADCS enumeration and exploitation' } ,
@@ -529,6 +530,8 @@ const webTools: Tool[] = [
529530 { name : 'waybackurls' , cmd : 'waybackurls' , desc : 'Fetch URLs from Wayback Machine' } ,
530531 { name : 'droopescan' , cmd : 'droopescan' , desc : 'Drupal/CMS scanner' } ,
531532 { name : 'cmsmap' , cmd : 'cmsmap' , desc : 'CMS exploitation' } ,
533+ { name : 'caido-desktop' , cmd : 'caido' , desc : 'Caido desktop security auditing toolkit (UI)' } ,
534+ { name : 'caido-cli' , cmd : 'caido-cli' , desc : 'Caido command-line interface' } ,
532535] ;
533536
534537const networkTools : Tool [ ] = [
0 commit comments