The Syntax and The Shredding Podcast: Episode 13: Need WiFi Password
We use Netsh within a PowerShell windows to find the WiFi password while listening to At the Gate's Need.
https://syntax.blackcatwhitehatsecurity.com/?season=2#AtTheGates
#Syntax #Shredding #Podcast #Programming #Music #NetSH

for #M365 Admins newsletter it out. This week we're going old school. 4 skills that never age and 4 things to know about #Windows from recent updates.

https://link.publicate.it/pub/b45f6daf18977b

#Microsoft365 #DNS #NetSH #Wireshark

Merker: Nach dem installieren von Kundenlaptops (Windows) in meinem WLAN immer folgendes im Anschluss ausführen:

netsh wlan delete profile name=*

Somit bleibt mein WLAN Passwort auch bei mir und nicht woanders.

#netsh #wlan #profile

Tutorial on how to use the built-in Windows netsh tool to capture https browser network traffic, convert it using etl2pcapng, and then afterwards decrypt it with Wireshark.

To do this we use SSLKEYLOGFILE and the netsh command line to create a network trace and TLS session keys.

https://m.youtube.com/watch?v=X-J2S6lQpxc

#redteam #netsh #Wireshark #infosec

Decrypting SSL/TLS browser traffic with Wireshark (using netsh trace start)

YouTube
Capture a network trace with windows

Tools such as Wireshark or tcpdump are often used to analyse network problems. Especially tcpdump is pre-installed in most Linux distributions and can be used directly. But what to do in a pure Windows server/client environment ?

stefangeiger.ch

Merker:

Port 9401 bzgl. Veeam Lücke schließen

netsh advfirewall set allprofile state on
netsh advfirewall firewall add rule dir=in action=block protocol=TCP localport=9401 name="Block_TCP-9401-4-Veeam"

#Veeam #CVE-2023-27532 #Windows #Firewall #netsh

RT @[email protected]: #powershell #wlan #ssid #password #key #netsh #oneliner
netsh wlan show profiles|Select-String -Pattern " User Profile"|ForEach-Object{echo $_.Line.split(':')[1].trim()}|ForEach-Object{netsh wlan show profiles name=$_ key=clear}|Select-String -Pattern "Key Content|SSID name"

🐦🔗: https://twitter.com/DissectMalware/status/1035312615612981249

Malwrologist on Twitter

“#powershell #wlan #ssid #password #key #netsh #oneliner netsh wlan show profiles|Select-String -Pattern " User Profile"|ForEach-Object{echo $_.Line.split(':')[1].trim()}|ForEach-Object{netsh wlan show profiles name=$_ key=clear}|Select-String -Pattern "Key Content|SSID name"”

Twitter

#Win_PortFwd - #Powershell #Script To Setup #Windows #Port_Forwarding Using Native #Netsh Client http://dlvr.it/Qdw1Bd

source Angel Arteaga

Win-PortFwd - Powershell Script To Setup Windows Port Forwarding Using Native Netsh Client

Leading source of Security Tools, Hacking Tools, CyberSecurity and Network Security ☣