zoukankan      html  css  js  c++  java
  • How secure FB Messenger is?

    It's reported that FB Messenge is the most secure App for instant messaging service. Let's see if FB messenger is secure enough or not. I'll evaluate it according to OWASP Mobile Top 10 risks.

    The first one of OWASP Moble Top ten risks is M1- "Insecure Data Storage".

    For example:

    1.Sensitive data left unprotected

    2.Sensitive data in temporarily/cache files

    3.Weak or global permissions(ie: SD Card)

    Let's extract FB Messenger from Angela's smart phone and take a look. Oh no~ User ID and User Name is right there in plaintext. FB Messenger violates the OWASP Mobile Top ten risks M1. Let's see how bad the situation is.

    Also we could dig out info about her FB contacts.

    Furthermore we could got the URL of pics.

    All we have to do is copy and paste the URL into browser. Ok it looks like a StartBucks coffee. You know lots of people like to take selfies. There is much chance that you could see his/her selfie.

    Where is the database containing chat messages? Here you are. We could see which fbid talked to each other and what they've talked about.

  • 相关阅读:
    js(一)
    css (一)
    html
    Spring MVC(四)
    Spring MVC(三)
    Spring MVC(二)
    Spring MVC(一)
    Druid应用
    C3P0使用
    jdbc(二)
  • 原文地址:https://www.cnblogs.com/pieces0310/p/6016039.html
Copyright © 2011-2022 走看看