Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
OpenVAS-Vulnerability-Assessment-Incident-Response — Performed a Full & Fast vulnerability assessment using OpenVAS against Metasploitable2, identified the critical vsftpd Backdoor vulnerability (CVE-2011-2523), and developed containment, remediation, and incident response documentation. | Kitploit
Tools/GitHubGitHub/nitinsukthe-g/openvas-vulnerability-assessment-incident-response
ReconnaissanceVulnerability ScannersVulnerability AnalysisPenetration TestingLearning & EducationIncident Response
GitHubnitinsukthe-g/openvas-vulnerability-assessment-incident-response

OpenVAS-Vulnerability-Assessment-Incident-Response

Performed a Full & Fast vulnerability assessment using OpenVAS against Metasploitable2, identified the critical vsftpd Backdoor vulnerability (CVE-2011-2523), and developed containment, remediation, and incident response documentation.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
13 months agoNot yet reviewed

Operation SecureScan — OpenVAS Vulnerability Assessment & Incident Response

OpenVAS Kali Linux Cybersecurity MITRE


Project Overview

This project demonstrates a complete Vulnerability Assessment and Incident Response workflow using OpenVAS (Greenbone Vulnerability Manager) in a controlled cybersecurity lab environment.

The assessment targeted Metasploitable2 and identified a Critical Vulnerability — vsftpd Compromised Source Packages Backdoor (CVE-2011-2523).

The project simulates real-world SOC Analyst, Security Analyst, and Vulnerability Management responsibilities including:

  • Vulnerability Discovery
  • Risk Assessment
  • Critical Vulnerability Analysis
  • Incident Containment
  • Remediation Planning
  • Security Reporting

Objectives

✔ Configure OpenVAS Vulnerability Scanner

✔ Perform Vulnerability Assessment

✔ Analyze Critical Security Findings

✔ Investigate CVE-2011-2523

✔ Assess Risk & Security Impact

✔ Develop Remediation Strategy

✔ Produce Incident Response Documentation


Lab Environment


Architecture Diagram

root@kitploit:~
Host Machine
│
├── Kali Linux
│      └── OpenVAS Scanner
│
└── Metasploitable2
       └── Vulnerable Target

Technologies Used

  • Kali Linux
  • OpenVAS / Greenbone
  • Metasploitable2
  • Linux Networking
  • CVE Analysis
  • MITRE ATT&CK
  • Incident Response
  • Vulnerability Management

Methodology


Step 1 — Identify Metasploitable2 IP Address

Identify the target IP address.

Screenshot

Metasploitable IP


Step 2 — Verify Network Connectivity

Validate connectivity between Kali Linux and the vulnerable target.

Screenshot

Ping Test


Step 3 — Add Target in OpenVAS

Navigate:

root@kitploit:~
Configuration → Targets

Create target using the Metasploitable2 IP address.

Screenshot

Add Target


Step 4 — Launch Vulnerability Scan

Navigate:

root@kitploit:~
Scans → Tasks

Create and launch a vulnerability scan.

Configuration used:

root@kitploit:~
Full and Fast

Screenshot

Quick Scan


Step 5 — Monitor Scan Progress

Track:

  • Scan Progress
  • Severity Results
  • Running Status

Screenshot

Scan Progress


Step 6 — Analyze Scan Report

Review vulnerability findings and identified security issues.

Navigate:

root@kitploit:~
Scans → Reports

Screenshot

Analyze Report


Vulnerability Assessment Findings


Results Severity Analysis

Review severity distribution identified during scanning.

Screenshot

Results Severity


Ports Severity Analysis

Analyze vulnerable network services and exposed ports.

Screenshot

Ports Severity


Applications Severity Analysis

Review vulnerable applications detected by OpenVAS.

Screenshot

Applications Severity


CVE Severity Analysis

Review discovered CVEs and severity scoring.

Screenshot

CVE Severity


Critical Vulnerability Investigation

vsftpd Compromised Source Packages Backdoor

Vulnerability Details


Technical Description

The vulnerability affects a maliciously modified version of the Very Secure FTP Daemon (vsftpd).

The compromised source package introduces hidden backdoor functionality inside the FTP service.

When triggered, the service creates an unauthorized shell listener on TCP Port 6200, allowing attackers to gain:

  • Remote Shell Access
  • Unauthorized Command Execution
  • Service Compromise
  • Potential Persistence

Attack Flow

root@kitploit:~
Reconnaissance
      ↓
FTP Enumeration
      ↓
Backdoor Trigger
      ↓
TCP/6200 Listener Activation
      ↓
Remote Command Execution
      ↓
System Compromise

Security Impact

Successful exploitation may result in:

  • Remote Code Execution
  • Unauthorized Access
  • Privilege Abuse
  • Malware Deployment
  • Lateral Movement
  • Persistence Establishment

Vulnerability Evidence

Screenshot

vsftpd Vulnerability


MITRE ATT&CK Mapping

TechniqueDescription
T1190Exploit Public Facing Application
T1059Command Execution
T1105Ingress Tool Transfer

Incident Response Workflow

The project follows a NIST-style Incident Response lifecycle.


Identification

OpenVAS identified a Critical FTP Service Vulnerability affecting the target host.


Containment

Recommended actions:

  • Disable vulnerable FTP service
  • Isolate affected system
  • Restrict affected ports
  • Preserve evidence

Eradication

Recommended remediation actions:

  • Remove compromised package
  • Install trusted software release
  • Apply patches
  • Validate package integrity

Recovery

Perform:

  • Service Validation
  • Post-Remediation Scanning
  • Security Monitoring

Lessons Learned

Implement:

  • Continuous Vulnerability Management
  • Patch Governance
  • Network Segmentation
  • Security Hardening

Remediation Recommendations

Immediate Actions

✔ Disable vulnerable FTP service

✔ Restrict ports 21/TCP and 6200/TCP

✔ Review system and authentication logs

✔ Validate package integrity

✔ Re-scan after remediation


Long-Term Security Improvements

  • Continuous Monitoring
  • Patch Management Lifecycle
  • Threat Detection
  • Asset Inventory Management
  • Incident Response Readiness

Wrap-Up & Cleanup

Final validation and project cleanup activities.

Screenshot

Cleanup


Skills Demonstrated

  • Vulnerability Assessment
  • OpenVAS Administration
  • Security Operations
  • CVE Analysis
  • Incident Response
  • Risk Assessment
  • Threat Analysis
  • MITRE ATT&CK
  • Security Documentation

Documentation

Additional supporting documentation:

  • CVE Research
  • Remediation Plan

References

  • OpenVAS Documentation
  • MITRE ATT&CK Framework
  • NIST SP 800-61 Incident Response Guide
  • CVE-2011-2523 Security Advisory

Author

Nitin Sukthe

Cybersecurity | Cloud Security | AI Security | Vulnerability Management

Download Tool
ComponentTechnology
Host PlatformVirtualBox / VMware
Attacker MachineKali Linux
Vulnerability ScannerOpenVAS / Greenbone
Target MachineMetasploitable2
Assessment TypeInternal Vulnerability Assessment
Scan ProfileFull & Fast
FieldValue
Vulnerabilityvsftpd Compromised Source Packages Backdoor
CVECVE-2011-2523
SeverityCritical
CVSS Score9.8
Ports21/TCP, 6200/TCP
ServiceFTP / vsftpd