Giter Site home page Giter Site logo

wargio / fufluns Goto Github PK

View Code? Open in Web Editor NEW
70.0 5.0 10.0 123 KB

Easy to use APK/IPA Mobile App Inspector

Home Page: https://kumo.みんな/2020-03-02.html

License: GNU General Public License v3.0

Python 64.31% HTML 4.10% JavaScript 15.33% CSS 15.60% Shell 0.06% Dockerfile 0.60%
docker inspector ipa-mobile android apk rizin radare2 mobsf

fufluns's People

Contributors

wargio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

fufluns's Issues

allowBackup android

test for android:allowBackup="true"

The mobile application uses external backup functionality (default Android backup mechanism) that may store inside sensitive data from the application. In certain conditions, this may lead to information disclosure (e.g. when a backup server or your Gmail account is compromised).

Broken Markdown generator

Sometimes the markdown generator fails to create valid markdown, due a throw done by the repeat function.

TODO List

Android

  • Check APK Signature
    • rizin can open META-INF/CERT.RSA and print the pkcs7 data from pFp
  • Check Certificates and validity, bad hashes, etc..
  • Detect trackers
  • App is debuggable example
  • Exported example issue - Partial
  • Test all android security best practies link

iOS

  • Weak rand function
  • Sandbox Behavior (like successfully use fork() because calls to fork() are disallowed on a stock iOS device).
  • TrustKit pinning.

Error in ipa and apk analysis

I've tried to analysis the ipa and apk files and get an error:

Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/fufluns/ios/ipa.py", line 56, in _ipa_analysis
    raise e
  File "/fufluns/ios/ipa.py", line 53, in _ipa_analysis
    mod.run_tests(ipa, r2, utils, r2help)
  File "/fufluns/ios/tests/bininfo.py", line 7, in run_tests
    o.binary.classes(filename, r2h.cmdj(r2, 'icj'))
  File "/fufluns/r2help.py", line 14, in cmdj
    return json.loads(v.replace('\\x', '\\u00'), strict=False)
  File "/usr/lib/python3.8/json/__init__.py", line 370, in loads
    return cls(**kw).decode(s)
  File "/usr/lib/python3.8/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python3.8/json/decoder.py", line 353, in raw_decode
    obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1 column 47 (char 46)

fufluns from master branch and was started in docker

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.