|
|
|
|
|
by sohail
6642 days ago
|
|
I am not a PS guru. All of that is gibberish to me. I think this is what is going on: 1) There is a single source file foo.ps
2) Since PS is interpreted, there is a statement like:
if(filename=="recommendation.ps") { show_recommendation(); }
else { show_give_security_clearance(); } This attack will work on no matter what hash you use because it uses social engineering (i.e., laziness - no one looks inside their PS files) I think so anyway... |
|