Hidden Process Detector

Hidden process detector is a light security tool for the Windows operating system that tries to detect running hidden processes. Under the windows operation system, there is a special type of malware called a rootkit. Rootkits can manipulate the default behavior of the system and hide the running process in the system. BETA version works … Read more

NETGEAR Nighthawk AC1750 Review

NETGEAR Nighthawk AC1750 Review: A Precious Network Gadget Are you looking for the perfect WI-FI Coverage? Well, for that you need to have the best WI-FI router that can offer you blazing fast WI-FI experience for video streaming and gaming. Now, there are so many routers available in the market that can make your choice … Read more

How to create a free https certificate for your website

Creating a free https certificate the unofficial guide, today SSL certificate is a must for website. I will show you step by step how to move your site from http to https using a free SSL certificate service. What is an SSL Certificate? In general term SSL certificate contains information of organization (or individual) in … Read more

C++ Windows Port Scanner

Windows Port Scanner With Source Code

Can you code for windows in c/c++ if so, continue reading, as we are going to code a basic windows port scanner in the c/c++ language. This is a command line port scanner tool made from source (c++). So, why building a port scanner? and why in c? As the nature or this site, open … Read more

How to mine Ethereum with GPU on Window 10 the unofficial guide

Ethereum coin

I decided to go off-topic a bit and write on my own experience about a question I ask myself when started with Ethereum, how to mine Ethereum using a GPU. For me, it toke me some time to read several guides till I manage to do it, so I decided to create a full easy … Read more

3 easy to use methods for open port checker

open port checker

Sometime we need an easy to use alternative for open port checker under windows, in this article we will talk about the following options to accomplish it, telnet, putty and PowerShell. The telnet command line tool: With modern windows distribution, the telnet command is no longer a build in tool, we need to manually install … Read more

How to check if port is open a step by step guide

When we talk about port checker we need to think both ways, outgoing and incoming after all the server side need to have some kind of a service to listen on the desired port. This can be called an open port, due to the fact that it open, ready for connections. Let’s look deeper on … Read more

NetHelper the basic network troubleshooting tool.

basic network troubleshooting tool

NetHelper is a small basic network troubleshooting tool that helps you with network tests on your local machine. The tool is designed to run on the Windows Operation System family and can be used to troubleshoot a variety of different network problems. What NetHelper do? NetHelper is a standalone executable file that you have to run … Read more