Show stored wifi pwd in Windows

Reading Time: < 1 minutenetsh wlan show profilenetsh wlan show profile name=”mywifi” key=clearor to get the whole list exported to a file powershell.exe netsh wlan show profiles|Select-String -Pattern ” User Profile”|ForEach-Object{echo...

ProxyPAC Performances

Reading Time: < 1 minuteEach IsInNet generates each time a DNS request.So if many lines, one should do usednsResolve()Resolves hostnames to an IP address. This function can be used to reduce the number of DNS lookups.Example:var resolved_ip = dnsResolve(host);if...

RTLO file extension change

Reading Time: 2 minutesRight-To-Left-Override is a way to trick Windows users into thinking that the file they are looking at has another extension. Many extensions are more dangerous than other. To name a few ones like : .exe .bat.cmd.com.lnk.pif.scr.vb.vbe.vbs.wsh...

Packet Capture on VMware ESXi

Reading Time: < 1 minutePacket Capture on VMware ESXi using the pktcap-uw toolhttps://community.cisco.com/t5/collaboration-voice-and-video/packet-capture-on-vmware-esxi-using-the-pktcap-uw-tool/ta-p/3165399 net-stats –l pktcap-uw –vmk vmk0 -o...

IP substractions

Reading Time: < 1 minuteFabulous tool when I use to think i use to manually do those substractions https://pypi.org/project/netcalc/ example :netcalc sub 192.0.2.0/24...

NSX-V API rollback dFW

Reading Time: < 1 minutehttps://kb.vmware.com/s/article/2079620 Get configcurl -u admin:default -H “Accept: application/octet-stream” -X GET -k https://NSX_Manager_IP/api/4.0/firewall/globalroot-0/config Deletecurl -u admin:default -H “Accept:...

VRNI CLI commands

Reading Time: < 1 minuteshow configchange-network-settings (DNS, GW, domain)ntp set –ip-fqdn “1.2.3.4” (NTP server)set-proxy-shared-secret (reset shared...