Skip to content

Instantly share code, notes, and snippets.

View isocolon's full-sized avatar
💭
I may be slow to respond.

isocolon isocolon

💭
I may be slow to respond.
View GitHub Profile
@api0cradle
api0cradle / check_vulnerabledrivers.ps1
Created May 19, 2023 14:13
A quick script to check for vulnerable drivers. Compares drivers on system with list from loldrivers.io
# Simple script to check drivers in C:\windows\system32\drivers against the loldrivers list
# Author: Oddvar Moe - @oddvar.moe
$drivers = get-childitem -Path c:\windows\system32\drivers
$web_client = new-object system.net.webclient
$loldrivers = $web_client.DownloadString(" https://www.loldrivers.io/api/drivers.json") | ConvertFrom-Json
Write-output("Checking {0} drivers in C:\windows\system32\drivers against loldrivers.io json file" -f $drivers.Count)
foreach ($lol in $loldrivers.KnownVulnerableSamples)
{
@Siss3l
Siss3l / sidequest2023.md
Last active February 11, 2025 00:34
TryHackMe Advent of Cyber 2023 SideQuests

TryHackMe - Advent of Cyber 2023 Side Quests

In addition to the Advent of Cyber 2023 room, we have an annex Side Quest task at our disposal.

Side

Description

Four rooms need to be completed to finish the Christmas side quests challenge: