Pinned Repositories
Debugging_Dirty_Pipe_CVE-2022-0847
Presentation slides and supplementary material
Decomposition-of-Linear-Time-Properties
2017-2018 seminar presentation Theoretical Computer Science
exercise-4.4.1
A basic Java-implementation of table-driven predictive parsers for the various grammars given in Exercise 4.4.1 of the Dragon Book.
LD_PRELOAD-demo
Demo of LD_PRELOAD. Overriding and log `socket(2)`, `recv(2)`, `send(2)`, and `close(2)`.
stfnw's Repositories
stfnw/LD_PRELOAD-demo
Demo of LD_PRELOAD. Overriding and log `socket(2)`, `recv(2)`, `send(2)`, and `close(2)`.
stfnw/Debugging_Dirty_Pipe_CVE-2022-0847
Presentation slides and supplementary material
stfnw/Decomposition-of-Linear-Time-Properties
2017-2018 seminar presentation Theoretical Computer Science
stfnw/exercise-4.4.1
A basic Java-implementation of table-driven predictive parsers for the various grammars given in Exercise 4.4.1 of the Dragon Book.
stfnw/NP-completeness-of-Hamiltonian-Cycles
2019-2020 seminar presentation Complexity Theory
stfnw/PassTheCred
Standalone, commented re-implementation of injecting ("passing") various Windows credentials into the LSASS memory for network authentication. Code is adapted from mimikatz.
stfnw/PetitPotam
PoC tool to coerce Windows hosts to authenticate to other machines via MS-EFSRPC EfsRpcOpenFileRaw or other functions.
stfnw/pov-ascii
a simple demonstration of persistence of vision using the Atmel ATmega8 microcontroller and eight LEDs to display ASCII-Strings
stfnw/quine-generator
Create your own quine (C / s390x assembly)
stfnw/trivial-secret-sharing
Trivial secret sharing under n parties so that all n pieces are needed for reconstruction.