Notifications
Clear all

Ufed regex-thingy

2 Posts
2 Users
0 Reactions
1,552 Views
LeGioN
(@legion)
Trusted Member
Joined: 8 years ago
Posts: 51
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


   
Quote
(@dpathan)
Eminent Member
Joined: 7 years ago
Posts: 28
 

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

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


   
ReplyQuote
Share: