Apriti il file con file_get_contents(), e poi prova ad usare questa regex:

Codice PHP:
preg_match_all('/[0-9A-F]{2}(?::[0-9A-F]{2}){5}/i',$file,$matches);
print_r($matches[0]);