Exploits / Vulnerability Discovered : 2019-03-21 |
Type : dos |
Platform : windows
This exploit / vulnerability Canarytokens 20190301 detection bypass is for educational purposes only and if it is used you will do on your own risk!
if(strpos($strFile, 'AAAAAAAAAAAAAAAA')!=false && strpos($strFile, '2015-07-21')!=false && filesize( $argv[1] .".docx") < 170000 )
{
echo "This file probably contains a CanaryToken! Open it with Libreoffice/Microsoft Word Protected View to bypass detection";
}
else
{
echo "Should be safe to open normally";
}
?>