https://github.com/francescocoding/ethical-hacking-penetration-test
👨🏻💻 A systematic penetration test for Cantina Lorenzo to assess network protocol vulnerabilities and the security its IT infrastructure.
https://github.com/francescocoding/ethical-hacking-penetration-test
Last synced: 4 months ago
JSON representation
👨🏻💻 A systematic penetration test for Cantina Lorenzo to assess network protocol vulnerabilities and the security its IT infrastructure.
- Host: GitHub
- URL: https://github.com/francescocoding/ethical-hacking-penetration-test
- Owner: FrancescoCoding
- Created: 2022-01-11T12:23:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T11:21:56.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T04:13:30.115Z (6 months ago)
- Homepage:
- Size: 935 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethical Hacking - A penetration test for Cantina Lorenzo
This penetration testing exercise required me to carry out a penetration test of a virtual machine (VM) based on a cellar system to identify at least three significant security risks and propose countermeasures that address them.A summary of my plan to address this exercise is as following:
- Systematically scan and enumerate the network with a range of tools to determine what systems are alive and reachable.
- Research the versions of the existing services, and determine their history and possible vulnerabilities.
- Find a way to exploit the vulnerabilities, utilising academically respected sources such as CVE and Rapid7.
- Report such vulnerabilities professionally and propose countermeasures for them.The learning objectives of this exercises were:
- Demonstrate understanding of network protocol vulnerabilities and the security of an IT infrastructure.
- Design and implement countermeasures to protect a network from unauthorised network access.
- Demonstrate an awareness and ability to analyse and perform network security testing procedures on an IT infrastructure to identify vulnerabilities.