Learning Vulnerability Scanning

Learning Vulnerability Scanning is fun and easy. So I hope you enjoy reading this short how to guide on how

Read more

SharePoint Online – create new subsite error

Trying to create a new sub-site using our custom template received an error, MobileExcelWebAccess Feature Site Collection is not enabled.

Read more

Windows Update Error Code 80244019 – SOLVED

Doing my routine Windows Server 2008 R2 DataCenter windows update and got this “Windows Update Error Code 80244019“. I said

Read more

HOWTO use NMAP for SNMP Enumeration

Here’s an example of using NMAP scanning UDP open port of 161 for SNMP protocol. root@kali:~# nmap -sU –open -p

Read more

Private Browsing

When you surf the Internet your browsing history is saved somewhere in your computer or laptop so that it can be

Read more

HOWTO use NMAP for Network Sweeping

A simple NMAP network sweeping command is nmap -sn 10.11.1.200-254, this is to check hosts between 192.168.1.100 to 192.168.1.200 You

Read more

HOWTO use NMAP for OS Discovery and SMB Enumeration

If you run this command. root@kali:~# nmap -A 10.11.1.220 The -A Option use several features, including OS Detection, Version Detection,

Read more

HOWTO use NMAP to SMTP Enumeration

Run the command nc -nv 10.11.1.215 25 to check the mail server. VRFY bob send us a SMTP success code

Read more

HOWTO fix Windows Updated Error Code 8024402C – SOLVED

If you’re managing Windows Servers 2012 R2 and having issue running the Automatic Windows Update continue reading it might help

Read more

Learning Penetration Testing using Kali Linux

Note: I first wrote this article for Hardworking.com blog, since we moved all content to KING.NET moving forward this version

Read more