Python program which extracts registry information of client computer.
Python
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Client
Distributer
Receiver
README.md
setup.py

README.md

Pyregreader

Pyregreader is a self deployable set of individual python programs, used to extract and send registry information from multiple client computers to a single host computer. Pyregreader will also write all data extracted from client registries, to a .csv file generated on a host computer.

Individual programs:

  1. Distributer.py - Program which distributes Client.py to multiple client computers on a network.
  2. Client.py - Program that reads, extracts and sends local registry data of machine it is running on.
  3. Receiver.py - Program which receives the extracted registry data from Client.py and writes extracted data to a .csv file.
  4. setup.py - Program used to generate a .exe from an individual python program

Dependencies:

CX_Freeze and openpyxl