GithubHelp home page GithubHelp logo

Frida about instagram_ssl_pinning HOT 18 CLOSED

pouyadarabi avatar pouyadarabi commented on June 16, 2024
Frida

from instagram_ssl_pinning.

Comments (18)

GHXST01 avatar GHXST01 commented on June 16, 2024

@pouyadarabi are you still available? I'm the creator of the following patch using Frida:

var moduleNames  = ['libxliger.so', 'libsslx.so'];
var functionName = 'X509_verify_cert'

moduleNames.forEach( function(moduleName) {

    Interceptor.attach(Module.findExportByName(moduleName, functionName), {

        onEnter: function (args) {
            // Logging the progress
            send('');
        },

        onLeave: function (retval) {
            // Patching return value from 0x0 -> 0x1
            retval.replace(1);
        }

    });

});

Can you tell me if you've updated anything besides this? I want to update my patch to work with the latest IG versions.

from instagram_ssl_pinning.

GHXST01 avatar GHXST01 commented on June 16, 2024

@pouyadarabi Hey, could you please get back to me? Thanks.

from instagram_ssl_pinning.

pouyadarabi avatar pouyadarabi commented on June 16, 2024

Hi,

Just libliger.so and X509_verify_cert

from instagram_ssl_pinning.

unlimire avatar unlimire commented on June 16, 2024

@pouyadarabi but i got expected a pointer

from instagram_ssl_pinning.

hekahatika avatar hekahatika commented on June 16, 2024

@pouyadarabi libliger.so dont have function "X509_verify_cert"
can you send me this pic https://raw.githubusercontent.com/pouyadarabi/Instagram_SSL_Pinning/master/arm/after.jpg?123
you deleted it

from instagram_ssl_pinning.

SuhatAkbulak avatar SuhatAkbulak commented on June 16, 2024

Is there any improvement on the latest version?
Read the Data of the Latest Version.
I can give you a tip :)

from instagram_ssl_pinning.

gaplan avatar gaplan commented on June 16, 2024

libcrypto.so has X509_verify_cert function.
Thanx frida.

handlers/libcrypto.so/X509_verify_cert.js

from instagram_ssl_pinning.

SuhatAkbulak avatar SuhatAkbulak commented on June 16, 2024

@gaplan last version ?

from instagram_ssl_pinning.

gaplan avatar gaplan commented on June 16, 2024

@SuhatAkbulak V75 & v76 (alpha)
but does not running on this.
not calling for Ssl cert

from instagram_ssl_pinning.

SuhatAkbulak avatar SuhatAkbulak commented on June 16, 2024

@gaplan What version does it work on?

from instagram_ssl_pinning.

gaplan avatar gaplan commented on June 16, 2024

@SuhatAkbulak i dunno,
i'll try older versions.
(yenilerinde bu yok. arıyorum yerini)

from instagram_ssl_pinning.

SuhatAkbulak avatar SuhatAkbulak commented on June 16, 2024

@gaplan Şener Şen ❤️

from instagram_ssl_pinning.

SuhatAkbulak avatar SuhatAkbulak commented on June 16, 2024

@gaplan pls add your skype
Skype=instabayi

from instagram_ssl_pinning.

gaplan avatar gaplan commented on June 16, 2024

@SuhatAkbulak
I'm going to take out all the keys.
Soon.

from instagram_ssl_pinning.

SuhatAkbulak avatar SuhatAkbulak commented on June 16, 2024

@gaplan please contact me

from instagram_ssl_pinning.

gokaybiz avatar gokaybiz commented on June 16, 2024

Suhat naber?

from instagram_ssl_pinning.

SuhatAkbulak avatar SuhatAkbulak commented on June 16, 2024

@gokaybiz Sizleri sormalı

from instagram_ssl_pinning.

gokaybiz avatar gokaybiz commented on June 16, 2024

Are u inspired from whitehat mode?
I mean, are u cracked that feature? Or something else?

from instagram_ssl_pinning.

Related Issues (20)

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.