Explore a Github in a new way

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 :...

Credentials not working

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...

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...

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...