II.
LibraryProcess overview
Reference · livelib-process:security-research--network-penetration-testing
network-penetration-testing overview
Authorized security assessment of network infrastructure including reconnaissance, vulnerability identification, exploitation, and post-exploitation activities. Follows PTES methodology for comprehensive network security testing.
Attributes
displayName
network-penetration-testing
description
Authorized security assessment of network infrastructure including reconnaissance,
vulnerability identification, exploitation, and post-exploitation activities. Follows PTES
methodology for comprehensive network security testing.
libraryPath
library/specializations/security-research/network-penetration-testing.js
specialization
security-research
references
- - PTES: https://www.pentest-standard.org/ - Nmap: https://nmap.org/ - Metasploit: https://www.metasploit.com/
example
const result = await orchestrate('specializations/security-research/network-penetration-testing', {
projectName: 'Corporate Network Assessment',
scope: { networks: ['10.0.0.0/24'], excludes: ['10.0.0.1'] },
engagementType: 'internal'
});
usesAgents
- red-team-operator
- security-report-writer
Outgoing edges
lib_applies_to_domain1
- domain:cybersecurity·DomainCybersecurity
lib_belongs_to_specialization1
- specialization:security-research·Specialization
lib_implements_workflow1
- workflow:vulnerability-management·Workflow
uses_agent2
- lib-agent:security-research--red-team-operator·LibraryAgentRed Team Operator Agent
- lib-agent:security-research--security-report-writer·LibraryAgentSecurity Report Writer Agent
Incoming edges
None.