ICMPWatch: Capturing and Analyzing ICMP Packets with Python

0

ICMP Packet Sniffer is a Python program that allows you to capture and analyze ICMP (Internet Control Message Protocol) packets on a network interface. It provides detailed information about the captured packets, including source and destination IP addresses, MAC addresses, ICMP type, payload data, and more. The program can also store the captured packets in a SQLite database and...

VTScanner v1.0: Empowering Comprehensive Malware Detection and Analysis

0

VTScanner is a versatile Python tool that empowers users to perform comprehensive file scans within a selected directory for malware detection and analysis. It seamlessly integrates with the VirusTotal API to deliver extensive insights into the safety of your files. VTScanner is compatible with Windows, macOS, and Linux, making it a valuable asset for security-conscious individuals and professionals alike. Features 1....

KaliPackergeManager: Streamlining Package Management on Kali Linux

0

kalipm.sh is a powerful package management tool for Kali Linux that provides a user-friendly menu-based interface to simplify the installation of various packages and tools. It streamlines the process of managing software and enables users to effortlessly install packages from different categories. Features Interactive Menu: Enjoy an intuitive and user-friendly menu-based interface for easy package selection. Categorized Packages: Browse packages across multiple...

CloakQuest3r: Unmasking Cloudflare-Protected Websites

0

CloakQuest3r is a powerful Python tool meticulously crafted to uncover the true IP address of websites safeguarded by Cloudflare, a widely adopted web security and performance enhancement service. Its core mission is to accurately discern the actual IP address of web servers that are concealed behind Cloudflare's protective shield. Subdomain scanning is employed as a key technique in this...

DOUGLAS-042: Enhancing Threat Hunting and Incident Response with PowerShell Scripting

0

Video https://www.youtube.com/watch?v=8KVeNvA6M0s DOUGLAS-042 stands as an ingenious embodiment of a PowerShell script meticulously designed to expedite the triage process and facilitate the meticulous collection of crucial evidence derived from both forensic artifacts and the ephemeral landscape of volatile data. Its fundamental mission revolves around providing indispensable aid in the arduous task of pinpointing potential security breaches within Windows ecosystems. With...

NetProbe: A Comprehensive Guide to Network Device Scanning and Monitoring

0

Keeping an eye on and controlling the devices on your network is important for safety and efficiency in a world that is becoming more and more connected. Here comes NetProbe, a strong program that can quickly scan and find gadgets on your network. This post will go over NetProbe's features, how to install it, and how to use it....

LooneyPwner: Exploiting the glibc ‘Looney Tunables’ Flaw in Linux

0

Exploit tool for CVE-2023-4911, targeting the 'Looney Tunables' glibc vulnerability in various Linux distributions. LooneyPwner is a proof-of-concept (PoC) exploit tool targeting the critical buffer overflow vulnerability, nicknamed "Looney Tunables," found in the GNU C Library (glibc). This flaw, officially tracked as CVE-2023-4911, is present in various Linux distributions, posing significant risks, including unauthorized data access and system alterations. Vulnerability Background The...

MailChecker: Revolutionizing Email Validation Across Languages with Advanced Domain Database

0

In a modern world where email is so important, it's very important to keep it safe. MailChecker becomes a key option because it can check emails in more than one language and in more advanced ways. It does more than just check the format of email addresses to find temporary and spam ones. It has a library of over...

AcuAutomate: Streamlining Pentesting and Bug Hunting with Advanced Acunetix Integration

0

AcuAutomate is an unofficial Acunetix CLI tool that simplifies automated pentesting and bug hunting across extensive targets. It's a valuable aid during large-scale pentests, enabling the easy launch or stoppage of multiple Acunetix scans simultaneously. Additionally, its versatile functionality seamlessly integrates into enumeration wrappers or one-liners, offering efficient control through its pipeline capabilities. Installation git clone https://github.com/danialhalo/AcuAutomate.git cd AcuAutomate chmod +x AcuAutomate.py pip3 install -r...

py-amsi: Streamlining Malware Detection in Python with the Windows AMSI API

0

py-amsi is a library that scans strings or files for malware using the Windows Antimalware Scan Interface (AMSI) API. AMSI is an interface native to Windows that allows applications to ask the antivirus installed on the system to analyse a file/string. AMSI is not tied to Windows Defender. Antivirus providers implement the AMSI interface to receive calls from applications....