Command Guide - arlotalkington/Virus-Be-Gone GitHub Wiki

๐Ÿงพ Command Guide

Virus Be Gone runs in an interactive terminal. Use the commands below to scan your system, manage threats, and control the scanner.


๐Ÿ” Scanning Commands

scan --full]

Scans all files in C:.

Examples:

scan --full

scan --quick

Performs a fast scan of user folders (Downloads, Documents, Desktop, etc.) and system-critical areas.

Example:

scan --quick

scan --custom <path>

Scans a specific path.

Example:

scan --custom C:\Users\arlo\Downloads

๐Ÿฆ  Quarantine Commands

quarantine <filepath>

Manually move a suspicious file into quarantine.

Example:

quarantine C:\Users\arlo\sus_file.exe

quarantines

List all currently quarantined files.

Example:

quarantines

restore <filename>

Restores a quarantined file to its original location.

Example:

restore sus_file.exe

delete <filename>

delete --all

Delete a specific quarantined file or all at once.

Examples:

delete malware.exe
delete --all

๐Ÿงฌ Signature & Scan Tools

reload_sigs

Reload signature files from the signatures/ folder.
Use this after adding new .json sigs.

Example:

reload_sigs

monitor <filepath>

Start real-time monitoring on the path provided, If no path is provided defaults to C:.

Example:

monitor C:\Users\arlo\malware

๐Ÿงผ Misc Tools

clear

Clears the screen for a clean terminal view.

Example:

clear

exit

Exits the Virus Be Gone program.

Example:

exit

๐Ÿ›ก๏ธ For help in the app, type help or ? anytime.

โš ๏ธ **GitHub.com Fallback** โš ๏ธ