LSMS – Linux Security And Monitoring Scripts

0
Linux Security And Monitoring Scripts are a collection of security and monitoring scripts you can use to monitor your Linux installation for security-related events...

Fiber – Using Fibers To Run In-Memory Code

0
A fiber is a unit of execution that must be manually scheduled by the application rather than rely on the priority-based scheduling mechanism built...

XSS-Exploitation-Tool : A Penetration Testing Tool

0
XSS Exploitation Tool is a penetration testing tool that focuses on the exploit of Cross-Site Scripting vulnerabilities. Disclaimer: This tool is only for educational purpose, do...

Firefly – Black Box Fuzzer For Web Applications

0
Firefly is an advanced black-box fuzzer and not just a standard asset discovery tool. Firefly provides the advantage of testing a target with a...

GPOHunter – Active Directory Group Policy Security Analyzer

0
GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory Group Policy Objects (GPOs). It automates security checks and...

Installation Instructions And Folder Setup For Gcpwn On Kali Linux

0
If you want to use docker to run the tool, you can use the existing Dockerfile to create a container with the tool and...

Trace Labs Kali Linux Build Configuration

0
Trace Labs OSINT Distribution based on Kali Linux. It covers modifications to the default Kali repository, build steps using Docker or a Debian host,...

Kali Linux 2024.1 Released – What’s New!

0
Kali Linux is a Debian-based Linux distribution that is designed for digital forensics, penetration testing, and ethical hacking.  It comes pre-loaded with a variety of...

DDoS Scripts – Supercharging Your Kali Linux With Hacking Tools

0
Explore the world of DDoS scripts and hacking tools to enhance your Kali Linux experience. In this comprehensive guide, we dive into the latest...

katoolin – Streamline Your Kali Linux Tool Installation With This Comprehensive Guide

0
katoolin is a powerful tool that simplifies the installation of Kali Linux tools on compatible systems. With the ability to add or remove Kali...
cp command

cp Command: Copy Files and Directories in Linux

0
The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether making a backup, organizing a project, or moving content, cp allows...
image osint

Image OSINT

0
Introduction In digital investigations, images often hold more information than meets the eye. With the right tools and techniques, analysts can uncover hidden metadata, find...
cat Command

cat Command: Read and Combine File Contents in Linux

0
The cat command short for concatenate, It is a fast and versatile tool for viewing and merging file contents directly from the Linux terminal. Whether you're...
ports in networking

Port In Networking

0
What is a Port? A port in networking acts like a gateway that directs data to the right program on a device. An IP address...
ls command

ls Command: List Directory Contents in Linux

0
The ls command is fundamental for anyone working with Linux. It’s used to display the files and directories in your current location, helping you stay organized...