An open API service indexing awesome lists of open source software.

https://github.com/anof-cyber/mobsecco

Cloning apk for bypassing code tampering detection, Google Safety Net and scanning vulnerable plugins
https://github.com/anof-cyber/mobsecco

android apk bug-bounty bugbounty cordova cybersecurity mobile-security penetration-testing pentesting pentesting-tools python

Last synced: 11 days ago
JSON representation

Cloning apk for bypassing code tampering detection, Google Safety Net and scanning vulnerable plugins

Awesome Lists containing this project

README

        

# MobSecco

MobSecco

This Python script enables the cloning of Cordova-based mobile applications to create a new debug APK using the source code, purely for recreational purposes and to bypass security checks. Additionally, the script verifies the presence of outdated versions of Cordova libraries.

[![python-app](https://github.com/Anof-cyber/MobSecco/actions/workflows/python-app.yml/badge.svg)](https://github.com/Anof-cyber/MobSecco/actions/workflows/python-app.yml)
![PyPI](https://img.shields.io/pypi/v/mobsecco)

## Reference

[Recreating Cordova Mobile Apps to Bypass Security Implementations](https://medium.com/@Ano_F_/recreating-cordova-mobile-apps-to-bypass-security-implementations-8845ff7bdc58 "Recreating Cordova Mobile Apps to Bypass Security Implementations")

## Installation
Manual Installation

```bash
git clone https://github.com/Anof-cyber/MobSecco
cd MobSecco
pip install -r requirements.txt
```

Install with PIP
```
pip install mobsecco
```

## Usage

```bash
mobsecco -f ~/path/to/file.apk
```

## Prerequisites

- Python 3.6+
- NodeJS with NPM
- Java JDK
- Android SDK + Android Studio
- Gradle
- Cordova

> **Note**:
> The system environment should contain the necessary requirements. The build process relies heavily on specific versions of Cordova and Gradle. It is not possible to determine the exact version used in the original application. To ensure a successful build process, it is important to use compatible or closely related versions.

- The tool only installs the plugins available on the package manager. For any help kindly go through the article from reference.

## TBD
- iOS Clone