A python implementation of a basic HTTP 1.1 server, with no other dependency than the Python Standard Library. It serves files and process python for dynamic webpages (like PHP). This implementation ...
Using multiple networking mixins in a Metasploit module is always a tricky thing to do, because most likely you will run into issues like overlapping datastore options, variables, methods, the super ...