This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
$jsonString = $web_client.DownloadString("https://www.loldrivers.io/api/drivers.json") | |
$jsonString = $jsonString -replace '"INIT"','"init"' | |
$loldrivers = $jsonString | ConvertFrom-Json | |
Write-output("Checking {0} drivers in C:\windows\system32\drivers against loldrivers.io json file" -f $drivers.Count) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This list contains all gathered SSIDs from the DEF CON converence from Aug 8-11. | |
# These were gathered via a HAK5 Wifi Pineapple MK7 (2796 SSIDs in total) | |
#Contabilidad | |
#FreeStationWiFi | |
#Latomatina | |
#Moynihan-PublicWiFi | |
#MyBWI-Fi | |
#SFO FREE WIFI | |
#Super8 |