Link to this headingTime of Check Time of Use
Link to this headingLinux ReadLink
ReadLink TOCTOU PoC:
#Start Loop
while ; do ; ( &); ; done
Link to this headingDNS
Looking up the IP of a DNS address to test if it in a exclusion list. Then making a request to the domain. Since this makes a second DNS request this could resolve to a IP that is on the exclusion list.
Link to this headingLinux
Using a Pipe to create a wait state in a executable
PoC:
&
(; ) &
|
Link to this headingFixes
Open the file as a filehandle and cache any errors.