Skip to content

123tool/Pegasus-Spyware-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple Python script to detect and terminate suspicious processes that may indicate the presence of spyware.

Features

  • Detects suspicious processes based on process name
  • Detects suspicious processes based on known spyware signatures
  • Terminates suspicious processes found

Prerequisites

  • Python 3.x installed on your system
  • Git installed on your system (optional)

Installation

  1. Clone this repository to your local machine using Git :
git clone https://github.com/your-username/spyware-detector.git
  1. Navigate to the repository directory :
cd spyware-detector

Usage Using Python (Windows, macOS, Linux)

  1. Open a terminal or command prompt
  2. Navigate to the repository directory (if not already there)
  3. Run the script using Python :
python spyware_detector.py
or
python3 spyware_detector.py

Using Termux (Android)

  1. Open Termux on your Android device
  2. Install Python 3.x if not already installed :
pkg install python
  1. Clone this repository to your Termux directory :
git clone https://github.com/your-username/spyware-detector.git
  1. Navigate to the repository directory》:
cd spyware-detector
  1. Run the script using Python :
python spyware_detector.py
or
python3 spyware_detector.py

Using Linux

  1. Open a terminal
  2. Navigate to the repository directory (if not already there)
  3. Run the script using Python:
python3 spyware_detector.py

Notes

  • Make sure you have sufficient permissions to run the script
  • Do not use this script for malicious purposes
  • This script is for educational purposes only and may not detect all types of spyware

About

Python script to detect suspicious processes that may indicate the presence of spyware such as Pegasus, RAT, and others.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages