Skip to content
View ayboraa's full-sized avatar

Organizations

@Mercenaries-Reforged-TEAM

Block or report ayboraa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. IBV2-PoC IBV2-PoC Public

    InsecureBankV2 PoC application. Read more at https://medium.com/@uaybora/insecurebankv2-analysis-and-poc-360c13723189.

  2. Frida React Native OkHttp Bypass - R... Frida React Native OkHttp Bypass - Recently I needed to catch HTTP requests in a React Native application but couldn't manage to do it. This script will intercept request method and force "trust all".
    1
    Java.perform(function () {
    2
        console.log("[*] Forcing OkHttp to Burp Proxy...");
    3
    
                  
    4
        // Hook OkHttpClient
    5
        try {