Hon3yhd Proxy -
if == ' main ': start_proxy()
python3 honey_proxy.py Then point your browser or tool to localhost:8888 – all traffic gets logged. Try checking its help or man page: hon3yhd proxy
hon3yhd --help hon3yhd -h Or if it's a binary, inspect it: if == ' main ': start_proxy() python3 honey_proxy
# honey_proxy.py import socket import threading import logging logging.basicConfig(filename='honey_access.log', level=logging.INFO) level=logging.INFO) def handle_client(client_socket
def handle_client(client_socket, target_host, target_port): remote = socket.socket(socket.AF_INET, socket.SOCK_STREAM) remote.connect((target_host, target_port))