Is it possible to use Regex through Hexadecimal to find email addresses
- by LukeJenx
Not sure if this is even possible but I have been looking at using Regex to get an email address that is in Hex. Basically this is to build up some of my automated forensic tools but I am having problems on making a suitable Regex algorithm.
Regex for email: /^([a-z0-9_.-]+)@([\da-z.-]+).([a-z.]{2,6})$/
Hex values:
@ = 40
. = 2E
.com = 636f6d…