Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 504 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 504 Bytes

Cybersecurity

Hier sind Codes und Berichte für das Praxisprojekt.

Projekt - Abschlussbericht

Die Gerenderte PDF gibt es hier.

Demo

Flags für den gcc: -fno-stack-protector -z execstack -no-pie
Bereitstellen des kompilierten Programms auf Port: sudo socat TCP-LISTEN:1234,nodelay,reuseaddr,fork EXEC:"stdbuf -i0 -o0 -e0 ./hallo"