{"id":13843530,"url":"https://github.com/d0gkiller87/Frida-libcurlUnpinning","last_synced_at":"2025-07-11T19:32:00.579Z","repository":{"id":177963678,"uuid":"395136929","full_name":"d0gkiller87/Frida-libcurlUnpinning","owner":"d0gkiller87","description":"A Frida script to bypass libcurl (NDK) SSL-Pinning protection in Android apps.","archived":false,"fork":false,"pushed_at":"2024-11-10T10:49:33.000Z","size":189,"stargazers_count":24,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-10T11:30:28.863Z","etag":null,"topics":["frida","frida-javascript","frida-scripts","frida-snippets","mobile-security","reverse-engineering","ssl-pinning"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d0gkiller87.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-08-11T23:06:59.000Z","updated_at":"2024-11-10T10:49:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"f146c00e-9a24-46d7-9f32-edbec0c3df05","html_url":"https://github.com/d0gkiller87/Frida-libcurlUnpinning","commit_stats":null,"previous_names":["d0gkiller87/frida-libcurlunpinning"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d0gkiller87%2FFrida-libcurlUnpinning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d0gkiller87%2FFrida-libcurlUnpinning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d0gkiller87%2FFrida-libcurlUnpinning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d0gkiller87%2FFrida-libcurlUnpinning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d0gkiller87","download_url":"https://codeload.github.com/d0gkiller87/Frida-libcurlUnpinning/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225755017,"owners_count":17519188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["frida","frida-javascript","frida-scripts","frida-snippets","mobile-security","reverse-engineering","ssl-pinning"],"created_at":"2024-08-04T17:02:11.960Z","updated_at":"2024-11-21T15:31:05.697Z","avatar_url":"https://github.com/d0gkiller87.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Introdution\nEnglish | [中文](README_tw.md)\n\nBypass **libcurl** (NDK) SSL-Pinning protection presented in some Android apps.\n\n# Pre-requisites\n- Frida access to your mobile device\n\n# Usage\n### Spawn mode\n```bash\nfrida -U -f com.example --no-pause -l Frida-libcurlUnpinning.js\n```\n\u003e `U`: Connect to remote device\n  `f`: Spawn specified app\n  `--no-pause`: Resume main thread after spawning app\n  `l`: Load \u0026 run script\n\n### Attach mode **(Recommended)**\n```bash\nfrida -U -F -l Frida-libcurlUnpinning.js\n```\n\u003e `U`: Connect to remote device\n  `F`: Attach to foreground app\n  `l`: Load \u0026 run script\n\n# Example\n![](README/images/cli.jpg)\n![](README/images/after.jpg)\n\n# Credits\n- [iOS libcurl hooking](https://www.nevermoe.com/2016/05/30/hook-ios%E7%9A%84libcurl/) by @Nevermoe\n\n# Q \u0026 A\n- Q: How does it work?\n- A: It’s just ~~[a balloon stretched over a cup](https://www.youtube.com/watch?v=QRiQXCkw3rs)~~. Jk, it simply hooks curl_easy_setopt and blocks options related to SSL-Pinning.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd0gkiller87%2FFrida-libcurlUnpinning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd0gkiller87%2FFrida-libcurlUnpinning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd0gkiller87%2FFrida-libcurlUnpinning/lists"}