Skip to content

gfesatidis/pyRSPY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyRSPY

pyRSPY is a Command Line Interface (CLI) tool written in python. It's a tool for penetration testing only!

Features

  • Keylogging
  • Screenshot capturing
  • Audio capturing
  • Webcam footage capturing (Ubuntu-based distros support only for now)
  • Archiving the data captured
  • Emailing the data captured (Works with Gmail only!)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • A reverse shell from the target OS
  • Python installed in the target OS

Installing

Download the zip or simply do:

git clone https://github.com/GeorgeFesa/pyRSPY

Next:

cd pyrspy

Install the dependencies:

pip3 install -r requirements.txt

or you can install them using:

python3 setup.py install

For Linux based targets you need to install also:

cd pyrspy
python3 libportaudio2_fix.py

To check if everything installed correctly type:

python3 pyrspy.py -V

Built With

History

v1.0 - Initial release

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Disclaimer

TO BE USED FOR EDUCATIONAL PURPOSES ONLY
The use of the pyRSPY is COMPLETE RESPONSIBILITY of the END-USER. I assume NO liability and NOT responsible for any misuse or damage caused by this program.

About

A command line tool for penetration testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages