A retro theme mimicking the terminal designs in the Fallout video game franchise. It uses CSS animation for a screen flicker effect and a simple scroll (I'm working on a better line by line scroll).
A Pen by Mack Richardson on CodePen.
| OS Name: Microsoft Windows 10 Pro | |
| OS Manufacturer: Microsoft Corporation | |
| OS Configuration: Standalone Workstation | |
| OS Build Type: Multiprocessor Free | |
| System Manufacturer: Micro-Star International Co., Ltd | |
| System Model: MS-7A32 | |
| System Type: x64-based PC | |
| Total Physical Memory: 32,715 MB | |
| Processor(s): 1 Processor(s) Installed. | |
| [01]: AMD64 Family 23 Model 1 Stepping 1 AMD ~3800 Mhz (RYZEN 1700x) |
| function Get-InjectedThread | |
| { | |
| <# | |
| .SYNOPSIS | |
| Looks for threads that were created as a result of code injection. | |
| .DESCRIPTION | |
| { | |
| "domain": "slack.com", | |
| "active": true, | |
| "last_update": 1525850454.678481, | |
| "email_pattern": "", | |
| "email_count": 3, | |
| "emails": [ | |
| { | |
| "email_address": "feedback@slack.com", | |
| "first_name": "", |
A retro theme mimicking the terminal designs in the Fallout video game franchise. It uses CSS animation for a screen flicker effect and a simple scroll (I'm working on a better line by line scroll).
A Pen by Mack Richardson on CodePen.
| Write-Host "$('[{0:HH:mm}]' -f (Get-Date)) Installing SysInternals Tooling..." | |
| $sysinternalsDir = "C:\Tools\Sysinternals" | |
| $sysmonDir = "C:\ProgramData\Sysmon" | |
| If(!(test-path $sysinternalsDir)) { | |
| New-Item -ItemType Directory -Force -Path $sysinternalsDir | |
| } Else { | |
| Write-Host "$('[{0:HH:mm}]' -f (Get-Date)) Tools directory exists, no need to re-install. Exiting." | |
| exit | |
| } | |
| |