DEATH'S HEAD SOFTWARE
DEATH'S
HEAD SOFTWARE is a collection of applications I came up with out of
boredom.
(Mostly written in Python.)
All open
source/freeware
because everything costs $$$, and I think that sucks.
All these
applications are available on Sourceforge
as well.
Chat of Death is an anonymous, peer-to-peer encrypted communication
application designed for maximum privacy and security. It uses:
- **Tor Hidden Services** for anonymity (no IP address exposure)
- **End-to-End Encryption (E2EE)** using ECDH key exchange + AES-256-GCM
- **Fingerprint Verification** to prevent Man-in-the-Middle attacks
- **Encrypted Media Streaming** for voice and video calls
- **Encrypted File Transfer** for secure document sharing
Download
Chat of Death
Cloud Scanner of Death is a
professional-grade cloud security assessment tool designed to identify
vulnerabilities, misconfigurations, and compliance issues across AWS,
Azure, and Google Cloud Platform (GCP) environments. The tool provides
comprehensive security scanning with detailed reporting and remediation
guidance.
IAM & Access Management, Data
Encryption, API Security, Network Configuration
Storage Security, Logging & Monitoring, Compliance (HIPAA, PCI-DSS,
SOC2), Resource Management
Firewall & Security Groups
Download Cloud Scanner of Death
Download Cloud Scanner of Death Linux
Deb of Death is a Debian Linux
app for the creation of deb packages.
I mess around with Kali Linux and thought it was
a bit of a chore to create deb files.

Download
Deb of Death
Editor of Death is a text editor aimed at Python coders.
It can compare 2 different scripts and highlight differences,
It can check syntax using Ruff and Pyright.
It can also run scripts in the console for you.
I did Windows, Mac and Linux versions.

Download
for Editor of Death
Download Editor of Death
Mac
Download Editor of Death
Linux
Emojis of Death is a down and dirty
browser app, written in HTML.
It's HTML, so it will work on anything a web browser can run on.
It's purpose is to hide text strings in emojis,
which you can then text or email.
An encoded emoji can hold quite a bit of text.
The receiver will need Emojis of Death as well, to decode the emoji.
The file's small size makes it perfect for your phone.
Some email and text services don't work with this,
so try it.

Download
Emojis of Death
Monitor of Death is a simple network monitor.
It will show all IP addresses connected to an IP address.
It will show ports and MAC addresses.
It will also display packets in hexadecimal, if that is useful to you.
*Linux version must be run as Root.

Download
Monitor of Death
Download Monitor of Death
Linux
Phases of Death is a simple app.
Click on a button and it displays
the next full moon, new moon, or solstices and equinoxes.
You could Google that easily, but that's not as fun as this.

Download
Phases of Death
Download Phases of Death Mac
Download Phases of Death Linux
Proxies of Death is a proxy app.
It is loosely based on Proxychains.
It will work with a bunch of proxies at a time,
dynamically chained or random.
I like to use it with the Tor browser,127.0.0.1:9150
It will display processes and apps connected to The Net,
which is kind of interesting.
I have tested it with Firefox on Windows and it works.
Firefox on Mac doesn't work, but Safari does.
This wasn't really meant for browsers, but for scanning apps.
Works best if the app has the capability of running with a proxy.
It's a bit archaic in this age of VPN's,
but you can actually run both at the same time.

Download
Proxies of Death
Download Proxies of Death
Linux
Download Proxies of Death
Mac
Scanner of Death is a network vulnerability scanner.
Multi-threaded scanning (1-100 threads)
Comprehensive vulnerability detection (SQL injection, XSS, CSRF, SSRF,
etc.)
5 scan types: Port, Vulnerability, Web App, Network
Discovery,Comprehensive

Download
Scanner of Death
Download
Scanner of Death Linux
Transfer of Death is an app for file
sharing and text chatting.
You'll need actual IP addresses to use it.
Zerotier or Tailscale is a necessity for this app,
if you want to connect to PC's outside of your subnet.
They're free, take 5 minutes to install.
www.zerotier.com
www.tailscale.com
*Note: Beware of other VPN's and firewall rules...

Download
Transfer of Death
Download
Transfer of Death Linux
Download
Transfer of Death Mac
Traceroute of Death is a simple
traceroute app.
It works with both IPv4 and IPv6 addresses,
as well as domain names.

Download Traceroute of Death
Encryption of Death is a
file/folder encryption app.
It utilizes AES-256 encryption.
It can also generate passwords.

Download Encryption of Death
Download Encryption of Death Mac
Download Encryption of Death Linux
Packages of Death is an app
for Mac.
It is for making pkg's from apps.
I am porting some apps to Mac,
and making packages can be a PITA.

Download Packages of Death
Encoder of Death is a video/audio file encoding app.
Batch Processing: Encode multiple files simultaneously in queue.
Audio/Video Conversion: Convert between video formats or extract audio
from video.
Format Support:
Audio: MP3, WAV, FLAC, AIFF, AAC, M4A, OGG
Video: MP4, MKV, AVI, MOV, WebM, FLV, WMV, MPEG, MPG, M4V, 3GP

Download Encoder of Death
Download Encoder of Death Linux
Download Encoder of Death Mac
Download of Death is an Internet video/audio downloader app.
In addition to downloading audio and video files off The Net,
it can also extract the audio from video files and download that
instead.
It's ugly
looking, but it works.

Download Download of Death
Download Download of Death Mac
Download Download of Death Linux
LOL I made a joke!!!
PDF of Death is a PDF editor and more.
Images → PDF (multiple images to single PDF), PDF → Images (PNG/JPG
extraction)
Word ↔ PDF (DOCX conversion both ways), TXT → PDF
Markdown → PDF, Merge multiple PDFs into one, Split PDF (every page
into separate files)
Split PDF by page range, Password protect PDFs
And much more...
Sorry, Windows only, Mac and Linux were driving me insane.

Download PDF of Death
Image of Death is a simple image converter.
Convert between image formats.
JPEG,PNG,GIF,BMP,TIFF,ICO,ICNS,WEBP
Resize images,Crop images,Change DPI.
Rotate images 90°, 180°, or flip horizontally.
I wrote it mostly to make ico and icns files for applications I develop.

Download Image of Death
Download Image of Death Mac
Download Image of Death Linux
IP of Death is a simple IP address utility, that displays your IP
address.
It's a script you click on.
There's a .bat file for Windows.
A command file for Mac.
A desktop file that runs an .sh script for Linux.
The Linux script has only been tested on Kali.
Saves some time, just double click and go.
Download IP of Death
Download IP of Death Mac
Download IP of Death Linux
X-Ray of Death is a professional PE (Portable Executable)
analysis and modification tool for Windows executables and DLLs.
Resource extraction and viewing.
Section analysis and extraction.
Comprehensive PE info dashboard.
Import/Export function viewer.
String extraction and search.
Code disassembly (x86/x64).
Resource modification.
Download X-Ray of Death
SQL of Death is a professional SQL Database Management Tool.
An application for managing MySQL, PostgreSQL,
and SQLite databases with an intuitive GUI.
Multi-Database Support: MySQL, PostgreSQL, SQLite
Database Management.
Create and manage multiple connections.
Browse database structure.
Execute SQL queries.
Export results to CSV.
Download SQL of Death
Download SQL of Death Linux
Scraper of Death is a web scraper.
Multiple Scraping Methods
Requests + BeautifulSoup (fast, lightweight)
Selenium (JavaScript support, dynamic content)
Flexible Selectors, CSS selectors
XPath queries (Selenium only)
Regex patterns
Advanced Capabilities
Anti-detection headers, Browser fingerprint spoofing
Link following with depth control, Request rate limiting
Session management
Export Options
JSON format, CSV format, SQLite database
Download Scraper of Death
Mask of Death is an app to spoof your MAC address.
It can generate new MAC addresses.
It can restore your old address.

Download Mask of Death
Download Mask of Death Linux
Ghost of Death is an app to spoof your OS.
It's meant to spoof scanning apps, like nmap or Metasploit.
4 OS profile presets (Windows, 2 macOS,
Android) with one-click apply
TTL spoofing — sysctl
TCP Window Size spoofing
MSS (Maximum Segment Size) spoofing
Manual TTL override (1-255)
One-click restore to OS defaults
Live TTL check via loopback ping — ground truth, confirms reboot status
Live TTL config check — sysctl
Hostname plausibility check — flags hostnames that contradict claimed OS
Betrayal port scanner — checks localhost for ports that expose real OS:
135 MS RPC, 139 NetBIOS, 445 SMB, 3389 RDP, 5985 WinRM (Windows)
111 rpcbind (Linux)
Recommended nmap command reference (per selected profile)
Metasploit auxiliary module reference table — the 6 modules most likely
to expose your real OS with quick-use commands
*Note: You must be root
Download Ghost of Death Linux
Netproxy of Death is a
System-wide Proxy Manager for Kali Linux (XFCE)
Lives in the XFCE system tray. Right-click to access all options.
SOCKS4 / SOCKS5 Proxy
Routes traffic through a SOCKS4 or SOCKS5 proxy of your choice.
Configure host, port, and version via Configure SOCKS... in the menu.
Tor Routing
Routes traffic through the Tor network via 127.0.0.1:9150.
Manages the tor systemd service automatically (starts on enable,
stops on disable).
Transparent Proxy
Intercepts ALL outbound TCP at the kernel level using iptables + redsocks.
Catches tools that ignore environment variables entirely (nmap -sT,
curl, wget, Metasploit, Nikto, sqlmap, most Python tools, etc.)
Download Netproxy of Death
Steg of Death is a Steganography app.
Hide text strings in picture, audio, text files.
Any kind of files actually. 007 would be proud.
Download Steg of Death
Download Steg of Death Mac
Download Steg of Death Linux
Call of Death is a video/audio/text
chat application. It is meant to be used with a VPN,
more specifically, something along the lines of
Zerotier or Tailscale.
www.zerotier.com
www.tailscale.com
Download Call of Death
Download Call of Death Mac
Download Call of Death Linux

I recommend:
Proton VPN, they have a free tier.
Tor Browser.
Duck
Duck Go Search.
Revo Uninstaller Free
Wise Registry Cleaner Free
AGITPROP 666
BLACK RIFLES
DER TOTENKOPF
Contact