feat(doctrine 211 v2): nuclei v3.3.7 intent + sqlmap + nikto installed
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
This commit is contained in:
@@ -32,6 +32,13 @@ function wevia_cyber_archi_dispatch($msg) {
|
||||
return ['provider' => 'wevia-cyber', 'content' => "NIKTO WEB SCAN $mt[2]:\n$out", 'tool' => 'cyber_web_scan'];
|
||||
}
|
||||
|
||||
// CYBER-3b: cyber_nuclei_scan (nuclei v3.3.7 modern template-based)
|
||||
if (preg_match('/\b(nuclei|vuln\s+scan|vulnerabilities|vulnerability\s+scan)\s+(https?:\/\/\S+|\S+\.\S+)/', $m, $mt)) {
|
||||
$target = escapeshellarg($mt[2]);
|
||||
$out = @shell_exec("sudo timeout 60 /usr/local/bin/nuclei -target $target -severity medium,high,critical -silent -nc 2>&1 | head -30");
|
||||
return ['provider' => 'wevia-cyber', 'content' => "NUCLEI VULN SCAN " . $mt[2] . ":\n" . ($out ?: 'no findings'), 'tool' => 'cyber_nuclei_scan'];
|
||||
}
|
||||
|
||||
// CYBER-4: cyber_full_audit (own infra only)
|
||||
if (preg_match('/\b(cyber\s+audit|security\s+audit|audit\s+securite)\s+(infra|s204|s95|s151|weval)/', $m, $mt)) {
|
||||
$out = "CYBER AUDIT OWN INFRA:\n";
|
||||
|
||||
Reference in New Issue
Block a user