Compare commits
42 Commits
v0.1.0
...
fc99375c62
| Author | SHA1 | Date | |
|---|---|---|---|
| fc99375c62 | |||
| 6bdb5922fa | |||
| 32b06afef6 | |||
| 31e0c5151b | |||
| cc3d434c02 | |||
| 1b5d366b38 | |||
| 168ecf14ab | |||
| db9a2699b9 | |||
| d139729fa2 | |||
| dd363629ab | |||
| c544964f57 | |||
| 6e19848723 | |||
| e24da92e0f | |||
| 47f0e6da8f | |||
| 18de381a43 | |||
| 1f5c6604d6 | |||
| a9c7ddec2b | |||
| eb4be44c9a | |||
| 1a2ad27eca | |||
| b1f09b9c6a | |||
| 3656a89d60 | |||
| ba2faba5d5 | |||
| 950280a97b | |||
| 7bc8d75242 | |||
| 5f637b5272 | |||
| 6ed92d080f | |||
| 1b593920cd | |||
| bad90dfb75 | |||
| 05e71f6d2e | |||
| 52c26a2891 | |||
| 81135cb861 | |||
| 50e53120df | |||
| 697929a127 | |||
| b46934db46 | |||
| 5b990743db | |||
| fbb16a960c | |||
| c32ad82d0a | |||
| 850a6f2ad7 | |||
| d344e4c8bb | |||
| f8a9f8fc64 | |||
| a428410c8e | |||
| e5a6c2d9a7 |
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# API Options
|
||||||
|
DECNET_API_HOST=0.0.0.0
|
||||||
|
DECNET_API_PORT=8000
|
||||||
|
DECNET_JWT_SECRET=supersecretkey12345
|
||||||
|
DECNET_INGEST_LOG_FILE=/var/log/decnet/decnet.log
|
||||||
|
|
||||||
|
# Web Dashboard Options
|
||||||
|
DECNET_WEB_HOST=0.0.0.0
|
||||||
|
DECNET_WEB_PORT=8080
|
||||||
|
DECNET_ADMIN_USER=admin
|
||||||
|
DECNET_ADMIN_PASSWORD=admin
|
||||||
@@ -3,6 +3,9 @@ name: CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [dev, testing]
|
branches: [dev, testing]
|
||||||
|
paths-ignore:
|
||||||
|
- "**/*.md"
|
||||||
|
- "docs/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ name: PR Gate
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths-ignore:
|
||||||
|
- "**/*.md"
|
||||||
|
- "docs/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ name: Release
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths-ignore:
|
||||||
|
- "**/*.md"
|
||||||
|
- "docs/**"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: git.resacachile.cl
|
REGISTRY: git.resacachile.cl
|
||||||
|
|||||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -13,6 +13,9 @@ decnet.log*
|
|||||||
*.loggy
|
*.loggy
|
||||||
*.nmap
|
*.nmap
|
||||||
linterfails.log
|
linterfails.log
|
||||||
test-scan
|
|
||||||
webmail
|
webmail
|
||||||
windows1
|
windows1
|
||||||
|
*.db
|
||||||
|
decnet.json
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
|||||||
4
.hypothesis/constants/0da7ee28577247a0
Normal file
4
.hypothesis/constants/0da7ee28577247a0
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/api.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[404, 500, 1000, '*', '/api/v1/auth/login', '/api/v1/deckies', '/api/v1/logs', '/api/v1/stats', '1.0.0', 'Bearer', 'Decky not found', 'No active deployment', 'WWW-Authenticate', 'access_token', 'admin', 'bearer', 'data', 'limit', 'message', 'must_change_password', 'offset', 'password_hash', 'role', 'token_type', 'total', 'username', 'uuid']
|
||||||
4
.hypothesis/constants/0ff817caa72a52a4
Normal file
4
.hypothesis/constants/0ff817caa72a52a4
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/logging/file_handler.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[1024, '%(message)s', 'DECNET_LOG_FILE', 'decnet.syslog', 'utf-8']
|
||||||
4
.hypothesis/constants/12924abcbf0c075f
Normal file
4
.hypothesis/constants/12924abcbf0c075f
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/api.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[404, 500, 1000, '*', '/api/v1/auth/login', '/api/v1/deckies', '/api/v1/logs', '/api/v1/stats', '/api/v1/stream', '1.0.0', 'Authorization', 'Bearer', 'Bearer ', 'Decky not found', 'No active deployment', 'WWW-Authenticate', 'access_token', 'admin', 'bearer', 'data', 'id', 'lastEventId', 'limit', 'logs', 'message', 'must_change_password', 'offset', 'password_hash', 'role', 'stats', 'text/event-stream', 'token', 'token_type', 'total', 'type', 'username', 'uuid']
|
||||||
4
.hypothesis/constants/15d50d1e53b9b5c3
Normal file
4
.hypothesis/constants/15d50d1e53b9b5c3
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/tftp.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['LOG_TARGET', 'NODE_NAME', 'build', 'container_name', 'context', 'environment', 'restart', 'templates', 'tftp', 'unless-stopped']
|
||||||
4
.hypothesis/constants/1687359ae69f4da6
Normal file
4
.hypothesis/constants/1687359ae69f4da6
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/ini_loader.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[',', '.', '1', 'amount', 'archetype', 'binary', 'custom-', 'exec', 'general', 'gw', 'interface', 'ip', 'log-target', 'log_target', 'mutate-interval', 'mutate_interval', 'net', 'nmap-os', 'nmap_os', 'ports', 'services']
|
||||||
4
.hypothesis/constants/16e4ba38c473ee5e
Normal file
4
.hypothesis/constants/16e4ba38c473ee5e
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/cli.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[5173, 8000, ',', ', ', '--all', '--api', '--api-port', '--archetype', '--config', '--deckies', '--decky', '--distro', '--dry-run', '--emit-syslog', '--host', '--id', '--interface', '--ip-start', '--ipvlan', '--log-file', '--log-target', '--min-deckies', '--mode', '--mutate-interval', '--no-cache', '--output', '--port', '--randomize-distros', '--randomize-services', '--services', '--subnet', '--watch', '--web-port', '-a', '-c', '-d', '-f', '-i', '-m', '-n', '-o', '-w', '/index.html', '0.0.0.0', 'Available Services', 'Default Services', 'Description', 'Display Name', 'Docker Image', 'Image', 'Machine Archetypes', 'Name', 'Ports', 'Slug', 'archetypes', 'bold cyan', 'correlate', 'decnet', 'decnet.cli', 'decnet.log', 'decnet.web.api:app', 'decnet_web', 'dim', 'dist', 'distros', 'green', 'json', 'linux', 'mutate', 'services', 'swarm', 'syslog', 'table', 'unihost', 'uvicorn', 'web']
|
||||||
4
.hypothesis/constants/19d5adc9efd5ec68
Normal file
4
.hypothesis/constants/19d5adc9efd5ec68
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/ingester.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['.json', 'decnet.web.ingester', 'r', 'replace', 'utf-8']
|
||||||
4
.hypothesis/constants/1f005a833d034313
Normal file
4
.hypothesis/constants/1f005a833d034313
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/logging/forwarder.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[2.0, ':']
|
||||||
4
.hypothesis/constants/1f12b014d4fe2068
Normal file
4
.hypothesis/constants/1f12b014d4fe2068
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/mongodb.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[27017, 'LOG_TARGET', 'NODE_NAME', 'build', 'container_name', 'context', 'environment', 'mongodb', 'restart', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/219a36e8b671f84b
Normal file
4
.hypothesis/constants/219a36e8b671f84b
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/repository.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[]
|
||||||
4
.hypothesis/constants/2220ccbe8a25f02d
Normal file
4
.hypothesis/constants/2220ccbe8a25f02d
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/snmp.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[161, 'LOG_TARGET', 'NODE_NAME', 'build', 'container_name', 'context', 'environment', 'restart', 'snmp', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/2f0b53ebdb35c4e1
Normal file
4
.hypothesis/constants/2f0b53ebdb35c4e1
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/sip.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[5060, 'LOG_TARGET', 'NODE_NAME', 'build', 'container_name', 'context', 'environment', 'restart', 'sip', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/3048c6da87ba838d
Normal file
4
.hypothesis/constants/3048c6da87ba838d
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/auth.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[1440, 'HS256', 'exp', 'iat', 'utf-8']
|
||||||
4
.hypothesis/constants/30a7ffe86227f7f1
Normal file
4
.hypothesis/constants/30a7ffe86227f7f1
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/mssql.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[1433, 'LOG_TARGET', 'NODE_NAME', 'build', 'container_name', 'context', 'environment', 'mssql', 'restart', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/349ec22a74b50191
Normal file
4
.hypothesis/constants/349ec22a74b50191
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/composer.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['/var/log/decnet', '3.8', 'BASE_IMAGE', 'DECNET_LOG_FILE', 'HOSTNAME', 'NET_ADMIN', 'args', 'bridge', 'build', 'cap_add', 'command', 'container_name', 'decnet_logs', 'depends_on', 'driver', 'environment', 'external', 'hostname', 'image', 'infinity', 'internal', 'ipv4_address', 'network_mode', 'networks', 'restart', 'services', 'sleep', 'sysctls', 'unless-stopped', 'version', 'volumes']
|
||||||
4
.hypothesis/constants/37d6bf6c6c0b58e6
Normal file
4
.hypothesis/constants/37d6bf6c6c0b58e6
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/elasticsearch.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[9200, 'LOG_TARGET', 'NODE_NAME', 'build', 'container_name', 'context', 'elasticsearch', 'environment', 'restart', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/39f59c66c174e4ce
Normal file
4
.hypothesis/constants/39f59c66c174e4ce
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/cli.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[8000, ',', ', ', '--all', '--api', '--api-port', '--archetype', '--config', '--deckies', '--decky', '--distro', '--dry-run', '--emit-syslog', '--host', '--id', '--interface', '--ip-start', '--ipvlan', '--log-file', '--log-target', '--min-deckies', '--mode', '--mutate-interval', '--no-cache', '--output', '--port', '--randomize-distros', '--randomize-services', '--services', '--subnet', '--watch', '--web-port', '-a', '-c', '-d', '-f', '-i', '-m', '-n', '-o', '-w', '/index.html', '0.0.0.0', 'Available Services', 'Default Services', 'Description', 'Display Name', 'Docker Image', 'Image', 'Machine Archetypes', 'Name', 'Ports', 'Slug', 'archetypes', 'bold cyan', 'correlate', 'decnet', 'decnet.cli', 'decnet.log', 'decnet.web.api:app', 'decnet_web', 'dim', 'dist', 'distros', 'green', 'json', 'linux', 'mutate', 'services', 'swarm', 'syslog', 'table', 'unihost', 'uvicorn', 'web']
|
||||||
4
.hypothesis/constants/3cc47bb868bcb8f4
Normal file
4
.hypothesis/constants/3cc47bb868bcb8f4
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/telnet.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[':', 'COWRIE_SSH_ENABLED', 'NET_BIND_SERVICE', 'cap_add', 'container_name', 'cowrie/cowrie', 'environment', 'false', 'image', 'restart', 'telnet', 'true', 'unless-stopped']
|
||||||
4
.hypothesis/constants/407fc1fdd6e042af
Normal file
4
.hypothesis/constants/407fc1fdd6e042af
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/cli.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[5173, 8000, ',', ', ', '--all', '--api', '--api-port', '--archetype', '--config', '--deckies', '--decky', '--distro', '--dry-run', '--emit-syslog', '--host', '--id', '--interface', '--ip-start', '--ipvlan', '--log-file', '--log-target', '--min-deckies', '--mode', '--no-cache', '--output', '--port', '--randomize-distros', '--randomize-services', '--services', '--subnet', '--watch', '--web-port', '-a', '-c', '-d', '-f', '-i', '-m', '-n', '-o', '-w', '/index.html', '0.0.0.0', 'Available Services', 'Default Services', 'Description', 'Display Name', 'Docker Image', 'Image', 'Machine Archetypes', 'Name', 'Ports', 'Slug', 'archetypes', 'bold cyan', 'correlate', 'decnet', 'decnet.cli', 'decnet.log', 'decnet.web.api:app', 'decnet_web', 'dim', 'dist', 'distros', 'green', 'json', 'linux', 'mutate', 'services', 'swarm', 'syslog', 'table', 'unihost', 'uvicorn', 'web']
|
||||||
4
.hypothesis/constants/42a1dcb5c22b1ac1
Normal file
4
.hypothesis/constants/42a1dcb5c22b1ac1
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/ini_loader.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[100, 512, 1024, ',', '.', '1', '[', ']', 'amount', 'archetype', 'binary', 'custom-', 'exceeds maximum', 'exec', 'general', 'gw', 'interface', 'ip', 'log-target', 'log_target', 'mutate-interval', 'mutate_interval', 'net', 'nmap-os', 'nmap_os', 'ports', 'services']
|
||||||
4
.hypothesis/constants/46cebe14ff55dbd1
Normal file
4
.hypothesis/constants/46cebe14ff55dbd1
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/cli.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[5173, 8000, ',', ', ', '--all', '--api', '--api-port', '--archetype', '--config', '--deckies', '--decky', '--distro', '--dry-run', '--emit-syslog', '--host', '--id', '--interface', '--ip-start', '--ipvlan', '--log-file', '--log-target', '--min-deckies', '--mode', '--mutate-interval', '--no-cache', '--output', '--port', '--randomize-distros', '--randomize-services', '--services', '--subnet', '--watch', '--web-port', '-a', '-c', '-d', '-f', '-i', '-m', '-n', '-o', '-w', '/index.html', '0.0.0.0', 'Available Services', 'Default Services', 'Description', 'Display Name', 'Docker Image', 'Image', 'Machine Archetypes', 'Name', 'Ports', 'Slug', 'archetypes', 'bold cyan', 'correlate', 'decnet', 'decnet.cli', 'decnet.log', 'decnet.web.api:app', 'decnet_web', 'dim', 'dist', 'distros', 'green', 'json', 'linux', 'mutate', 'services', 'swarm', 'syslog', 'table', 'unihost', 'uvicorn', 'web']
|
||||||
4
.hypothesis/constants/4b12b89e1879f5ab
Normal file
4
.hypothesis/constants/4b12b89e1879f5ab
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/archetypes.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[', ', 'Database Server', 'DevOps Host', 'Domain Controller', 'File Server', 'IoT Device', 'Linux Server', 'Mail Server', 'Monitoring Node', 'Network Printer', 'VoIP Server', 'Web Server', 'Windows Server', 'Windows Workstation', 'alpine', 'conpot', 'database-server', 'deaddeck', 'debian', 'devops-host', 'docker_api', 'domain-controller', 'embedded', 'fedora', 'file-server', 'ftp', 'http', 'imap', 'industrial-control', 'iot-device', 'k8s', 'ldap', 'linux', 'linux-server', 'llmnr', 'mail-server', 'monitoring-node', 'mqtt', 'mysql', 'pop3', 'postgres', 'printer', 'rdp', 'real_ssh', 'redis', 'rocky9', 'sip', 'smb', 'smtp', 'snmp', 'ssh', 'telnet', 'ubuntu20', 'ubuntu22', 'voip-server', 'web-server', 'windows', 'windows-server', 'windows-workstation']
|
||||||
4
.hypothesis/constants/4efedb0b38145ee9
Normal file
4
.hypothesis/constants/4efedb0b38145ee9
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/env.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['.env', '.env.local', '0.0.0.0', '8000', '8080', 'DECNET_ADMIN_USER', 'DECNET_API_HOST', 'DECNET_API_PORT', 'DECNET_JWT_SECRET', 'DECNET_WEB_HOST', 'DECNET_WEB_PORT', 'admin']
|
||||||
4
.hypothesis/constants/507a3145954fca93
Normal file
4
.hypothesis/constants/507a3145954fca93
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/http.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[443, '/opt/html_files', 'CUSTOM_BODY', 'EXTRA_HEADERS', 'FAKE_APP', 'FILES_DIR', 'LOG_TARGET', 'NODE_NAME', 'RESPONSE_CODE', 'SERVER_HEADER', 'build', 'container_name', 'context', 'custom_body', 'environment', 'extra_headers', 'fake_app', 'files', 'http', 'response_code', 'restart', 'server_header', 'templates', 'unless-stopped', 'volumes']
|
||||||
4
.hypothesis/constants/5274e5adddfb5fe5
Normal file
4
.hypothesis/constants/5274e5adddfb5fe5
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/ini_loader.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[',', '.', '1', 'amount', 'archetype', 'binary', 'custom-', 'exec', 'general', 'gw', 'interface', 'ip', 'log-target', 'log_target', 'mutate-interval', 'mutate_interval', 'net', 'nmap-os', 'nmap_os', 'ports', 'services']
|
||||||
4
.hypothesis/constants/53a42446f9f19b20
Normal file
4
.hypothesis/constants/53a42446f9f19b20
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/ftp.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['LOG_TARGET', 'NODE_NAME', 'build', 'container_name', 'context', 'environment', 'ftp', 'restart', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/56584ef41d5dcfbb
Normal file
4
.hypothesis/constants/56584ef41d5dcfbb
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/auth.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[1440, 'HS256', 'exp', 'iat', 'utf-8']
|
||||||
4
.hypothesis/constants/574dbe54f9b23d3e
Normal file
4
.hypothesis/constants/574dbe54f9b23d3e
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/correlation/engine.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[3600, ',', 'Attacker IP', 'Deckies', 'Duration', 'Events', 'First Seen', 'Traversal Path', 'bold red', 'correlator', 'cyan', 'decnet-correlator', 'dim', 'events_indexed', 'lines_parsed', 'right', 'stats', 'traversal_detected', 'traversals', 'unique_ips', 'yellow']
|
||||||
4
.hypothesis/constants/62e387790ed5b79f
Normal file
4
.hypothesis/constants/62e387790ed5b79f
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/vnc.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[5900, 'LOG_TARGET', 'NODE_NAME', 'build', 'container_name', 'context', 'environment', 'restart', 'templates', 'unless-stopped', 'vnc']
|
||||||
4
.hypothesis/constants/653cbfe0ead00867
Normal file
4
.hypothesis/constants/653cbfe0ead00867
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/api.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[404, 500, 1000, '*', '/api/v1/auth/login', '/api/v1/deckies', '/api/v1/logs', '/api/v1/stats', '/api/v1/stream', '1.0.0', 'Authorization', 'Bearer', 'Bearer ', 'Decky not found', 'No active deployment', 'WWW-Authenticate', 'access_token', 'admin', 'bearer', 'data', 'id', 'lastEventId', 'limit', 'logs', 'message', 'must_change_password', 'offset', 'password_hash', 'role', 'stats', 'text/event-stream', 'token', 'token_type', 'total', 'type', 'username', 'uuid']
|
||||||
4
.hypothesis/constants/66bd79275cd609e8
Normal file
4
.hypothesis/constants/66bd79275cd609e8
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/correlation/parser.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['"', '-', '\\', '\\"', '\\\\', '\\]', ']', 'client_ip', 'ip', 'remote_ip', 'src', 'src_ip']
|
||||||
4
.hypothesis/constants/6ef9c847efdbbda6
Normal file
4
.hypothesis/constants/6ef9c847efdbbda6
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/api.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[400, 404, 500, 512, 1000, 1024, '*', '/api/v1/auth/login', '/api/v1/deckies', '/api/v1/logs', '/api/v1/stats', '/api/v1/stream', '1.0.0', 'Authorization', 'Bearer', 'Bearer ', 'Decky not found', 'No active deployment', 'WWW-Authenticate', 'access_token', 'admin', 'bearer', 'data', 'decnet.web.api', 'id', 'lastEventId', 'limit', 'logs', 'message', 'must_change_password', 'offset', 'password_hash', 'role', 'stats', 'text/event-stream', 'token', 'token_type', 'total', 'type', 'unihost', 'username', 'uuid']
|
||||||
4
.hypothesis/constants/76302489300fdc45
Normal file
4
.hypothesis/constants/76302489300fdc45
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/config.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[0.0, ':', 'compose_path', 'config', 'debian', 'debian:bookworm-slim', 'decnet-state.json', 'linux', 'log_target', 'services', 'swarm', 'unihost']
|
||||||
4
.hypothesis/constants/77b4b42ea3b9c9bf
Normal file
4
.hypothesis/constants/77b4b42ea3b9c9bf
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/llmnr.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[5353, 5355, 'LOG_TARGET', 'NODE_NAME', 'build', 'container_name', 'context', 'environment', 'llmnr', 'restart', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/79661beef79449a5
Normal file
4
.hypothesis/constants/79661beef79449a5
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/registry.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['base', 'decnet.services.', 'registry']
|
||||||
4
.hypothesis/constants/7a3f92bbfaebef4e
Normal file
4
.hypothesis/constants/7a3f92bbfaebef4e
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/ini_loader.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[',', '.', '1', 'amount', 'archetype', 'binary', 'custom-', 'exec', 'general', 'gw', 'interface', 'ip', 'log-target', 'log_target', 'mutate-interval', 'mutate_interval', 'net', 'nmap-os', 'nmap_os', 'ports', 'services']
|
||||||
4
.hypothesis/constants/7f9302a54093ce41
Normal file
4
.hypothesis/constants/7f9302a54093ce41
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/correlation/__init__.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['AttackerTraversal', 'CorrelationEngine', 'LogEvent', 'TraversalHop', 'parse_line']
|
||||||
4
.hypothesis/constants/8029f0494746966f
Normal file
4
.hypothesis/constants/8029f0494746966f
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/ldap.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[389, 636, 'LOG_TARGET', 'NET_BIND_SERVICE', 'NODE_NAME', 'build', 'cap_add', 'container_name', 'context', 'environment', 'ldap', 'restart', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/84bbb6b2519f3506
Normal file
4
.hypothesis/constants/84bbb6b2519f3506
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/api.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[400, 404, 500, 1000, '*', '/api/v1/auth/login', '/api/v1/deckies', '/api/v1/logs', '/api/v1/stats', '/api/v1/stream', '1.0.0', 'Authorization', 'Bearer', 'Bearer ', 'Decky not found', 'No active deployment', 'WWW-Authenticate', 'access_token', 'admin', 'bearer', 'data', 'decnet.web.api', 'id', 'lastEventId', 'limit', 'logs', 'message', 'must_change_password', 'offset', 'password_hash', 'role', 'stats', 'text/event-stream', 'token', 'token_type', 'total', 'type', 'unihost', 'username', 'uuid']
|
||||||
4
.hypothesis/constants/87dce71ef389d477
Normal file
4
.hypothesis/constants/87dce71ef389d477
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/mqtt.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[1883, 'LOG_TARGET', 'NODE_NAME', 'build', 'container_name', 'context', 'environment', 'mqtt', 'restart', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/8b9368be0f77a253
Normal file
4
.hypothesis/constants/8b9368be0f77a253
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/custom_service.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['-', 'LOG_TARGET', 'NODE_NAME', '_', 'command', 'container_name', 'environment', 'image', 'restart', 'unless-stopped']
|
||||||
4
.hypothesis/constants/8c9335cb8231944a
Normal file
4
.hypothesis/constants/8c9335cb8231944a
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/docker_api.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[2375, 2376, 'LOG_TARGET', 'NODE_NAME', 'build', 'container_name', 'context', 'docker_api', 'environment', 'restart', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/8e330e30c399dccc
Normal file
4
.hypothesis/constants/8e330e30c399dccc
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/real_ssh.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['NET_BIND_SERVICE', 'SSH_HOSTNAME', 'SSH_ROOT_PASSWORD', 'admin', 'build', 'cap_add', 'container_name', 'context', 'environment', 'hostname', 'password', 'real_ssh', 'restart', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/8f0af26df36110f1
Normal file
4
.hypothesis/constants/8f0af26df36110f1
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/ini_loader.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[',', '.', '1', 'amount', 'archetype', 'binary', 'custom-', 'exec', 'general', 'gw', 'interface', 'ip', 'log-target', 'log_target', 'mutate-interval', 'mutate_interval', 'net', 'nmap-os', 'nmap_os', 'ports', 'services']
|
||||||
4
.hypothesis/constants/9193e12e937c9da2
Normal file
4
.hypothesis/constants/9193e12e937c9da2
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/logging/syslog_formatter.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[255, '"', '-', '1', '\\', '\\"', '\\\\', '\\]', ']', 'decnet@55555']
|
||||||
4
.hypothesis/constants/91b4fe59f03adba2
Normal file
4
.hypothesis/constants/91b4fe59f03adba2
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/cli.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[5173, 8000, ',', ', ', '--all', '--api', '--api-port', '--archetype', '--config', '--deckies', '--decky', '--distro', '--dry-run', '--emit-syslog', '--host', '--id', '--interface', '--ip-start', '--ipvlan', '--log-file', '--log-target', '--min-deckies', '--mode', '--mutate-interval', '--no-cache', '--output', '--port', '--randomize-distros', '--randomize-services', '--services', '--subnet', '--watch', '--web-port', '-a', '-c', '-d', '-f', '-i', '-m', '-n', '-o', '-w', '/index.html', '0.0.0.0', 'Available Services', 'Default Services', 'Description', 'Display Name', 'Docker Image', 'Image', 'Machine Archetypes', 'Name', 'Ports', 'Slug', 'archetypes', 'bold cyan', 'correlate', 'decnet', 'decnet.cli', 'decnet.log', 'decnet.web.api:app', 'decnet_web', 'dim', 'dist', 'distros', 'green', 'json', 'linux', 'mutate', 'services', 'swarm', 'syslog', 'table', 'unihost', 'uvicorn', 'web']
|
||||||
4
.hypothesis/constants/933f6b3526e97b62
Normal file
4
.hypothesis/constants/933f6b3526e97b62
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/repository.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[]
|
||||||
4
.hypothesis/constants/952b61539a326753
Normal file
4
.hypothesis/constants/952b61539a326753
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/ssh.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[2222, ':', 'COWRIE_HOSTNAME', 'COWRIE_SSH_VERSION', 'NET_BIND_SERVICE', 'NODE_NAME', 'build', 'cap_add', 'container_name', 'context', 'cowrie', 'environment', 'hardware_platform', 'kernel_build_string', 'kernel_version', 'restart', 'ssh', 'ssh_banner', 'templates', 'true', 'unless-stopped', 'users']
|
||||||
4
.hypothesis/constants/95eb634544ca6000
Normal file
4
.hypothesis/constants/95eb634544ca6000
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/smb.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[139, 445, 'LOG_TARGET', 'NET_BIND_SERVICE', 'NODE_NAME', 'build', 'cap_add', 'container_name', 'context', 'environment', 'restart', 'smb', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/996aa9c745349122
Normal file
4
.hypothesis/constants/996aa9c745349122
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/base.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[]
|
||||||
4
.hypothesis/constants/a115dde40ee13bf8
Normal file
4
.hypothesis/constants/a115dde40ee13bf8
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/mysql.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[3306, 'LOG_TARGET', 'MYSQL_VERSION', 'NODE_NAME', 'build', 'container_name', 'context', 'environment', 'mysql', 'restart', 'templates', 'unless-stopped', 'version']
|
||||||
4
.hypothesis/constants/a3207e9522fed10c
Normal file
4
.hypothesis/constants/a3207e9522fed10c
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/api.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[1000, '*', '/api/v1/auth/login', '/api/v1/logs', '/api/v1/stats', '1.0.0', 'Bearer', 'WWW-Authenticate', 'access_token', 'admin', 'bearer', 'data', 'limit', 'message', 'must_change_password', 'offset', 'password_hash', 'role', 'token_type', 'total', 'username', 'uuid']
|
||||||
4
.hypothesis/constants/a36433a7a8a46f4d
Normal file
4
.hypothesis/constants/a36433a7a8a46f4d
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/smtp.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[587, 'LOG_TARGET', 'NET_BIND_SERVICE', 'NODE_NAME', 'SMTP_BANNER', 'SMTP_MTA', 'banner', 'build', 'cap_add', 'container_name', 'context', 'environment', 'mta', 'restart', 'smtp', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/a36bdeb88e27cda2
Normal file
4
.hypothesis/constants/a36bdeb88e27cda2
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/postgres.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[5432, 'LOG_TARGET', 'NODE_NAME', 'build', 'container_name', 'context', 'environment', 'postgres', 'restart', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/a4b0cd024dec37b3
Normal file
4
.hypothesis/constants/a4b0cd024dec37b3
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/pop3.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[110, 995, 'LOG_TARGET', 'NODE_NAME', 'build', 'container_name', 'context', 'environment', 'pop3', 'restart', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/a92a9b5d6ef7fbda
Normal file
4
.hypothesis/constants/a92a9b5d6ef7fbda
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/os_fingerprint.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['128', '2', '255', '3', '6', '64', 'bsd', 'cisco', 'embedded', 'linux', 'windows']
|
||||||
4
.hypothesis/constants/b0cdd7ca461ac3a7
Normal file
4
.hypothesis/constants/b0cdd7ca461ac3a7
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/k8s.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[6443, 8080, 'LOG_TARGET', 'NODE_NAME', 'build', 'container_name', 'context', 'environment', 'k8s', 'restart', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/b3ae76f264e289ba
Normal file
4
.hypothesis/constants/b3ae76f264e289ba
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/redis.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[6379, 'LOG_TARGET', 'NODE_NAME', 'REDIS_OS', 'REDIS_VERSION', 'build', 'container_name', 'context', 'environment', 'os_string', 'redis', 'restart', 'templates', 'unless-stopped', 'version']
|
||||||
4
.hypothesis/constants/b4fbfe7d71d1fde1
Normal file
4
.hypothesis/constants/b4fbfe7d71d1fde1
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/correlation/graph.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[' → ', 'attacker_ip', 'deckies', 'decky', 'decky_count', 'duration_seconds', 'event_type', 'first_seen', 'hop_count', 'hops', 'last_seen', 'path', 'service', 'timestamp']
|
||||||
4
.hypothesis/constants/bae355075973c2af
Normal file
4
.hypothesis/constants/bae355075973c2af
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/api.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[400, 404, 500, 512, 1000, 1024, '*', '/api/v1/auth/login', '/api/v1/deckies', '/api/v1/logs', '/api/v1/stats', '/api/v1/stream', '1.0.0', 'Authorization', 'Bearer', 'Bearer ', 'Decky not found', 'No active deployment', 'WWW-Authenticate', 'access_token', 'admin', 'bearer', 'data', 'decnet.web.api', 'id', 'lastEventId', 'limit', 'logs', 'message', 'must_change_password', 'offset', 'password_hash', 'role', 'stats', 'text/event-stream', 'token', 'token_type', 'total', 'type', 'unihost', 'username', 'uuid']
|
||||||
4
.hypothesis/constants/c1bae63b725863f0
Normal file
4
.hypothesis/constants/c1bae63b725863f0
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/imap.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[143, 993, 'LOG_TARGET', 'NODE_NAME', 'build', 'container_name', 'context', 'environment', 'imap', 'restart', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/c2ecbf26f54555a4
Normal file
4
.hypothesis/constants/c2ecbf26f54555a4
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/.venv/bin/pytest
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['__main__']
|
||||||
4
.hypothesis/constants/c604d77c59dde05f
Normal file
4
.hypothesis/constants/c604d77c59dde05f
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/network.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['/', 'add', 'addr', 'bridge', 'decnet_ipvlan0', 'decnet_lan', 'decnet_macvlan0', 'default', 'del', 'dev', 'inet ', 'inet6', 'ip', 'ipvlan', 'ipvlan_mode', 'l2', 'link', 'macvlan', 'mode', 'parent', 'route', 'set', 'show', 'type', 'up', 'via']
|
||||||
4
.hypothesis/constants/cbd8a83626f88ea8
Normal file
4
.hypothesis/constants/cbd8a83626f88ea8
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/sqlite_repository.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['SELECT * FROM logs', 'active_deckies', 'attacker_ip', 'decky', 'decnet.db', 'deployed_deckies', 'event_type', 'fields', 'max_id', 'msg', 'must_change_password', 'password_hash', 'raw_line', 'role', 'service', 'timestamp', 'total', 'total_logs', 'unique_attackers', 'username', 'uuid']
|
||||||
4
.hypothesis/constants/cc88ec3582943bc7
Normal file
4
.hypothesis/constants/cc88ec3582943bc7
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/distros.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['Alpine Linux 3.19', 'Arch Linux', 'CentOS 7', 'Debian 12 (Bookworm)', 'Fedora 39', 'Kali Linux (Rolling)', 'Rocky Linux 9', 'alpha', 'alpine', 'alpine:3.19', 'arch', 'archlinux:latest', 'backup', 'bravo', 'centos7', 'centos:7', 'charlie', 'db', 'debian', 'debian:bookworm-slim', 'delta', 'dev', 'echo', 'fedora', 'fedora:39', 'files', 'foxtrot', 'generic', 'golf', 'hotel', 'india', 'juliet', 'kali', 'kilo', 'lima', 'mail', 'mike', 'minimal', 'monitor', 'nova', 'oscar', 'prod', 'proxy', 'rhel', 'rocky9', 'rockylinux:9-minimal', 'rolling', 'stage', 'ubuntu20', 'ubuntu22', 'ubuntu:20.04', 'ubuntu:22.04', 'web']
|
||||||
4
.hypothesis/constants/ceb1d0465029fa83
Normal file
4
.hypothesis/constants/ceb1d0465029fa83
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/.local/bin/pytest
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['__main__']
|
||||||
4
.hypothesis/constants/da39a3ee5e6b4b0d
Normal file
4
.hypothesis/constants/da39a3ee5e6b4b0d
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/__init__.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[]
|
||||||
4
.hypothesis/constants/da43cd4d80a43169
Normal file
4
.hypothesis/constants/da43cd4d80a43169
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/sqlite_repository.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['SELECT * FROM logs', 'active_deckies', 'attacker_ip', 'decky', 'decnet.db', 'event_type', 'fields', 'msg', 'must_change_password', 'password_hash', 'raw_line', 'role', 'service', 'timestamp', 'total', 'total_logs', 'unique_attackers', 'username', 'uuid']
|
||||||
4
.hypothesis/constants/dbb3e0fb1231c2a3
Normal file
4
.hypothesis/constants/dbb3e0fb1231c2a3
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/cli.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[8000, ',', ', ', '--all', '--api', '--api-port', '--archetype', '--config', '--deckies', '--decky', '--distro', '--dry-run', '--emit-syslog', '--host', '--id', '--interface', '--ip-start', '--ipvlan', '--log-file', '--log-target', '--min-deckies', '--mode', '--mutate-interval', '--no-cache', '--output', '--port', '--randomize-distros', '--randomize-services', '--services', '--subnet', '--watch', '--web-port', '-a', '-c', '-d', '-f', '-i', '-m', '-n', '-o', '-w', '/index.html', '0.0.0.0', 'Available Services', 'Default Services', 'Description', 'Display Name', 'Docker Image', 'Image', 'Machine Archetypes', 'Name', 'Ports', 'Slug', 'archetypes', 'bold cyan', 'correlate', 'decnet', 'decnet.cli', 'decnet.log', 'decnet.web.api:app', 'decnet_web', 'dim', 'dist', 'distros', 'green', 'json', 'linux', 'mutate', 'services', 'swarm', 'syslog', 'table', 'unihost', 'uvicorn', 'web']
|
||||||
4
.hypothesis/constants/df40fa14165138c7
Normal file
4
.hypothesis/constants/df40fa14165138c7
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/auth.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[1440, 'DECNET_SECRET_KEY', 'HS256', 'exp', 'iat', 'utf-8']
|
||||||
4
.hypothesis/constants/e04c4b026eeb7e26
Normal file
4
.hypothesis/constants/e04c4b026eeb7e26
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/rdp.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[3389, 'LOG_TARGET', 'NODE_NAME', 'build', 'container_name', 'context', 'environment', 'rdp', 'restart', 'templates', 'unless-stopped']
|
||||||
4
.hypothesis/constants/e6075ef770e33fe2
Normal file
4
.hypothesis/constants/e6075ef770e33fe2
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/api.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[400, 404, 500, 512, 1000, 1024, '*', '/api/v1/auth/login', '/api/v1/deckies', '/api/v1/logs', '/api/v1/stats', '/api/v1/stream', '1.0.0', 'Authorization', 'Bearer', 'Bearer ', 'Decky not found', 'No active deployment', 'WWW-Authenticate', 'access_token', 'admin', 'bearer', 'data', 'decnet.web.api', 'id', 'lastEventId', 'limit', 'logs', 'message', 'must_change_password', 'offset', 'password_hash', 'role', 'stats', 'text/event-stream', 'token', 'token_type', 'total', 'type', 'unihost', 'username', 'uuid']
|
||||||
4
.hypothesis/constants/e9250999acae5d85
Normal file
4
.hypothesis/constants/e9250999acae5d85
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/cli.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[5173, 8000, ',', ', ', '--all', '--api', '--api-port', '--archetype', '--config', '--deckies', '--decky', '--distro', '--dry-run', '--emit-syslog', '--host', '--id', '--interface', '--ip-start', '--ipvlan', '--log-file', '--log-target', '--min-deckies', '--mode', '--mutate-interval', '--no-cache', '--output', '--port', '--randomize-distros', '--randomize-services', '--services', '--subnet', '--watch', '--web-port', '-a', '-c', '-d', '-f', '-i', '-m', '-n', '-o', '-w', '/index.html', '0.0.0.0', 'Available Services', 'Default Services', 'Description', 'Display Name', 'Docker Image', 'Image', 'Machine Archetypes', 'Name', 'Ports', 'Slug', 'archetypes', 'bold cyan', 'correlate', 'decnet', 'decnet.cli', 'decnet.log', 'decnet.web.api:app', 'decnet_web', 'dim', 'dist', 'distros', 'green', 'json', 'linux', 'mutate', 'services', 'swarm', 'syslog', 'table', 'unihost', 'uvicorn', 'web']
|
||||||
4
.hypothesis/constants/ee59d8cc35cab799
Normal file
4
.hypothesis/constants/ee59d8cc35cab799
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/ini_loader.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[',', '.', '1', 'amount', 'archetype', 'binary', 'custom-', 'exec', 'general', 'gw', 'interface', 'ip', 'log-target', 'log_target', 'mutate-interval', 'mutate_interval', 'net', 'nmap-os', 'nmap_os', 'ports', 'services']
|
||||||
4
.hypothesis/constants/ee6334e46981bb15
Normal file
4
.hypothesis/constants/ee6334e46981bb15
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/web/sqlite_repository.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
['SELECT * FROM logs', 'active_deckies', 'attacker_ip', 'decky', 'decnet.db', 'deployed_deckies', 'event_type', 'fields', 'msg', 'must_change_password', 'password_hash', 'raw_line', 'role', 'service', 'timestamp', 'total', 'total_logs', 'unique_attackers', 'username', 'uuid']
|
||||||
4
.hypothesis/constants/f61b7d1d118bca37
Normal file
4
.hypothesis/constants/f61b7d1d118bca37
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/deployer.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[5.0, ', ', '--build', '--no-cache', '--watch', '-d', '-f', 'DECNET Deckies', 'Decky', 'Deployed Deckies', 'Hostname', 'IP', 'IPvlan', 'IPvlan L2', 'MACVLAN', 'Services', 'Status', '[green]up[/]', '[red]degraded[/]', 'absent', 'bold', 'build', 'cmdline', 'compose', 'decnet-compose.yml', 'decnet.cli', 'decnet.web.api:app', 'docker', 'down', 'green', 'manifest for', 'manifest unknown', 'mutate', 'name', 'not found', 'pid', 'pull access denied', 'red', 'rm', 'running', 'stop', 'up', 'uvicorn']
|
||||||
4
.hypothesis/constants/f6bf64199f202d36
Normal file
4
.hypothesis/constants/f6bf64199f202d36
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/config.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[':', 'compose_path', 'config', 'debian', 'debian:bookworm-slim', 'decnet-state.json', 'linux', 'log_target', 'services', 'swarm', 'unihost']
|
||||||
4
.hypothesis/constants/fb7b3bbd8bd7b0f3
Normal file
4
.hypothesis/constants/fb7b3bbd8bd7b0f3
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# file: /home/anti/Tools/DECNET/decnet/services/conpot.py
|
||||||
|
# hypothesis_version: 6.151.11
|
||||||
|
|
||||||
|
[161, 502, 'CONPOT_TEMPLATE', 'conpot', 'container_name', 'default', 'environment', 'honeynet/conpot', 'image', 'restart', 'unless-stopped']
|
||||||
1
.hypothesis/examples/02709a08d5dd3bf6/be0230ef54d34195
Normal file
1
.hypothesis/examples/02709a08d5dd3bf6/be0230ef54d34195
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Ђ–В№5у‹»ћрЅ¶џUz&)ZГџ
|
||||||
2
.hypothesis/examples/04e6b3400353b141/02709a08d5dd3bf6
Normal file
2
.hypothesis/examples/04e6b3400353b141/02709a08d5dd3bf6
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
φνOηό
|
||||||
|
;<16>}ο‹ΒΐΫb¶4η®
|
||||||
1
.hypothesis/examples/04e6b3400353b141/07415f0af878fbe0
Normal file
1
.hypothesis/examples/04e6b3400353b141/07415f0af878fbe0
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Ö¹8 (}hYögõ×`ô$ù<>lI<6C>€0y„}bÄU`¯¶…ˆ e[ë2P’ÅŸá
|
||||||
BIN
.hypothesis/examples/04e6b3400353b141/69de0ff9882fb7ae
Normal file
BIN
.hypothesis/examples/04e6b3400353b141/69de0ff9882fb7ae
Normal file
Binary file not shown.
BIN
.hypothesis/examples/04e6b3400353b141/ad62dc9ce19b3e65
Normal file
BIN
.hypothesis/examples/04e6b3400353b141/ad62dc9ce19b3e65
Normal file
Binary file not shown.
1
.hypothesis/examples/04e6b3400353b141/ecc7e8764d8d8b88
Normal file
1
.hypothesis/examples/04e6b3400353b141/ecc7e8764d8d8b88
Normal file
@@ -0,0 +1 @@
|
|||||||
|
¨&@a!Þ”'<â‘ÚÂN1ïÓ/Ï!ÁI…ÿø6-lÔãú+ÁÌI>…•_l.secondary
|
||||||
BIN
.hypothesis/examples/07415f0af878fbe0/59a0424d9d1db2bd
Normal file
BIN
.hypothesis/examples/07415f0af878fbe0/59a0424d9d1db2bd
Normal file
Binary file not shown.
1
.hypothesis/examples/69de0ff9882fb7ae/046ad25b37468979
Normal file
1
.hypothesis/examples/69de0ff9882fb7ae/046ad25b37468979
Normal file
@@ -0,0 +1 @@
|
|||||||
|
づ<EFBFBD>
|
||||||
1
.hypothesis/examples/69de0ff9882fb7ae/145ce512e57fc774
Normal file
1
.hypothesis/examples/69de0ff9882fb7ae/145ce512e57fc774
Normal file
@@ -0,0 +1 @@
|
|||||||
|
づ<EFBFBD>
|
||||||
1
.hypothesis/examples/69de0ff9882fb7ae/1f3d226b8b16b85f
Normal file
1
.hypothesis/examples/69de0ff9882fb7ae/1f3d226b8b16b85f
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<EFBFBD>ソ。
|
||||||
1
.hypothesis/examples/69de0ff9882fb7ae/2a4604391a6a3a01
Normal file
1
.hypothesis/examples/69de0ff9882fb7ae/2a4604391a6a3a01
Normal file
@@ -0,0 +1 @@
|
|||||||
|
づ<EFBFBD>
|
||||||
1
.hypothesis/examples/69de0ff9882fb7ae/327ebe8e2777678d
Normal file
1
.hypothesis/examples/69de0ff9882fb7ae/327ebe8e2777678d
Normal file
@@ -0,0 +1 @@
|
|||||||
|
づ<EFBFBD>
|
||||||
1
.hypothesis/examples/69de0ff9882fb7ae/6bd8eb2cdf74b98a
Normal file
1
.hypothesis/examples/69de0ff9882fb7ae/6bd8eb2cdf74b98a
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<EFBFBD>」泯
|
||||||
1
.hypothesis/examples/69de0ff9882fb7ae/6f5b1e7034c7c5b5
Normal file
1
.hypothesis/examples/69de0ff9882fb7ae/6f5b1e7034c7c5b5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
づ<EFBFBD>
|
||||||
1
.hypothesis/examples/69de0ff9882fb7ae/723685965ac5ff1d
Normal file
1
.hypothesis/examples/69de0ff9882fb7ae/723685965ac5ff1d
Normal file
@@ -0,0 +1 @@
|
|||||||
|
つ<EFBFBD>
|
||||||
1
.hypothesis/examples/69de0ff9882fb7ae/7960c8d6f8ec07ac
Normal file
1
.hypothesis/examples/69de0ff9882fb7ae/7960c8d6f8ec07ac
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ぱ。
|
||||||
1
.hypothesis/examples/69de0ff9882fb7ae/7b7a86f12d6b5938
Normal file
1
.hypothesis/examples/69de0ff9882fb7ae/7b7a86f12d6b5938
Normal file
@@ -0,0 +1 @@
|
|||||||
|
‚В‘
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user