Open HynekPetrak opened 3 years ago
Hello, this pull requests makes sure the pwned file does not exist prior exploitation.
I've just experienced one case like that, and obviously the condition os.stat(PWNED_PATH).st_uid != 0 gave a false positive.
os.stat(PWNED_PATH).st_uid != 0
Hello, this pull requests makes sure the pwned file does not exist prior exploitation.
I've just experienced one case like that, and obviously the condition
os.stat(PWNED_PATH).st_uid != 0
gave a false positive.