raven
Python tool that extends the capabilities of the http.server Python module
Matches ATT&CK tactic: Exfiltration ↗
ToolexfiltrationredLinuxKali LinuxPlatforms: Linux · Last verified September 6, 2026
This package contains a Python tool that extends the capabilities of the http.server Python module by offering a self-contained file upload web server. While the common practice is to use python3 -m http.server 80 to serve files for remote client downloads, Raven addresses the need for a similar solution when you need the ability to receive files from remote clients. This becomes especially valuable in scenarios such as penetration testing and incident response procedures when protocols such as SMB may not be a viable option.
Only use this tool against systems you own or are explicitly authorized to test — see the disclaimer.
Getting started
Install on Kali Linux with `sudo apt install raven`. See the official Kali tool page and upstream homepage linked above for full usage and configuration details.