Skip to content

Instantly share code, notes, and snippets.

@sleeyax
sleeyax / extracting_WPA_Enterprise_account_credentials.md
Created March 3, 2020 18:21
Extracting stored wifi WPA(2)-Enterprise credentials on Windows 10

Extracting WPA(2)-Enterprise credentials

Step by step guide for n00bs.

Requirements

Make sure you have the following software installed:

Guide

Open cmd as administrator, navigate to the directory where you downloaded the extractor tool and run it for the first time:

@ohyicong
ohyicong / ChangeNetworkAddress.ps1
Last active September 16, 2024 03:23
Powershell script to change your MAC & IP Address instantly.
Set-StrictMode -Version 2.0
<#
.SYNOPSIS
Script to change your MAC & IP Address instantly.
.DESCRIPTION
[Input] Change $NetworkAdapterName to the network adapter that you are using.
[Output] MAC Address is randomly assigned from 00-00-00-00-00 to FF-FF-FF-FF-FF
[Output] IP Address is randomly assigned from xxx.xxx.xxx.100/24 to xxx.xxx.xxx.250/24