singhdilveer1 / WindowsUSBStealer

This is a demonstration script to showcase how a batch and visual basic script can be used to steal a user's data and copy it to an external drive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WindowsUSBStealer

This is a demonstration script to showcase how batch and visual basic scripts can be used to steal a Windows user's data.

NOTICE : I do not condone any illegal usage of these scripts or any of their derivatives.

This script is a product of my past explorations. I'm sharing it in its current state, without any guarantees of future support. However, I'm happy to answer any initial questions you may have.

This script tries to steal the following data -

  • Chrome and Firefox user data.
  • Logged in user's Downloads, Videos, Pictures, Documents, and their Desktop.

The data is copied into separate subdirectories in the script's directory.

Start the script through "start.vbs". It'll start "helper.bat" (stealer) in the background. All while avoiding any AV detections.

About

This is a demonstration script to showcase how a batch and visual basic script can be used to steal a user's data and copy it to an external drive.

License:Apache License 2.0


Languages

Language:Batchfile 95.8%Language:VBScript 4.2%