Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.05 KB

TODO.md

File metadata and controls

42 lines (25 loc) · 1.05 KB

TODOS

modules/webserver.py

❌ Add support for different MIME-types (text/plain, application/pdf + common file types)

✅ Add get method for receiving configuration params from config.yaml

✅ Change server_name/client

modules/config.py

✅ Create method to get parameters from config.yaml

modules/pcap.py

❌ Consider to use variables in accordance with Microsoft docs (compliant with PEP8)

❌ Restrict traffic (reinject traffic to network stack to localhost:port)

❌ Reinject the packet into the network stack - localhost:80

❌ @classmethod

❌ Implement logging

✅ Implement config class to read config.yaml

modules/api.py

❌ Write API to put pcap to external server

✅ API for DNS

✅ API for HTTP

✅ API for HTTPS

Misc