frequencyfun

Important Note

This project is intended solely for educational purposes. Redistribution of this project as an executable or deceptive software is strictly prohibited. Use this project responsibly and ensure you comply with all relevant laws and ethical guidelines.

About

This is a spyware prototype written in Python that focuses solely on the usage of frequencies. It is designed as a proof of concept and is intended for Windows systems only.

Features include sending reports to Discord webhooks, taking screenshots of all monitors, or toggling a network sniffer or keylogger. All collected data is saved to the reports directory. Again, only use this project for educational purposes and use it responsibly.

Installation & Use

  1. Clone the GitHub Repository
git clone https://github.com/yourusername/frequencyfun.git
cd frequencyfun
  1. Install Dependencies
  • Ensure you have Python 3.x installed
  • Install necessary Python packages
pip install -r requirements.txt
  • Install external soft dependencies below depending on your use case
  1. Configuration is found within main.py

  2. Run the project simply by executing python main.py

  3. Play a frequency based off your frequency list (eg. 10kHz -> pack and send reports)

External Soft Dependencies

  • Netsniffer:
    • Packet capture library (eg. Npcap)

Disclaimer

Project authors and contributors are not responsible for any misuse or unintended consequences resulting from the use of this code. By using this project, you agree to use it only for lawful, ethical, and educational purposes.