Releases: LogicBypass/StealthSense
StealthSense V2.0
Completely automated the deployment for StealthSense from one file.
Instructions:
1. Create Gmail SMTP Password
How to create Gmail SMTP Password
How to create Gmail SMTP Password:
-
Step #1 — Accessing Google Account
Log in to your Google account with your login credentials
-
Step #2 — Enabling 2-Step Verification
-
Step #3 — Generating App Password
-
Select App Passwords (Under 2-Step Verification)
-
Then, select the app from the drop-down choice and choose Other (Custom name).
-
Give any name of your choice to your App password and hit Generate
-
Once the app password is generated, you need to save it for later
-
2. StealthSense-Config.ps1
- Deployment:
- Download
StealthSense-Config.ps1
- Run the
StealthSense-Config.ps1
- On Windows 11:(Right Click > Run with Powershell)
- On Windows 10:(Shift + Right Click > Run with Powershell)
- Press
Yes
and follow the instructions
ATTENTION! In password field you need to insert SMTP Password generated by Gmail NOT password from your account
StealthSense V1
Included 2 Raw files:
- StealthSense.ps1 - Main code
- Startup.cmd - Startup trigger file used for Task Scheduler.
Instructions:
How to create Gmail SMPT Password
How to create Gmail SMPT Password:
-
Step #1 — Accessing Google Account
Log in to your Google account with your login credentials
-
Step #2 — Enabling 2-Step Verification
-
Step #3 — Generating App Password
-
Select App Passwords (Under 2-Step Verification)
-
Then, select the app from the drop-down choice and choose Other (Custom name).
-
Give any name of your choice to your App password and hit Generate
-
Once the app password is generated, you need to save it for later
-
StealthSense.ps1
Configuration:
- Open
StealthSense.ps1
in any text editor - Edit (line 8)
$PcName = "GiveMeAName"
Give a name to your PC - Edit (line 9)
$Gmail_Address = "Your_Gmail_Address"
Change to your Gmail accout that you're created SMTP password - Edit (line 10)
$Password = "SMPT_Generated_Password"
Insert Generated App Password from previous section. - Edit (line 33)
$ToUsers = "Mail_Addresses1", "Mail_Addresses2", "Mail_Addresses3";
Insert Emails where to send the alert- For one address remove the rest placeholders
- Ex: 1 address
$ToUsers = "test@gmail.com";
- Ex: 2 addresses
$ToUsers = "test@gmail.com", "test2@gmail.com";
- And so on..
- Ex: 1 address
- For one address remove the rest placeholders
After Configuration, run startup.cmd
and it will automaticaly add the script to "Task Scheduler" and generate 3 log files:
- startup.log - For debuging
- Log_IP.log - For history logging (this history will be sent to email)
- ip.txt - Last IP Address
Startup.cmd
Configuration:
- Open "Start" menu
- Search for "Task Scheduler", click to Open
- Press
Create Task
- In
General
Tab Insert:- Name:
StealthSense
- Description:
StealthSense PC surveillance solution that provides protection against theft and unauthorized access through its IP monitoring capabilities
- Select
Run whether user is logged on or not
- Name:
- Switch to
Triggers
Tab:- Click on
New
button - Select Begin the task:
At startup
- Select Delay task for: enter
10 seconds
- Press
OK
- Click on
- Switch to
Actions
Tab:- Click on
New
button - Click on
Browse...
button - Select
Startup.cmd
- Press
OK
- Click on
- Switch to
Actions
Tab:- Disable
Stop if the computer switches to battery power
andStart the task only if the computer is on AC power
- Disable
- Switch to
Settings
Tab:- Make sure just top 3 box are selected
Allow ...
,Run ..
,If ...
- Disable the rest one
- Change
Do not start a new instance
toStop the existing instance
- Make sure just top 3 box are selected
OK
- May be asked for your account password