Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull request #1

Merged
merged 2 commits into from
Feb 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# StealthSense: The Ultimate Open-Source PC Surveillance Solution

Keep your PC protected and secure with StealthSense, the open-source IP monitoring tool to never have to worry about theft and unauthorized "EvilTwin" attacks.
StealthSense is an open-source PC surveillance solution that provides protection against theft and unauthorized access through its IP monitoring capabilities.

StealthSense makes it simple to monitor your PC's IP address
StealthSense makes it simple to monitor your PC's location history
Upon start-up, the tool checks for any changes and informs you via email if necessary.
This ensures that your device is always secure and protected.

Expand Down
2 changes: 1 addition & 1 deletion StealthSense.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if ($connection) {

#Gmail settings
$SMTPServer = "smtp.gmail.com"
$From = $
$From = $Gmail_Address
$ToUsers = "Mail_Addresses1", "Mail_Addresses2", "Mail_Addresses3";
$SMTPClient = New-Object Net.Mail.SmtpClient($SMTPServer, 587)
$SMTPClient.EnableSsl = $true
Expand Down