BAD NEWS: In IOS 11, turning off BLUETOOTH and WIFI doesnt really turn it off in the background. It just disconnects you from your connected bluetooth peers (or wireless networks) The GOOD NEWS is, there is still away to totally TURN OFF your Bluetooth (and WIFI) to save power. You can do this from … Continue reading IOS 11 Tip. “Turning Off” your Bluetooth or WiFi from Control Panel doesnt really turns it OFF
Month: September 2017
Restarting VPN Tunnels on Cisco
In some rare cases, VPN Tunnels hang-up randomly and needs to be bounced or restarted to restart the VPN Tunnel negotiate that on some cases the easiest fix on VPN Down issues Check Phase 1 Status of the Tunnel: show crypto ipsec sa Normal/UP status should show: QM_IDLE (More info on Status here) Restarting VPN … Continue reading Restarting VPN Tunnels on Cisco
How to Clear IPSec VPN Remote Peer on Cisco IOS
The following command clears the crypto sessions for a remote IKE peer. You can use context sensitive help ?to find other options. This command will also reset encap/decap counters on the show crytpo ipsec sa peer <PEER_IP_ADDRESS> output Syntax clear crypto session remote IP_ADDRESS Example: clear crypto session remote 1.1.1.1
Run POODLE Vulnerability Scan on Kali Linux using NMAP
Using KALI LINUX, Make sure you have installed the SSL-POODLE script plug-in Download it from: https://nmap.org/nsedoc/scripts/ssl-poodle.html Command: nmap -sV --version-light --script ssl-poodle -p 443 <host>