Feb 7, 2017

WiFi Password


  • Open command prompt and run it as administrator
  • Llist all the Wi-Fi profiles, type this command in CMD “netsh wlan show profile.”
  • Show the password by type the command “netsh wlan show profile [wifi- name] key=clear.”

Dec 24, 2016

Doodle PacMan

This is one of my favorite game since my young age, PACMAN.

I know there is a doodle version of pacman from google, but I like the following version more, and it is run on Javascript.

https://www.masswerk.at/JavaPac/JS-DoodlePacMan.html

Enjoy !!

Google PacMan Doodle can be found at:

https://www.google.com/logos/2010/pacman10-i.html

Nov 11, 2016

Feb 4, 2016

Why we need Vulnerability Scanning?

I've been asked for a question: why we need vulnerability scanning and what is it for?

After I give it a thought, and my answer is: Vulnerability Scanning is a process with the intent to assess 3 things at the infrastructure:

  1. Missing patch
  2. Mis-configuration
  3. Default credential

Is this an over-simplified answer?  8-|

Let's see if I'm correct on this in the next few years.  :P

Dec 29, 2015

Random 'fortune' + random 'cowsay'

/usr/games/fortune -s | /usr/games/cowsay -f `ls -1 /usr/share/cowsay/cows/ | sort -R | head -1` -n