Skip to content

aallii7086/FUTURE_CS_01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

FUTURE_CS_01 - Web Application Security Assessment

Platform OWASP ZAP Nmap Status

Overview

This project was completed as part of the Future Interns Cyber Security Internship (Task 01).

The objective of this assessment was to perform a passive, non-destructive security assessment on the OWASP Juice Shop demo application using industry-standard tools.

No exploitation, brute-force attacks, or destructive testing were performed during this assessment.

Target


Scope

The assessment included:

  • HTTP Response Header Analysis
  • Network Exposure Scan
  • OWASP ZAP Passive Scan
  • Firefox Developer Tools Verification
  • Evidence Collection
  • Risk Classification

The assessment excluded:

  • Active Exploitation
  • Brute Force
  • Denial of Service (DoS)
  • Authentication Bypass
  • Vulnerability Exploitation

Tools Used

  • Kali Linux
  • OWASP ZAP
  • Nmap
  • Firefox Developer Tools
  • curl

Findings

Finding Risk
Missing Content Security Policy (CSP) Medium
Permissive Cross-Origin Resource Sharing (CORS) Medium
Missing HTTP Strict Transport Security (HSTS) Low
Private IP Address Disclosure Low

Risk Summary

  • Medium Risk : 2
  • Low Risk : 2
  • High Risk : 0
  • Critical Risk : 0

Evidence

Evidence collected includes:

  • Target screenshots
  • Response headers
  • Nmap scan output
  • OWASP ZAP passive scan alerts
  • Firefox DevTools verification

Recommendations

  • Implement a restrictive Content Security Policy (CSP)
  • Enable HTTP Strict Transport Security (HSTS)
  • Restrict CORS to trusted origins
  • Remove internal IP address information from public responses

Repository Structure

FUTURE_CS_01/
│
├── evidence/
│   ├── headers/
│   ├── nmap/
│   ├── screenshots/
│   └── zap/
│
├── report/
│   ├── FUTURE_CS_01_Report.md
│   └── FUTURE_CS_01_Report.pdf
│
└── README.md

Author

Mohammad Aliraza Muphid Koke

Future Interns Cyber Security Internship

Task ID: FUTURE_CS_01


Disclaimer

This assessment was performed only against the publicly available OWASP Juice Shop demo application using passive and non-destructive techniques for educational purposes.

About

Vulnerability Assessment Report for a Live Website

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors