Advertisement

Pelicam – Enhancing Network Security through IP Camera Vulnerability Detection

0
Pelicam is an open-source project developed to improve local network security by identifying and raising awareness of IP camera vulnerabilities. It is designed for...

Ethical Hacking Using John The Ripper : A Step-by-Step Guide To Password Cracking

0
This repository contains a set of shell scripts designed to facilitate the ethical hacking process using John the Ripper, a powerful password cracking tool....

Hacking Tools – A Comprehensive Guide To Modern Cybersecurity Techniques

0
In the ever-evolving digital landscape, cybersecurity is paramount. "Hacking Tools" delves into the array of tools that both ethical and malicious hackers use to...

Raeo : A Python-Based Trojan For Data Exfiltration via Discord

0
Trojan written in python. Raeo will send the grabbed information via discord webhook. "Raeo" is a Trojan malware developed in Python, designed to infiltrate...

Moriarty Project Remastered V4.1.2 – A Comprehensive Guide To Advanced Phone Number Investigation

0
Moriarty Project is a powerful web based phone number investigation tool. It has 6 features and it allows you to choose either all features,...

Exif Looter – A Comprehensive Guide To Managing Image Metadata

0
"Exif Looter" is a powerful tool designed for the extraction and management of metadata from images. This guide provides a step-by-step approach to installing...

OSINT – Comprehensive Toolkit With Docker To Enhance Your Cyber Security Using Vault Security’s...

0
Open Source Intelligence (OSINT) involves gathering and analyzing publicly available information for security purposes. Vault Cyber Security offers a Docker image packed with essential...

Sabonis – The Ultimate Tool For Enhanced Digital Forensics And Incident Response

0
Sabonis provides a way of quickly parsing EVTX, proxy and PCAP files and extracting just the information related to lateral movements. It also has...

MetaOSINT – Revolutionizing OSINT Investigations With Top Tools And Resources

0
MetaOSINT enables open source intelligence ("OSINT") practitioners to jumpstart their investigations by quickly identifying relevant, publicly-available tools and resources, saving valuable time during investigations,...

ThreatPinch Lookup – Enhancing Cybersecurity Investigations Through Automated Tooltips

0
ThreatPinch Lookup creates informational tooltips when hovering oven an item of interest on any website. It helps speed up security investigations by automatically providing...
MCP

Understanding the Model Context Protocol (MCP) and How It Works

0
Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open standard that enables AI applications, such as large language models,...
file command

 The file Command – Quickly Identify File Contents in Linux

0
While file extensions in Linux are optional and often misleading, the file command helps decode what a file truly is. This powerful utility analyzes the actual...
touch command

How to Use the touch Command in Linux

0
The touch command is one of the quickest ways to create new empty files or update timestamps for existing files in Linux. It’s widely used by...
find command

How to Search Files and Folders in Linux Using the find Command

0
Handling large numbers of files is routine for Linux users, and that’s where the find command shines. It’s a dynamic tool that helps you search for...
mv command

How to Move and Rename Files in Linux with the mv Command

0
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy to relocate or rename items without hassle. Whether organizing...