mobsecco


Namemobsecco JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/Anof-cyber/MobSecco
SummaryClone Cordova application for fun and bypassing security restrictions for pentesting
upload_time2023-06-11 13:40:11
maintainer
docs_urlNone
authorSourav Kalal
requires_python>=3.6
licenseMIT license
keywords mobsecco bug bounty android pentesting security
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MobSecco

<img src="https://i.ibb.co/Ldc788L/carbon.png" alt="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.

## Prerequisites

- Python 3
- 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.



## 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
```

## 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")

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Anof-cyber/MobSecco",
    "name": "mobsecco",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "mobsecco,bug bounty,android,pentesting,security",
    "author": "Sourav Kalal",
    "author_email": "kalalsourav20@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/94/9a/2b63ec8bc39dcd86206bf86fbb9cd8a4aaee1874918e0896a53a643969be/mobsecco-0.1.tar.gz",
    "platform": null,
    "description": "# MobSecco\r\n\r\n<img src=\"https://i.ibb.co/Ldc788L/carbon.png\" alt=\"MobSecco\">\r\n\r\n\r\nThis 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.\r\n\r\n## Prerequisites\r\n\r\n- Python 3\r\n- NodeJS with NPM\r\n- Java JDK\r\n- Android SDK + Android Studio\r\n- Gradle\r\n- Cordova \r\n\r\n> **Note**:\r\n> 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.\r\n\r\n\r\n\r\n## Installation\r\nManual Installation\r\n\r\n```bash\r\n  git clone https://github.com/Anof-cyber/MobSecco\r\n  cd MobSecco\r\n  pip install -r requirements.txt\r\n```\r\n\r\nInstall with PIP\r\n```\r\npip install mobsecco\r\n```\r\n\r\n\r\n## Usage\r\n\r\n```bash\r\nmobsecco -f ~/path/to/file.apk\r\n```\r\n\r\n## Reference\r\n\r\n[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\")\r\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Clone Cordova application for fun and bypassing security restrictions for pentesting",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/Anof-cyber/MobSecco"
    },
    "split_keywords": [
        "mobsecco",
        "bug bounty",
        "android",
        "pentesting",
        "security"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "949a2b63ec8bc39dcd86206bf86fbb9cd8a4aaee1874918e0896a53a643969be",
                "md5": "4d1e703dfcddb6bdf30b2a9604bdb6f0",
                "sha256": "1067ccefdaef6d658cef7ab2a8f17d0a4950af5558a37e2e566b8522528fb59a"
            },
            "downloads": -1,
            "filename": "mobsecco-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4d1e703dfcddb6bdf30b2a9604bdb6f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6010,
            "upload_time": "2023-06-11T13:40:11",
            "upload_time_iso_8601": "2023-06-11T13:40:11.022584Z",
            "url": "https://files.pythonhosted.org/packages/94/9a/2b63ec8bc39dcd86206bf86fbb9cd8a4aaee1874918e0896a53a643969be/mobsecco-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-11 13:40:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Anof-cyber",
    "github_project": "MobSecco",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "mobsecco"
}
        
Elapsed time: 0.08299s