Skip to content

Releases: LogicBypass/StealthSense

StealthSense V2.0

16 Feb 17:23
4ef9976
Compare
Choose a tag to compare

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 #1Accessing Google Account

    Log in to your Google account with your login credentials


  • Step #2 — Enabling 2-Step Verification

    • Select Security from the left navigation bar
    • Select 2-Step Verification option, and complete the further setup.
      image
  • Step #3 — Generating App Password

    • Select App Passwords (Under 2-Step Verification)
      image

    • Then, select the app from the drop-down choice and choose Other (Custom name).
      image

    • Give any name of your choice to your App password and hit Generate
      image

    • Once the app password is generated, you need to save it for later

    image



2. StealthSense-Config.ps1 - Deployment:

  1. Download StealthSense-Config.ps1
  2. Run the StealthSense-Config.ps1

    - On Windows 11: (Right Click > Run with Powershell)

    - On Windows 10: (Shift + Right Click > Run with Powershell)
  3. 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

02 Feb 15:57
4525684
Compare
Choose a tag to compare

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 #1Accessing Google Account

    Log in to your Google account with your login credentials


  • Step #2 — Enabling 2-Step Verification

    • Select Security from the left navigation bar
    • Select 2-Step Verification option, and complete the further setup.
      image
  • Step #3 — Generating App Password

    • Select App Passwords (Under 2-Step Verification)
      image

    • Then, select the app from the drop-down choice and choose Other (Custom name).
      image

    • Give any name of your choice to your App password and hit Generate
      image

    • Once the app password is generated, you need to save it for later

    image




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..

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
  • Switch to Triggers Tab:
    • Click on New button
    • Select Begin the task: At startup
    • Select Delay task for: enter 10 seconds
    • Press OK
  • Switch to Actions Tab:
    • Click on New button
    • Click on Browse... button
    • Select Startup.cmd
    • Press OK
  • Switch to Actions Tab:
    • Disable Stop if the computer switches to battery power and Start the task only if the computer is on AC power
  • 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 to Stop the existing instance
  • OK
  • May be asked for your account password
Email Alert Example:

image