Apple Watch – 20 important announcements from the March 2015 Special Event

Apple WatchToday, during the March 2015 Spring Forward event, Tim Cook spoke about the most important Apple Watch features, its release date and the technology and innovations that made the Apple Watch possible.

I mention the most important announcements.

Continue reading “Apple Watch – 20 important announcements from the March 2015 Special Event”

Windows 10 TP – a 2 minutes review

Introduction

Windows 10 Technical Preview has been recently update and it got even better. In this review post, I will cover some new features in Windows 10 TP.

Start Menu

Yep, the Start button and the Start menu are back again. The Start menu is now a hybrid between Windows 7 start menu and Windows 8 tiles menu:

start-menu Continue reading “Windows 10 TP – a 2 minutes review”

How to reveal saved passwords in Internet Explorer, Outlook, Firefox, Thunderbird, and more…

This is a quick blog post to tell you about a bunch of nice password recovery utilities for Windows. They are free and very useful. Please check out the following password recovery tools:

 

Related posts:

How to check who logged in and when via Windows Remote Desktop

Hello,

Remote Deskop is a nice facility built-in Microsoft Windows from XP and up.

You can use it to remotely administer your computer or simply do programming work.

Many times you may want to keep track and see who is logging into your PC for security reasons. This article will show you how. Let’s proceed!

rdp-cover Continue reading “How to check who logged in and when via Windows Remote Desktop”

Personal artificial intelligence (AI) assistants

This blog post is inspired by my review and experience with Amazon Echo device.

I will be presenting some other AI based personal assistants.

Personal Robot

personal-robot

SHE’S THE WHOLE PACKAGE: a personal assistant, photographer, storyteller, telepresence device & the smartest home automation system.

Check it out from here.

Homer

Intelligent self learning home automation and security device, and a smart personal assistant.

Check it out here. Continue reading “Personal artificial intelligence (AI) assistants”

Amazon Echo Review

Hello readers, I just received my Amazon Echo device today. I was one of the lucky Amazon Prime members who got an early invite. What follows is my quick review of this device and two videos to show it to you in action.

The package

Amazon Echo ships in a nice package that contains the following:

  • Echo speaker and power adapter
  • A remote control and two batteries
  • Short user manual
  • A small cheat sheet of words that one can say to instruct the device

image Continue reading “Amazon Echo Review”

How to capture and analyze HTTP/HTTPS from your smartphone or tablet using Fiddler

Hello,

In the previous article, I showed you how to capture traffic from WiFi devices. In this article, I will illustrate how to capture HTTP/HTTPS traffic using Fiddler.

This skill is very useful for web programmers or security engineers who want to debug their application or audit third party applications that use web services over an encrypted channel. Let’s get started! Continue reading “How to capture and analyze HTTP/HTTPS from your smartphone or tablet using Fiddler”

How to capture all network traffic going through your smartphone/tablet/laptop or other wireless devices

Hello,

In this blog post, I am going to show you how to record all inbound and outbound network traffic from a wireless device (smartphone, tablet, laptop, etc…).

People desire to capture traffic for many reasons, namely for/by:

  • Security Auditing and penetration testing
  • Programmers and testers
  • Application protocol analysis and recovery
  • etc…

Let’s get started! Continue reading “How to capture all network traffic going through your smartphone/tablet/laptop or other wireless devices”

Introducing COMPEL: A command based interpreter and programming language

imageToday I open source and share with you my final year project called COMPEL for my Computer Science degree from the American University of Science and Technology in Lebanon.

I started the project back in early 2006 and worked on it for something close to 6 month while maintaining a part time job, freelance jobs and my part time studies.

Today, 8 years later, when looking back at the amount of work I did and the level of professionalism, I am still satisfied with the COMPEL project.

I hope you will find this project useful! Continue reading “Introducing COMPEL: A command based interpreter and programming language”

Introduction to writing x86 assembly code in Visual Studio

Hello,

In this technical blog post, I am going to give you a head start on how to write assembler code and compile it directly from the Visual Studio IDE.

If you are interested in x64, please check this article.

image

You are expected to be familiar with:

  • The Intel x86 assembly language and writing basic assembly code
  • Understanding of various calling conventions (stdcall, cdecl and fastcall)

Okay, let’s get started! Continue reading “Introduction to writing x86 assembly code in Visual Studio”

Free pictures to PDF converter: Pic2Pdf v1.0

Hello,

Have you ever wanted to create your own PDF out of a set of pictures? A set of scanned notes or receipts?

Because I take notes using pen and paper, often I find myself scanning individual notes as pictures but never really consolidating the related pictures/notes in a single PDF.

For this reason, I created this simple and free/open source Pic2Pdf conversion tool. Continue reading “Free pictures to PDF converter: Pic2Pdf v1.0”

How to show saved Windows 8 and Windows 10 Wifi passwords

In this blog post, I am going to illustrate how to reveal the saved Wifi passwords under Windows 8, 8.1 and Windows 10 in three easy steps.

flower separator
batchography-good-resDo you want to master Batch Files programming? Look no further, the Batchography is the right book for you.

Available in print or e-book editions from Amazon.
flower separator

Alternative method

You can just use the WifiPasswordReveal script to automatically reveal the saved password with a click of a button!

WifiPasswordReveal article

You might also like the following posts:

Step 1 – Open the Network and Sharing Center

Right click on the wireless networks icon in the tray bar (just next the clock):

image

Then right click on select “Open network and sharing center”

Step 2 – List all network adapters

Select “Change adapter settings”

image

This will give you a list of all available network adapters:

image

Step 3 – Show the WiFi properties and reveal the password

Double click on the Wifi card adapter icon for which you want to retrieve the password. In my case, I double-clicked on the “Wi-Fi” card.

The “Wi-Fi Status” dialog will show up. Press the “Wireless Properties” button:

image

Then switch to the “Security” tab:

image

Press “Show characters” to reveal the password.

I hope this short and concise article was useful. Please leave your comments or start following this blog to get notified about new / other useful tips.