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 Fast Scanning: Naabu has been streamlined for speed and can quickly scan hundreds of hosts and ports. Customizable Scanning: Users of Naabu can alter the scanning settings, such as the port range,…
Brave browser is a multi-platform web browser developed and managed by Brave Software. This browser is the same as different web browsers such as Google Chrome, Microsoft Edge, Mozilla Firefox, and others but brave gives additional features which it stands out from others. Brave appears to be the perfect browser option for Linux users because of its innovative software design, privacy-focused concept, and fast and easy performance. Features Of Brave Browser Address Bar Add Bookmark Autosuggest search terms and URLs Directly search from the address bar. Show or hide the bookmark toolbar Show secure or insecure websites by scanning valid…
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 Detecting the email pattern for reading and output from other tools. Passing email from pages directly by URLs. Simple to install. Generate output to CSV or JSON file. Find related emails to the target. Supports free and premium APIs for better…
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. Domain_Checker GitHub Page How to install the Domain Checker tool in any Linux? Before downloading and installing Domain Checker tool, install the prerequisite packages. sudo apt-get install jq geoip-bin -y The above…
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…