Coder Social home page Coder Social logo

hexnio / ssl_pinning_remover Goto Github PK

View Code? Open in Web Editor NEW
40.0 3.0 10.0 153 KB

An Android SSL Pinning Remover tool for Security research and Bug Bounty

License: GNU General Public License v3.0

Python 100.00%
android security-automation security-tools bugbounty python3 bug-bounty bugbounty-tool ssl-pinning help-wanted

ssl_pinning_remover's People

Contributors

hexnio 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

Watchers

 avatar  avatar  avatar

ssl_pinning_remover's Issues

Index out of range

I am trying to run it on my macOS but getting this below error.
chmosama@Chs-Mac Desktop % ssl_pinning_remover -i world.apk -v [+] Cleaning... Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.7/bin/ssl_pinning_remover", line 8, in <module> sys.exit(main()) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ssl_pinning_remover/ssl_pinning_remover.py", line 64, in main unlock_apk(args.input, args.upload) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ssl_pinning_remover/ssl_pinning_remover.py", line 13, in unlock_apk output_folder = core.unpack_jar(input_path) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ssl_pinning_remover/core/core.py", line 37, in unpack_jar output_dir = input_path.rsplit('/',1)[1].rsplit('.', 1)[0] IndexError: list index out of range

after setup there are some errors

So when i am trying to run
ssl_pinning_remover -i test.apk -v
this will show as output
Traceback (most recent call last): File "c:\users\----------\appdata\local\programs\python\python38-32\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "c:\users\----------\appdata\local\programs\python\python38-32\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Users\----------\AppData\Local\Programs\Python\Python38-32\Scripts\ssl_pinning_remover.exe\__main__.py", line 4, in <module> File "c:\users\----------\appdata\local\programs\python\python38-32\lib\site-packages\ssl_pinning_remover\ssl_pinning_remover.py", line 5, in <module> from .core import core File "c:\users\----------\appdata\local\programs\python\python38-32\lib\site-packages\ssl_pinning_remover\core\core.py", line 4, in <module> import magic File "c:\users\----------\appdata\local\programs\python\python38-32\lib\site-packages\magic.py", line 201, in <module> raise ImportError('failed to find libmagic. Check your installation') ImportError: failed to find libmagic. Check your installation

Plss Fix this issue!

input ssl_pinning_remover -i test.apk -v
output output_dir = input_path.rsplit('/',1)[1].rsplit('.', 1)[0] IndexError: list index out of range

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.