Get email notification when someone try to login your computer or server
In this video I will show you how you can get alert when someone try to HACK you computer or server by login. I tried to establish a mechanism that will allow you to get information for failed logon attempt
Here is script
$From =”Your gmail account”
$To = “You email address”
$SMTPServer = “smtp.gmail.com”
$SMTPPort = “587”
$Username = “your gmail account”
$Password = “gmail password”
$subject = “Bad Password Attempt”
$body = “Someone trying to login your computer. if its not that you please take action!”
$smtp = New-Object System.Net.Mail.SmtpClient($SMTPServer, $SMTPPort);
$smtp.EnableSSL = $true
$smtp.Credentials = New-Object System.Net.NetworkCredential($Username, $Password);
$smtp.Send($From, $To, $subject, $body);
Add arguments : -ExecutionPolicy ByPass -File X:PathToScriptOwaAttack.ps1
#SuperITFolks.com #HackingTricks #Protection
by Mushaaf
linux smtp server
Hello brother. I badly in need of this feature. but later I discovered that google has turned off the feature of less secure sign in. therefore this does not work anymore. would you please like to guide me? this is very important for me. I know you have great knowledge and very less appreciated by people. please update
by the time you get an e-mail your computer is compromised/hacked
I need some help from you
thanks Dear.
ho to reset this. power shall open.
bro this will be work on pc?