LICENSE
README.md
pyproject.toml
src/lyrebird/__init__.py
src/lyrebird/__main__.py
src/lyrebird/analyze.py
src/lyrebird/base.py
src/lyrebird/beacons.py
src/lyrebird/certs.py
src/lyrebird/cli.py
src/lyrebird/config.py
src/lyrebird/dns_tunnel.py
src/lyrebird/events.py
src/lyrebird/mimicry.py
src/lyrebird/orchestrator.py
src/lyrebird/profiles.py
src/lyrebird/tls.py
src/lyrebird/models/__init__.py
src/lyrebird/models/anthropic.py
src/lyrebird/models/base.py
src/lyrebird/models/gemini.py
src/lyrebird/models/local.py
src/lyrebird/models/mock.py
src/lyrebird/models/openai.py
src/lyrebird/models/registry.py
src/lyrebird/models/responder.py
src/lyrebird/models/sanitize.py
src/lyrebird/services/__init__.py
src/lyrebird/services/dns.py
src/lyrebird/services/dns_tcp.py
src/lyrebird/services/ftp.py
src/lyrebird/services/http.py
src/lyrebird/services/imap.py
src/lyrebird/services/irc.py
src/lyrebird/services/ntp.py
src/lyrebird/services/pop3.py
src/lyrebird/services/quic.py
src/lyrebird/services/smtp.py
src/lyrebird/services/ssh.py
src/lyrebird/services/ssh_shell.py
src/lyrebird/services/tcp_sink.py
src/lyrebird/services/telnet.py
src/lyrebird/services/tftp.py
src/lyrebird/services/tls.py
src/lyrebird/services/tls_capture.py
src/lyrebird_emulator.egg-info/PKG-INFO
src/lyrebird_emulator.egg-info/SOURCES.txt
src/lyrebird_emulator.egg-info/dependency_links.txt
src/lyrebird_emulator.egg-info/entry_points.txt
src/lyrebird_emulator.egg-info/requires.txt
src/lyrebird_emulator.egg-info/top_level.txt
tests/test_beacons.py
tests/test_core.py
tests/test_detection_pairing.py
tests/test_dns_tunnel.py
tests/test_dns_upstream.py
tests/test_features.py
tests/test_ftp_bounce.py
tests/test_http_user_agent.py
tests/test_imap_idle.py
tests/test_mimicry.py
tests/test_ntp_control.py
tests/test_phase3_services.py
tests/test_quic_service.py
tests/test_reference.py
tests/test_services.py
tests/test_ssh_service.py
tests/test_ssh_shell.py
tests/test_telnet_service.py
tests/test_tls.py
tests/test_tls_grease.py
tests/test_tls_service.py
tests/test_tls_stop.py