Skip to content
/ scans Public

Scanning setup utility written in PowerShell and compiled with PS2EXE for quick usage in the field.

Notifications You must be signed in to change notification settings

mstrhakr/scans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Scanning Setup Utility

The Basics

Either run the exe found in releases or paste the following into an admin powershell window.

irm https://raw.githubusercontent.com/mstrhakr/scans/main/scans.ps1 | iex

The exe is compiled with PS2EXE from the source available here.

This script completely setups the user environment to allow a quick scan to SMB setup

This includes:

  • Creating or updating the scans user account
  • Creating the scans folder at C:\scans (by default)
  • Setting local permissions for the scans folder
  • Sharing the scans folder via SMB as scans (by default)
  • Setting SMB permissions for the SMB share
  • Creating a desktop shortcut to the scans folder
  • Setting the Network Category to Private

All you have to do is run scans.exe and follow the prompts, it's as easy as that.

First choose the inputs, the password is randomly generated at 10 characters long.

Setup

Then if you want choose to disable any of the options on the settings page.

Settings

Then wait for the utility to complete all the required changes to your system.

Loading

When the utility is finished, click 'Done' to close the window.

Finished

Note: You must disable Real-Time Scanning in your AV software to run this utility via the scans.exe available in the releases section

About

Scanning setup utility written in PowerShell and compiled with PS2EXE for quick usage in the field.

Resources

Stars

Watchers

Forks