Pinned Repositories
BachelorDissertation
Bachelor Degree Dissertation supervised by Giovanni Manzini. In-depth study about Meltdown and Spectre vulnerabilities and review of modern computer architectures.
MQTTmonitoringSystem
I created a network monitoring system in Python3 with MQTT and PahoMQTT. Multiple host on the network that sends periodic signal to a console. The console can check a single host via web interface.
OffensiveWeb_notes
My notes about web pentesting
OffSecNotes
My notes about OffensiveSec.
SOAPExamsPlatform
A simple microservice to request one exam, request an entire transcript or add a new exam. With client and server SOAP and implementation of WS-Security (encryption, authentication, signature and timestamp check).
SoftwareSecurityNotes
Exploits with pwntools library in Python3. ROP, BOF, SHELLCODE.
TOCTOU_Vulnerability
PoC and notes about TOCTOU (race condition) vulnerability in C language and tested on GNU/Linux (Ubuntu 16.04).
davidenetti's Repositories
davidenetti/SoftwareSecurityNotes
Exploits with pwntools library in Python3. ROP, BOF, SHELLCODE.
davidenetti/TOCTOU_Vulnerability
PoC and notes about TOCTOU (race condition) vulnerability in C language and tested on GNU/Linux (Ubuntu 16.04).
davidenetti/OffSecNotes
My notes about OffensiveSec.
davidenetti/BachelorDissertation
Bachelor Degree Dissertation supervised by Giovanni Manzini. In-depth study about Meltdown and Spectre vulnerabilities and review of modern computer architectures.
davidenetti/MQTTmonitoringSystem
I created a network monitoring system in Python3 with MQTT and PahoMQTT. Multiple host on the network that sends periodic signal to a console. The console can check a single host via web interface.
davidenetti/OffensiveWeb_notes
My notes about web pentesting
davidenetti/SOAPExamsPlatform
A simple microservice to request one exam, request an entire transcript or add a new exam. With client and server SOAP and implementation of WS-Security (encryption, authentication, signature and timestamp check).