Skip to content

Instantly share code, notes, and snippets.

View WinMin's full-sized avatar
🤣
Read the fucking source code

swing WinMin

🤣
Read the fucking source code
View GitHub Profile
@WinMin
WinMin / wslport.ps1
Created June 23, 2020 05:55
wsl2 open port
param($port, $op='open', $protocol='tcp')
#Remove Firewall Exception Rules
Function removeFirewall(){
Invoke-Expression "Remove-NetFireWallRule -DisplayName 'WSL 2 Firewall Unlock *' ";
Invoke-Expression "netsh interface portproxy reset";
}
@WinMin
WinMin / Disclosure of vulnerabilities in Vigor2960 and Vigor3900.md
Last active August 18, 2022 08:27
Disclosure of vulnerabilities in Vigor2960 and Vigor3900

Version

Vigor2960 fw1.5.1.1RC3 (r8167) Vigor3900 fw1.5.1.1beta_r8167

Vulnerability details

There are some command injection vulnerabilities in the mainfunction.cgi file. The details are as follows:

1. in downlaod_ovpn function