by frank | Jan 20, 2020 | Debug, Misc
Reading Time: < 1 minuteImagine you want to explore and check some content of a repository, but you don’t need the repo on your machine. Example: https://github.com/evilsocket/pwnagotchi Now try the following :...
by frank | Jun 28, 2019 | Debug, Misc, Security
Reading Time: < 1 minuteGui https://1.2.3.4/ng/page/p/firewall/sniffer/?vdom=myvdom en CLIconfig myvdomedit myvdomdiag sniff...
by frank | Jun 28, 2019 | Debug, Windows
Reading Time: < 1 minuteGenerate an installation log by running your msi with the following optionsmsiexec.exe /i “C:Example.msi” /L*V...
by frank | Jun 28, 2019 | Debug, Palo Alto
Reading Time: < 1 minuteWhen doing Credential Theft feature using the UserID information. From Uadebug files we see a lot of denied access.The following needed doing : dsmgmt.exelocal rolesadd MYDOMAIN\my_serv_user administratorsOriginal...
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 | 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...
Recent Comments