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.

  • 相关阅读:
    C#学习-多态
    C#学习-子类的初始化顺序
    C#学习-面向对象
    Python数据类型知识点全解
    python 复制图片到剪贴板
    pyperclip
    pyautogui
    多线程代码案例
    常用正则表达式最强整理(速查手册)
    python os
  • 原文地址:https://www.cnblogs.com/pieces0310/p/6016039.html
Copyright © 2011-2022 走看看