ThEKiNGW3sT

Files: 2 (#55094)
Data: 1.4 MB (#55490)


ThEKiNGW3sT says: h4x0r# echo "test" | md5 > test h4x0r# cat test d8e8fca2dc0f896fd7cb4cb0031ba249 h4x0r# awk --posix '{idx = match($0,/[0-9a-f]{32}/); if ( RLENGTH == 32 ) print substr($0,idx,RLENGTH)}' test h4x0r#