mirror of
https://github.com/CyberSecurityUP/NeuroSploit.git
synced 2026-08-27 11:52:39 +02:00
agents: +8 EOL / end-of-support exploitation agents (library 397)
Detect components past their vendor end-of-life/end-of-support window and exploit the accumulated, unpatched CVEs (pin exact version → check endoflife.date + CVE feeds → safe PoC): - vulns: eol_stack_detection, eol_runtime_exploitation, eol_framework_exploitation, eol_cms_exploitation, eol_client_library - infra: eol_webserver_exploitation, eol_os_service, eol_tls_protocol Docs: counts 389->397, RELEASE note.
This commit is contained in:
+16
@@ -102,6 +102,22 @@ interactive line-editing.
|
||||
- **Rate-limit testing** is a first-class control check (small non-disruptive
|
||||
burst → look for 429/lockout/Retry-After), never a DoS.
|
||||
|
||||
## EOL / End-of-Support exploitation
|
||||
|
||||
- **+8 EOL agents** (library **397**) that detect components past their vendor
|
||||
end-of-life / end-of-support window and exploit the CVEs that pile up once
|
||||
patches stop — high-value because the bugs are public and unfixed. Each pins the
|
||||
**exact version**, checks it against public EOL data (endoflife.date) + CVE
|
||||
feeds, and proves exploitability with a **safe** PoC:
|
||||
- `eol_stack_detection` — fingerprint every EOL component across the stack.
|
||||
- `eol_runtime_exploitation` — EOL PHP/Python/Node/Java/.NET/Ruby runtimes.
|
||||
- `eol_framework_exploitation` — EOL Struts/Spring/Rails/Django/Laravel/AngularJS.
|
||||
- `eol_cms_exploitation` — EOL WordPress/Drupal/Joomla/Magento core & plugins.
|
||||
- `eol_client_library` — EOL front-end libs (jQuery/AngularJS/Lodash/…).
|
||||
- `eol_webserver_exploitation` — EOL Apache/nginx/IIS/Tomcat/JBoss/WebLogic.
|
||||
- `eol_os_service` — EOL OS & services (old OpenSSH/OpenSSL/Samba, SMBv1).
|
||||
- `eol_tls_protocol` — deprecated TLS (SSLv3/1.0/1.1) & legacy protocols.
|
||||
|
||||
## Decision-driven deep exploitation
|
||||
|
||||
- **DECISION doctrine** injected into every exploit/grey/chain prompt: analyse
|
||||
|
||||
Reference in New Issue
Block a user