Reading Time: < 1 minute

RECENTS ARTICLES

BLOG

Upgrading to TTYs

python -c 'import pty; pty.spawn("/bin/bash")' https://blog.ropnop.com/upgrading-simple-shells-to-fully-interactive-ttys/

ProxyPAC Performances

Each 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 (isInNet(resolved_ip,...

RTLO file extension change

Right-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 The trick is to use a...

Packet Capture on VMware ESXi

Packet 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 /tmp/CAPTURE.pcap or on a VMNIC pktcap-uw...

PHP Filter

php://filter/convert.base64-encode/resource=index.php

IP substractions

Fabulous 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 192.0.2.0/28192.0.2.16/28192.0.2.32/27192.0.2.64/26192.0.2.128/25