LICENSE
README.md
pyproject.toml
src/cyanide/__init__.py
src/cyanide/logger.py
src/cyanide/main.py
src/cyanide/assets/branding/logo.png
src/cyanide/assets/branding/logo.txt
src/cyanide/assets/branding/name.png
src/cyanide/assets/models/cyanideML.pkl
src/cyanide/assets/models/knowledge_base.pkl
src/cyanide/configs/app.yaml
src/cyanide/configs/profiles/debian/base.yaml
src/cyanide/configs/profiles/debian/static.yaml
src/cyanide/configs/profiles/rhel/base.yaml
src/cyanide/configs/profiles/rhel/rootfs/bin/bash
src/cyanide/configs/profiles/rhel/rootfs/bin/cat
src/cyanide/configs/profiles/rhel/rootfs/bin/chmod
src/cyanide/configs/profiles/rhel/rootfs/bin/chown
src/cyanide/configs/profiles/rhel/rootfs/bin/cp
src/cyanide/configs/profiles/rhel/rootfs/bin/date
src/cyanide/configs/profiles/rhel/rootfs/bin/dd
src/cyanide/configs/profiles/rhel/rootfs/bin/df
src/cyanide/configs/profiles/rhel/rootfs/bin/dmesg
src/cyanide/configs/profiles/rhel/rootfs/bin/echo
src/cyanide/configs/profiles/rhel/rootfs/bin/egrep
src/cyanide/configs/profiles/rhel/rootfs/bin/false
src/cyanide/configs/profiles/rhel/rootfs/bin/fgrep
src/cyanide/configs/profiles/rhel/rootfs/bin/grep
src/cyanide/configs/profiles/rhel/rootfs/bin/gunzip
src/cyanide/configs/profiles/rhel/rootfs/bin/gzip
src/cyanide/configs/profiles/rhel/rootfs/bin/kill
src/cyanide/configs/profiles/rhel/rootfs/bin/ln
src/cyanide/configs/profiles/rhel/rootfs/bin/ls
src/cyanide/configs/profiles/rhel/rootfs/bin/mkdir
src/cyanide/configs/profiles/rhel/rootfs/bin/more
src/cyanide/configs/profiles/rhel/rootfs/bin/mount
src/cyanide/configs/profiles/rhel/rootfs/bin/mv
src/cyanide/configs/profiles/rhel/rootfs/bin/ps
src/cyanide/configs/profiles/rhel/rootfs/bin/rm
src/cyanide/configs/profiles/rhel/rootfs/bin/rmdir
src/cyanide/configs/profiles/rhel/rootfs/bin/sed
src/cyanide/configs/profiles/rhel/rootfs/bin/sh
src/cyanide/configs/profiles/rhel/rootfs/bin/sleep
src/cyanide/configs/profiles/rhel/rootfs/bin/su
src/cyanide/configs/profiles/rhel/rootfs/bin/sync
src/cyanide/configs/profiles/rhel/rootfs/bin/test
src/cyanide/configs/profiles/rhel/rootfs/bin/touch
src/cyanide/configs/profiles/rhel/rootfs/bin/true
src/cyanide/configs/profiles/rhel/rootfs/bin/umount
src/cyanide/configs/profiles/rhel/rootfs/bin/uname
src/cyanide/configs/profiles/rhel/rootfs/bin/zcat
src/cyanide/configs/profiles/rhel/rootfs/boot/grub2/grub.cfg
src/cyanide/configs/profiles/rhel/rootfs/etc/bashrc
src/cyanide/configs/profiles/rhel/rootfs/etc/crontab
src/cyanide/configs/profiles/rhel/rootfs/etc/environment
src/cyanide/configs/profiles/rhel/rootfs/etc/fstab
src/cyanide/configs/profiles/rhel/rootfs/etc/group
src/cyanide/configs/profiles/rhel/rootfs/etc/gshadow
src/cyanide/configs/profiles/rhel/rootfs/etc/hostname
src/cyanide/configs/profiles/rhel/rootfs/etc/hosts
src/cyanide/configs/profiles/rhel/rootfs/etc/hosts.allow
src/cyanide/configs/profiles/rhel/rootfs/etc/hosts.deny
src/cyanide/configs/profiles/rhel/rootfs/etc/locale.conf
src/cyanide/configs/profiles/rhel/rootfs/etc/logrotate.conf
src/cyanide/configs/profiles/rhel/rootfs/etc/machine-id
src/cyanide/configs/profiles/rhel/rootfs/etc/os-release
src/cyanide/configs/profiles/rhel/rootfs/etc/passwd
src/cyanide/configs/profiles/rhel/rootfs/etc/profile
src/cyanide/configs/profiles/rhel/rootfs/etc/redhat-release
src/cyanide/configs/profiles/rhel/rootfs/etc/resolv.conf
src/cyanide/configs/profiles/rhel/rootfs/etc/rsyslog.conf
src/cyanide/configs/profiles/rhel/rootfs/etc/shadow
src/cyanide/configs/profiles/rhel/rootfs/etc/sudoers
src/cyanide/configs/profiles/rhel/rootfs/etc/sysctl.conf
src/cyanide/configs/profiles/rhel/rootfs/etc/timezone
src/cyanide/configs/profiles/rhel/rootfs/etc/NetworkManager/NetworkManager.conf
src/cyanide/configs/profiles/rhel/rootfs/etc/default/grub
src/cyanide/configs/profiles/rhel/rootfs/etc/dnf/dnf.conf
src/cyanide/configs/profiles/rhel/rootfs/etc/logrotate.d/syslog
src/cyanide/configs/profiles/rhel/rootfs/etc/pam.d/password-auth
src/cyanide/configs/profiles/rhel/rootfs/etc/pam.d/sshd
src/cyanide/configs/profiles/rhel/rootfs/etc/pam.d/system-auth
src/cyanide/configs/profiles/rhel/rootfs/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
src/cyanide/configs/profiles/rhel/rootfs/etc/pki/tls/certs/localhost.crt
src/cyanide/configs/profiles/rhel/rootfs/etc/pki/tls/private/localhost.key
src/cyanide/configs/profiles/rhel/rootfs/etc/profile.d/aliases.sh
src/cyanide/configs/profiles/rhel/rootfs/etc/profile.d/lang.sh
src/cyanide/configs/profiles/rhel/rootfs/etc/rhsm/rhsm.conf
src/cyanide/configs/profiles/rhel/rootfs/etc/security/limits.conf
src/cyanide/configs/profiles/rhel/rootfs/etc/selinux/config
src/cyanide/configs/profiles/rhel/rootfs/etc/ssh/ssh_config
src/cyanide/configs/profiles/rhel/rootfs/etc/ssh/ssh_host_ecdsa_key.pub
src/cyanide/configs/profiles/rhel/rootfs/etc/ssh/ssh_host_ed25519_key.pub
src/cyanide/configs/profiles/rhel/rootfs/etc/ssh/ssh_host_rsa_key.pub
src/cyanide/configs/profiles/rhel/rootfs/etc/ssh/sshd_config
src/cyanide/configs/profiles/rhel/rootfs/etc/sudoers.d/10-wheel
src/cyanide/configs/profiles/rhel/rootfs/etc/sysconfig/clock
src/cyanide/configs/profiles/rhel/rootfs/etc/sysconfig/crond
src/cyanide/configs/profiles/rhel/rootfs/etc/sysconfig/network
src/cyanide/configs/profiles/rhel/rootfs/etc/sysconfig/ntpdate
src/cyanide/configs/profiles/rhel/rootfs/etc/sysconfig/network-scripts/ifcfg-eth0
src/cyanide/configs/profiles/rhel/rootfs/etc/sysconfig/network-scripts/ifcfg-lo
src/cyanide/configs/profiles/rhel/rootfs/etc/sysctl.d/99-rhel.conf
src/cyanide/configs/profiles/rhel/rootfs/etc/systemd/timesyncd.conf
src/cyanide/configs/profiles/rhel/rootfs/etc/systemd/system/sshd.service
src/cyanide/configs/profiles/rhel/rootfs/etc/yum.repos.d/redhat.repo
src/cyanide/configs/profiles/rhel/rootfs/root/anaconda-ks.cfg
src/cyanide/configs/profiles/rhel/rootfs/root/notes.txt
src/cyanide/configs/profiles/rhel/rootfs/run/sshd.pid
src/cyanide/configs/profiles/rhel/rootfs/run/NetworkManager/NetworkManager.pid
src/cyanide/configs/profiles/rhel/rootfs/sbin/auditd
src/cyanide/configs/profiles/rhel/rootfs/sbin/firewalld
src/cyanide/configs/profiles/rhel/rootfs/sbin/groupadd
src/cyanide/configs/profiles/rhel/rootfs/sbin/ip
src/cyanide/configs/profiles/rhel/rootfs/sbin/iptables
src/cyanide/configs/profiles/rhel/rootfs/sbin/reboot
src/cyanide/configs/profiles/rhel/rootfs/sbin/shutdown
src/cyanide/configs/profiles/rhel/rootfs/sbin/ss
src/cyanide/configs/profiles/rhel/rootfs/sbin/sshd
src/cyanide/configs/profiles/rhel/rootfs/sbin/systemctl
src/cyanide/configs/profiles/rhel/rootfs/sbin/useradd
src/cyanide/configs/profiles/rhel/rootfs/sbin/usermod
src/cyanide/configs/profiles/rhel/rootfs/sbin/visudo
src/cyanide/configs/profiles/rhel/rootfs/srv/www/html/index.html
src/cyanide/configs/profiles/rhel/rootfs/tmp/dnf_payload_d34b2.tmp
src/cyanide/configs/profiles/rhel/rootfs/tmp/yum_save_tx.2024-03-24.14.32.10.root.cron
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/awk
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/basename
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/bash
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/blkid
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/bzip2
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/cat
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/chgrp
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/chmod
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/chown
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/cp
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/cut
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/date
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/dd
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/df
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/dirname
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/dmesg
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/dnf
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/du
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/echo
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/ed
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/egrep
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/env
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/false
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/fgrep
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/find
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/free
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/gawk
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/grep
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/groups
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/gunzip
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/gzip
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/head
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/hostname
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/id
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/ip
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/kill
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/less
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/ln
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/locate
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/logger
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/ls
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/lsblk
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/mkdir
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/mktemp
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/more
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/mount
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/mv
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/numfmt
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/pgrep
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/ping
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/pkill
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/printenv
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/ps
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/pwd
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/readlink
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/realpath
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/rm
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/rmdir
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/sed
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/sh
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/sleep
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/sort
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/ss
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/stat
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/stty
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/su
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/sudo
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/sync
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/systemctl
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/tail
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/tar
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/tee
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/test
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/top
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/touch
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/tr
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/true
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/tty
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/umount
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/uname
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/uniq
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/unzip
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/uptime
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/vi
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/wc
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/whereis
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/which
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/whoami
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/xargs
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/yum
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/zcat
src/cyanide/configs/profiles/rhel/rootfs/usr/bin/zip
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/auditd
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/firewalld
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/groupadd
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/groupmod
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/halt
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/ip
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/ipables
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/iptables
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/nft
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/reboot
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/shutdown
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/ss
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/sshd
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/systemctl
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/useradd
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/usermod
src/cyanide/configs/profiles/rhel/rootfs/usr/sbin/visudo
src/cyanide/configs/profiles/rhel/rootfs/usr/share/bash-completion/bash_completion
src/cyanide/configs/profiles/rhel/rootfs/usr/share/doc/redhat-release/COPYRIGHT
src/cyanide/core/__init__.py
src/cyanide/core/aesthetics.py
src/cyanide/core/async_logger.py
src/cyanide/core/cleanup.py
src/cyanide/core/config.py
src/cyanide/core/config_schema.py
src/cyanide/core/defaults.py
src/cyanide/core/emulator.py
src/cyanide/core/fs_utils.py
src/cyanide/core/geoip.py
src/cyanide/core/libvirt_pool.py
src/cyanide/core/paths.py
src/cyanide/core/security.py
src/cyanide/core/server.py
src/cyanide/core/stats.py
src/cyanide/core/telemetry.py
src/cyanide/core/vm_pool.py
src/cyanide/core/vt_scanner.py
src/cyanide/ml/__init__.py
src/cyanide/ml/classifier.py
src/cyanide/ml/context_analyzer.py
src/cyanide/ml/model.py
src/cyanide/ml/pipeline.py
src/cyanide/ml/rule_engine.py
src/cyanide/ml/tokenizer.py
src/cyanide/network/__init__.py
src/cyanide/network/ssh_proxy.py
src/cyanide/network/tcp_proxy.py
src/cyanide/output/__init__.py
src/cyanide/output/base.py
src/cyanide/output/discord.py
src/cyanide/output/elasticsearch.py
src/cyanide/output/hpfeeds.py
src/cyanide/output/mongodb.py
src/cyanide/output/mysql.py
src/cyanide/output/postgresql.py
src/cyanide/output/rethinkdb.py
src/cyanide/output/slack.py
src/cyanide/output/splunk_hec.py
src/cyanide/output/sqlite.py
src/cyanide/output/syslog.py
src/cyanide/output/telegram.py
src/cyanide/pool/__init__.py
src/cyanide/scripts/__init__.py
src/cyanide/scripts/management/cyanide-honeypot
src/cyanide/scripts/training/train.py
src/cyanide/services/analytics.py
src/cyanide/services/ioc_reporter.py
src/cyanide/services/quarantine.py
src/cyanide/services/session_manager.py
src/cyanide/services/smtp_handler.py
src/cyanide/services/telnet_handler.py
src/cyanide/tests/__init__.py
src/cyanide/tests/conftest.py
src/cyanide/tests/test_config_validation.py
src/cyanide/tests/test_realism_v2.py
src/cyanide/tests/test_vm_pool.py
src/cyanide/tests/integration/__init__.py
src/cyanide/tests/integration/smoke_test.py
src/cyanide/tests/integration/test_advanced_verification.py
src/cyanide/tests/integration/test_concurrency.py
src/cyanide/tests/integration/test_fingerprinting.py
src/cyanide/tests/integration/test_logging_monitoring.py
src/cyanide/tests/integration/test_malware_flow.py
src/cyanide/tests/integration/test_scp_protocol.py
src/cyanide/tests/integration/test_services.py
src/cyanide/tests/integration/vfs_smoke_test.py
src/cyanide/tests/load/test_concurrent_sessions.py
src/cyanide/tests/unit/__init__.py
src/cyanide/tests/unit/test_aesthetics.py
src/cyanide/tests/unit/test_analytics_service.py
src/cyanide/tests/unit/test_analytics_service_deep.py
src/cyanide/tests/unit/test_async_logger.py
src/cyanide/tests/unit/test_auth_delay.py
src/cyanide/tests/unit/test_bash_command.py
src/cyanide/tests/unit/test_bash_scripts.py
src/cyanide/tests/unit/test_bot_detection.py
src/cyanide/tests/unit/test_cleanup.py
src/cyanide/tests/unit/test_config_logic.py
src/cyanide/tests/unit/test_config_validation.py
src/cyanide/tests/unit/test_context_analyzer.py
src/cyanide/tests/unit/test_coverage_boost.py
src/cyanide/tests/unit/test_coverage_booster.py
src/cyanide/tests/unit/test_cp_command.py
src/cyanide/tests/unit/test_fake_filesystem.py
src/cyanide/tests/unit/test_file_transfer_config.py
src/cyanide/tests/unit/test_final_push.py
src/cyanide/tests/unit/test_fs_utils.py
src/cyanide/tests/unit/test_full_system_smoke.py
src/cyanide/tests/unit/test_ioc_reporter.py
src/cyanide/tests/unit/test_libvirt_pool.py
src/cyanide/tests/unit/test_log_restructuring.py
src/cyanide/tests/unit/test_logger.py
src/cyanide/tests/unit/test_main.py
src/cyanide/tests/unit/test_ml.py
src/cyanide/tests/unit/test_ml_classifier_advanced.py
src/cyanide/tests/unit/test_ml_logging_fix.py
src/cyanide/tests/unit/test_ml_model.py
src/cyanide/tests/unit/test_ml_tokenizer.py
src/cyanide/tests/unit/test_network_extra.py
src/cyanide/tests/unit/test_output_plugins.py
src/cyanide/tests/unit/test_package_managers.py
src/cyanide/tests/unit/test_ping_command.py
src/cyanide/tests/unit/test_profile_loader_extra.py
src/cyanide/tests/unit/test_quarantine_service.py
src/cyanide/tests/unit/test_rate_limiting.py
src/cyanide/tests/unit/test_retraining.py
src/cyanide/tests/unit/test_rsync_logic.py
src/cyanide/tests/unit/test_sandbox_security.py
src/cyanide/tests/unit/test_scp_advanced.py
src/cyanide/tests/unit/test_scp_handler.py
src/cyanide/tests/unit/test_scp_logic.py
src/cyanide/tests/unit/test_scp_recursive.py
src/cyanide/tests/unit/test_security.py
src/cyanide/tests/unit/test_server.py
src/cyanide/tests/unit/test_server_deep.py
src/cyanide/tests/unit/test_server_extra.py
src/cyanide/tests/unit/test_server_handlers.py
src/cyanide/tests/unit/test_server_logic.py
src/cyanide/tests/unit/test_sftp_logic.py
src/cyanide/tests/unit/test_shell_depth.py
src/cyanide/tests/unit/test_shell_emulator.py
src/cyanide/tests/unit/test_shell_emulator_core.py
src/cyanide/tests/unit/test_slack_output.py
src/cyanide/tests/unit/test_smtp_handler.py
src/cyanide/tests/unit/test_ssh_advanced_logic.py
src/cyanide/tests/unit/test_ssh_logic.py
src/cyanide/tests/unit/test_ssh_proxy.py
src/cyanide/tests/unit/test_tcp_proxy.py
src/cyanide/tests/unit/test_telemetry.py
src/cyanide/tests/unit/test_telnet_handler.py
src/cyanide/tests/unit/test_uname_command.py
src/cyanide/tests/unit/test_vfs_deep.py
src/cyanide/tests/unit/test_vfs_dynamic.py
src/cyanide/tests/unit/test_vfs_engine_extra.py
src/cyanide/tests/unit/test_vfs_handlers_extra.py
src/cyanide/tests/unit/test_vfs_resiliency.py
src/cyanide/tests/unit/test_virtual_file_transfers.py
src/cyanide/tests/unit/test_vt_scanner.py
src/cyanide/tests/unit/test_webhook_outputs.py
src/cyanide/tests/unit/commands/__init__.py
src/cyanide/tests/unit/commands/test_alias.py
src/cyanide/tests/unit/commands/test_awk.py
src/cyanide/tests/unit/commands/test_awk_redos.py
src/cyanide/tests/unit/commands/test_content.py
src/cyanide/tests/unit/commands/test_content_extra.py
src/cyanide/tests/unit/commands/test_crontab_advanced.py
src/cyanide/tests/unit/commands/test_dev_tools.py
src/cyanide/tests/unit/commands/test_dns_security.py
src/cyanide/tests/unit/commands/test_extra_commands.py
src/cyanide/tests/unit/commands/test_file_ops.py
src/cyanide/tests/unit/commands/test_interactive_commands.py
src/cyanide/tests/unit/commands/test_massive_suite.py
src/cyanide/tests/unit/commands/test_nav.py
src/cyanide/tests/unit/commands/test_network.py
src/cyanide/tests/unit/commands/test_package_managers.py
src/cyanide/tests/unit/commands/test_pkg_mgr_env.py
src/cyanide/tests/unit/commands/test_registry_smoke.py
src/cyanide/tests/unit/commands/test_security_network.py
src/cyanide/tests/unit/commands/test_su.py
src/cyanide/tests/unit/commands/test_system.py
src/cyanide/tests/unit/commands/test_vfs_commands_extra.py
src/cyanide/utils/__init__.py
src/cyanide/vfs/context.py
src/cyanide/vfs/dynamic.py
src/cyanide/vfs/engine.py
src/cyanide/vfs/nodes.py
src/cyanide/vfs/profile_loader.py
src/cyanide/vfs/rsync.py
src/cyanide/vfs/scp.py
src/cyanide/vfs/sftp.py
src/cyanide/vfs/commands/__init__.py
src/cyanide/vfs/commands/alias.py
src/cyanide/vfs/commands/apt.py
src/cyanide/vfs/commands/awk.py
src/cyanide/vfs/commands/base.py
src/cyanide/vfs/commands/bash.py
src/cyanide/vfs/commands/cat.py
src/cyanide/vfs/commands/cd.py
src/cyanide/vfs/commands/chmod.py
src/cyanide/vfs/commands/cp.py
src/cyanide/vfs/commands/crontab.py
src/cyanide/vfs/commands/curl.py
src/cyanide/vfs/commands/doas.py
src/cyanide/vfs/commands/dpkg.py
src/cyanide/vfs/commands/echo.py
src/cyanide/vfs/commands/editor.py
src/cyanide/vfs/commands/env.py
src/cyanide/vfs/commands/export.py
src/cyanide/vfs/commands/find.py
src/cyanide/vfs/commands/finger.py
src/cyanide/vfs/commands/free.py
src/cyanide/vfs/commands/gcc.py
src/cyanide/vfs/commands/grep.py
src/cyanide/vfs/commands/head.py
src/cyanide/vfs/commands/help.py
src/cyanide/vfs/commands/history.py
src/cyanide/vfs/commands/id.py
src/cyanide/vfs/commands/ifconfig.py
src/cyanide/vfs/commands/ip.py
src/cyanide/vfs/commands/journalctl.py
src/cyanide/vfs/commands/last.py
src/cyanide/vfs/commands/ls.py
src/cyanide/vfs/commands/lsof.py
src/cyanide/vfs/commands/make.py
src/cyanide/vfs/commands/misc_sys.py
src/cyanide/vfs/commands/mkdir.py
src/cyanide/vfs/commands/mv.py
src/cyanide/vfs/commands/nc.py
src/cyanide/vfs/commands/netstat.py
src/cyanide/vfs/commands/perl.py
src/cyanide/vfs/commands/ping.py
src/cyanide/vfs/commands/pkexec.py
src/cyanide/vfs/commands/ps.py
src/cyanide/vfs/commands/pwd.py
src/cyanide/vfs/commands/python.py
src/cyanide/vfs/commands/rm.py
src/cyanide/vfs/commands/rmdir.py
src/cyanide/vfs/commands/route.py
src/cyanide/vfs/commands/rpm.py
src/cyanide/vfs/commands/ss.py
src/cyanide/vfs/commands/su.py
src/cyanide/vfs/commands/sudo.py
src/cyanide/vfs/commands/systemctl.py
src/cyanide/vfs/commands/tail.py
src/cyanide/vfs/commands/touch.py
src/cyanide/vfs/commands/uname.py
src/cyanide/vfs/commands/uptime.py
src/cyanide/vfs/commands/visudo.py
src/cyanide/vfs/commands/w.py
src/cyanide/vfs/commands/wget.py
src/cyanide/vfs/commands/who.py
src/cyanide/vfs/commands/whoami.py
src/cyanide/vfs/commands/yum.py
src/cyanide_honeypot.egg-info/PKG-INFO
src/cyanide_honeypot.egg-info/SOURCES.txt
src/cyanide_honeypot.egg-info/dependency_links.txt
src/cyanide_honeypot.egg-info/entry_points.txt
src/cyanide_honeypot.egg-info/requires.txt
src/cyanide_honeypot.egg-info/top_level.txt