Advertisement
ps66uk

CC-extract-URL-from-MSG

Dec 5th, 2018
1,468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. extract URL from MSG file with CyberChef - drop the MSG/EML into the input.
  2.  
  3. excludes paypal URLs. update with additional regex as needed
  4.  
  5. ------------------
  6.  
  7. https://gchq.github.io/CyberChef/#recipe=From_Quoted_Printable()URL_Decode()Find_/_Replace(%7B'option':'Extended%20(%5C%5Cn,%20%5C%5Ct,%20%5C%5Cx...)','string':'%3D%5C%5Cn'%7D,'',true,false,true,false)Find_/_Replace(%7B'option':'Regex','string':'://%5B%5C%5Cw%5D%2B.paypal'%7D,'',true,false,true,false)Split('%26','%5C%5Cn')Split('%3D','%5C%5Cn')Extract_URLs(false)Unique('Line%20feed')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement