Notifications
Clear all

Ufed regex-thingy

2 Posts
2 Users
0 Likes
1,042 Views
LeGioN
(@legion)
Posts: 51
Trusted Member
Topic starter
 

Hello!

So.. Here is the dirty summary of what has happened so far

Using various methodes we have now seven iphone backups mashed into one case in UFED Physical Analyzer.

Do anyone know if there is a way to do a regex through the entire project to search for six-digit codes that might be hidden in messages, notes, chats and so forth using the search function of the program?

/LeGioN

 
Posted : 26/02/2019 10:35 am
(@dpathan)
Posts: 28
Eminent Member
 

\d{6}
This would search any 6 digits in entire case.

Use this to build and customize expression as you need https://regexr.com/

 
Posted : 28/02/2019 8:26 pm
Share: