/hust-thief

a simple tool to obtain designated files from teachers' usb-drives.

Primary LanguageTypeScript

Welcome to hust-thief 👋

Version License: MIT

a simple tool to obtain designated files from teachers' usb-drives.

About

This tool is a tribute to those teachers who NEVER share slides with their students. With this tool, you can secretly make duplication of specific types of files.

However, some files may contain teachers' privacy, and even contain secret-related information, which means the process of copying could be agasinst laws.

Use at your own risk. Don't be evil.

Install

Node.js runtime is required, you can achieve it via offical website.

Then, run:

yarn install

Build

yarn build

Usage

Edit config.json.

  "checkInterval": 5, // interval between usb connection checks
  "destFolder": "E:\\Users\\EvilC\\Pictures\\Saved Pictures\\test", // better volume E or F 
  "fileTypes": [
    ".jpg",
    ".jpeg",
    ".gif",
    ".webp",
    ".svg",
    ".tiff",
    ".tif",
    ".png",
    ".bmp",
    ".ppt",
    ".pptx",
    ".doc",
    ".docx",
    ".pdf"
  ]

Then, directly double-click to excute run.vbs, and hust-thief will run in background.

Or run via terminal, which is not invisible to the teacher.

yarn run start

Author

👤 maniacata

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator