Binary package “raven” in ubuntu oracular

Python tool that extends the capabilities of the http.server Python module

 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.