by frank | May 16, 2019 | Red team, Security, 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...
by frank | Mar 9, 2019 | Misc
Reading Time: < 1 minuteNobody yet 😉
by frank | Mar 1, 2019 | CTF, Linux
Reading Time: < 1 minutepython -c ‘import pty; pty.spawn(“/bin/bash”)’...
by frank | Feb 7, 2019 | Debug, Misc
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...
by frank | Oct 28, 2018 | Red team, Security, Windows
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...
by frank | Sep 28, 2018 | Debug, Vmware
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...
by frank | Jun 28, 2018 | CTF
Reading Time: < 1...
by frank | Jun 28, 2018 | Debug, Misc
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...
by frank | Jun 28, 2018 | Debug, Security, Vmware
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:...
by frank | May 28, 2018 | Debug, Vmware
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...
Recent Comments