This repository contains the exercises and lab materials for the Information Systems Security and Privacy course at the Polytechnic University of Bari.
Course contents are organized into two primary directories, each targeting a distinct layer of the modern cybersecurity landscape:
/high_level: Focuses on abstract security principles and cryptographic implementations, including exercises and conceptual frameworks related to encryption, robust user authentication protocols, and the design of access control systems./low_level: A technical deep dive into systems security and related vulnerabilities. The contents prioritize low-level exploitation techniques, including memory corruption vulnerabilities such as out-of-bounds reads, integer overflows, and format string exploits.
To begin working with the course materials, follow these steps:
- Obtain the source: Clone the repository using Git or
download the contents as a ZIP archive from the main page.
$ git clone https://github.com/IvanoBilenchi/issp.git - Navigate to topics: Enter the specific subdirectory relevant to your current module.
- Follow instructions: Follow the localized documentation and setup guides provided within
the
README.mdfiles of each subdirectory.
Copyright ยฉ 2024-2026 Ivano Bilenchi
All source code in this repository is distributed under the ISC License.