PyMalware


NamePyMalware JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/PthePro777YT/PyMalware
SummaryA python package to make malware creation easier
upload_time2023-08-13 16:07:56
maintainer
docs_urlNone
authorPthePro777 YT
requires_python>=3.7
licenseMIT
keywords malware advanced python dev
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a malware module that you can use to make ransomware and more.
You shall not use this for any malicious purposes, and the creator is not responible for any malicious activity using this module

Examples:

malware.ransomware.encrypt(passw="P@SS\/\/()RD", path="C:/Users/user/Desktop", saltsize=32, debug=False, saltfile="salt.salt")
malware.ransomware.decrypt(passw="P@SS\/\/()RD", path="C:/Users/user/Desktop", debug=False, saltfile="salty file.salt")

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PthePro777YT/PyMalware",
    "name": "PyMalware",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Malware,Advanced,Python,Dev",
    "author": "PthePro777 YT",
    "author_email": "PthePro777 YT <pthepro777ytb@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/2c/99/24bc65068b3565271e57daa8e4c62fd319278357decc1c2a38bfbe398a19/PyMalware-1.0.tar.gz",
    "platform": null,
    "description": "This is a malware module that you can use to make ransomware and more.\r\nYou shall not use this for any malicious purposes, and the creator is not responible for any malicious activity using this module\r\n\r\nExamples:\r\n\r\nmalware.ransomware.encrypt(passw=\"P@SS\\/\\/()RD\", path=\"C:/Users/user/Desktop\", saltsize=32, debug=False, saltfile=\"salt.salt\")\r\nmalware.ransomware.decrypt(passw=\"P@SS\\/\\/()RD\", path=\"C:/Users/user/Desktop\", debug=False, saltfile=\"salty file.salt\")\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python package to make malware creation easier",
    "version": "1.0",
    "project_urls": {
        "Download": "https://github.com/PthePro777YT/PyMalware/releases/download/v_01/PyMalware.tar.gz",
        "Homepage": "https://github.com/PthePro777YT/PyMalware"
    },
    "split_keywords": [
        "malware",
        "advanced",
        "python",
        "dev"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c9924bc65068b3565271e57daa8e4c62fd319278357decc1c2a38bfbe398a19",
                "md5": "565e03d6441510893ec782fdfb9d3498",
                "sha256": "5a7c776084b969d4e141da6b8b647e4017ff119a47dd860bcb67b89e211ffada"
            },
            "downloads": -1,
            "filename": "PyMalware-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "565e03d6441510893ec782fdfb9d3498",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5610,
            "upload_time": "2023-08-13T16:07:56",
            "upload_time_iso_8601": "2023-08-13T16:07:56.218887Z",
            "url": "https://files.pythonhosted.org/packages/2c/99/24bc65068b3565271e57daa8e4c62fd319278357decc1c2a38bfbe398a19/PyMalware-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-13 16:07:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PthePro777YT",
    "github_project": "PyMalware",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pymalware"
}
        
Elapsed time: 0.09697s