Documentation
README
TOCTOU โ Time-of-Check / Time-of-Use Exploitation
A TOCTOU bug exists wherever code checks a property (file owner, path target, token validity, balance) and then acts on it as if the property still holds. Between check and use is a window โ your job is to widen it and swap the underlying object.
Quick Workflow
This is the opening of the README. Read the full README on GitHub.