We value your input and are always eager to hear from our blog visitors. Whether you’ve come across a technical glitch, want to suggest a new topic for a blog post, or even have an idea for a guest post, we’re here to listen. Your feedback helps us improve our content and ensure that we deliver the most relevant and engaging information to our readers. Please don’t hesitate to drop us a message using the contact form below. Feel free to provide as much detail as possible so that we can address your concerns or ideas effectively. We appreciate your…
Author: Lipson Thomas Philip
Introduction To Go (Golang) Programming Language Go known as Golang, was created and developed by Robert Griesemer, Rob Pike, and Ken Thompson at Google in the year 2007. The Golang programming language was developed to meet the needs of modern software development, especially in the fields of concurrency and scalability. Concurrency was a major problem in software development at the time Golang was developed due to the emergence of multi-core computers and cloud computing. Several of the then-current programming languages, like C++ and Java, had concurrency and scalability restrictions, which made it difficult for developers to write code that could…
Naabu is a fast port scanner written in the go programming language. It focuses on reliability and simplicity. This tool is created and managed by Project Discovery. It is a very straightforward program that quickly checks the host or list of hosts using SYN/CONNECT and reports all ports that only respond. Because of the speed, it saves a lot of time for the users. Features Of Naabu Tool Use Cases for Naabu Tool Many network reconnaissance and vulnerability analysis activities may be performed with Naabu. Typical usage scenarios include: How to install Naabu? The prerequisite for the Naabu tool are:…
Are you a Kali Linux user looking to enhance your browsing experience? Do you want more privacy and security in your online presence? Look no further than the Brave Browser! This step-by-step guide will walk you through the straightforward process of installing Brave Browser on your Kali Linux system, making it a breeze for you. Brave Browser, a multi-platform web browser developed and managed by Brave Software, is not just another browser in the market. It shares similarities with popular browsers like Google Chrome, Microsoft Edge, and Mozilla Firefox, but it also offers unique features that set it apart. Brave…
Introduction H8Mail is a free OSINT (Open Source Intelligence) tool used to find out if the email is breached or not. This tool is used while doing a pentest on a company to find information about the company and the employees. If the employee is using an official email for personal use on the insecure or breached website. Features APIs used in H8mail Other Website Using By H8MailDescriptionHaveIBeenPwned(v3)List of email breaches.HaveIBeenPwned Pastes(v3)Text file containing all the target URLs.Hunter.io – PublicNumber of related emails to the target.Hunter.io – Service (free tier)Chasing and related emails in cleartext.Snusbase – ServiceHashes and salts, usernames,…
What is the Domain Checker tool? Domain Checker is used to extracting the subdomain of a website. It is developed and managed by Ivan Glinkin. It is written in the bash scripting language. According to Ivan Glinkin, this tool is the demo version for the new External Attack Surface Management (EASM) system called HydrAttack. The primary idea is to find almost all the subdomains and the top 100 open ports. How to install the Domain Checker tool in any Linux? Before downloading and installing Domain Checker tool, install the prerequisite packages. The above command will install the both jq and geoip-bin packages.…
What Is Stacer? Stacer is a Graphical User Interface (GUI) application. It is used to optimize and monitor the Linux system. It is developed in C++ language. The Stacer tool is developed and managed by Oguzhan Inan. Along with Oguzhan, there are 61 code contributors and 10 financial contributors. The most recent version of Stacer is 1.1.0 and it was released on May 13 2019. The stacer offers a one-stop shop for many of the tasks a user frequently carries out in the Terminal and takes a lot of time, like managing packages, processes, host information, CPU, network, disk usage,…
Introduction The sudo command was created and developed by Bob Coggeshall and Cliff Spencer at the Department of Computer Science at SUNY/Buffalo about 1980. It was run on a VAX-11/750 with 4.1BSD. In December 1985, an upgraded version ascribed to Phil Betchel, Cliff Spencer, Gretchen Phillips, John LoVerso, and Don Gworek was submitted to the net.sources Usenet newsgroup. The sudo command is one of the primary and essential commands for any Linux user. The meaning of the sudo command is Super User Do. It gives power to the user to run any particular commands in superuser mode. This command is…
Hakrawler is a simple and fast tool to scan and crawl web pages in a few minutes. Bug bounty hunters use this tool to crawl all the URLs and easily store them in the text file. The Hakrawler tool was created by Luke Stephens, known as “Hakluke” in the cybersecurity community. He have a YouTube channel called Hakluke. This tool is written in the Go language and gathers all URLs and JavaScript file locations of a website. It will discover every endpoint and asset within a web application or a website. How does the Hakrawler work? When the user executes…
Introduction Terminal in any Linux distribution plays a crucial role to perform major tasks using commands. By default, Linux gives a basic terminal. The terminal is very useful for a server admin, programmer, or any Linux user. But, there is another terminal is there in the market called “Terminator”. It comes with additional features and customization as compared to the basic terminal, which makes tasks smoother. This tool is the best alternative for basic terminal and tmux. It is a GNOME application created by Chris Jones in 2007. Now, it is developing under a team. To know more about the…