Book Image

Practical Network Scanning

By : Ajay Singh Chauhan
Book Image

Practical Network Scanning

By: Ajay Singh Chauhan

Overview of this book

Network scanning is the process of assessing a network to identify an active host network; same methods can be used by an attacker or network administrator for security assessment. This procedure plays a vital role in risk assessment programs or while preparing a security plan for your organization. Practical Network Scanning starts with the concept of network scanning and how organizations can benefit from it. Then, going forward, we delve into the different scanning steps, such as service detection, firewall detection, TCP/IP port detection, and OS detection. We also implement these concepts using a few of the most prominent tools on the market, such as Nessus and Nmap. In the concluding chapters, we prepare a complete vulnerability assessment plan for your organization. By the end of this book, you will have hands-on experience in performing network scanning using different tools and in choosing the best tools for your system.
Table of Contents (19 chapters)
Title Page
Packt Upsell
Contributors
Preface
Index

Using HTTPS for everything


Around two billion people are connected to the internet all across the globe, and the internet world has become the backbone of the species. HTTP is one of the most famous protocols which has become critical in today's digital era and it is the primary protocol for applications used on computers, tablets, smartphones, and many other devices. You should always protect all of your websites with HTTPS, even if they don't handle sensitive communications. This is because in today's world, there is no such thing as non-sensitive web traffic. 

Note

Beginning in July 2018 with the release of Chrome 68, Chrome will mark all HTTP sites as not secure.

HTTPS is a very serious and sensitive subject, and in this section we will discuss website security.

HTTP versus HTTPS

Hypertext Transfer Protocol (HTTP) is a protocol that allows communications between client and server. Most commonly, it is used for transferring data from a web server to a browser to view web contents. The main...