I was getting this error: File C:\Scripts\XXXXXX.ps1 cannot be loaded. The file C:\Scripts\XXXXXX.ps1 is not digitally signed. You cannot run...
There are times you need to find what your public IP Address especially when doing firewall work. There are environments...
URL http.host == “api.cordero.me” DNS dns.qry.name == “www.cordero.me” dns.qry.name matches “.cordero.me” dns.qry.name contains “cordero.me” TCP Flags tcp.flags.reset == 1 tcp.flags.push...
iPerf is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various...
First look at the MAC Address for your device (there are many ways): ifconfig | grep ether or cat /sys/class/net/*/address...
There are 4 commands that are useful: netstat -s netstat -e netsh interface ipv4 show ipstats netsh interface ipv4 show...
Windows: In this example you can see the One Drive is using port 443. C:\>netstat -aon | findstr "443" TCP...
netstat -na | find “51000” or netstat -np [protocol] | find “port #” netstat -np tcp | find “51000” or...
Sometimes when your in Kali you want a quick and easy way to share files. One of the ways I...
Get the current session type, cli or lightdm+xfce: systemctl get-default Set the cli by disabling lightdm autostart: systemctl set-default multi-user.target...