
تدقيق أمان خادم SSH والعميل (البانر، تبادل المفاتيح، التشفير، MAC، الضغط، التوافق، الأمان، إلخ)
ssh-audit هو أداة لتدقيق تكوين خادم وعميل SSH.
jtesta/ssh-audit (الإصدار 2.0+) هو النسخة المحدّثة والمُصانة من ssh-audit والمشتقة من arthepsy/ssh-audit (الإصدار 1.x) بسبب توقف التطوير.
usage: ssh-audit.py [-h] [-4] [-6] [-b] [-c] [-d] [-g min1:pref1:max1[,min2:pref2:max2,...] / <x-y[:step]>] [-j] [-l {info,warn,fail}] [-L] [-M custom_policy.txt] [-m] [-n] [-P "Built-In Policy Name" / custom_policy.txt] [-p N] [-T targets.txt] [-t N] [-v] [--conn-rate-test N[:max_rate]] [--dheat N[:kex[:e_len]]] [--get-hardening-guide platform] [--list-hardening-guides] [--lookup alg1[,alg2,...]] [--skip-rate-test] [--socks5 host:port] [--threads N] [host]
positional arguments: host target hostname or IPv4/IPv6 address
optional arguments: -h, --help show this help message and exit -4, --ipv4 enable IPv4 (order of precedence) -6, --ipv6 enable IPv6 (order of precedence) -b, --batch batch output -c, --client-audit starts a server on port 2222 to audit client software config (use -p to change port; use -t to change timeout) -d, --debug enable debugging output -g min1:pref1:max1[,min2:pref2:max2,...] / <x-y[:step]>, --gex-test min1:pref1:max1[,min2:pref2:max2,...] / <x-y[:step]> conducts a very customized Diffie-Hellman GEX modulus size test. Tests an array of minimum, preferred, and maximum values, or a range of values with an optional incremental step amount -j, --json enable JSON output (use -jj to enable indentation for better readability) -l {info,warn,fail}, --level {info,warn,fail} minimum output level (default: info) -L, --list-policies list all the official, built-in policies. Combine with -v to view policy change logs -M custom_policy.txt, --make-policy custom_policy.txt creates a policy based on the target server (i.e.: the target server has the ideal configuration that other servers should adhere to), and stores it in the file path specified -m, --manual print the man page (Docker, PyPI, Snap, and Windows builds only) -n, --no-colors disable colors (automatic when the NO_COLOR environment variable is set) -P "Built-In Policy Name" / custom_policy.txt, --policy "Built-In Policy Name" / custom_policy.txt run a policy test using the specified policy (use -L to see built-in policies, or specify filesystem path to custom policy created by -M) -p N, --port N the TCP port to connect to (or to listen on when -c is used) -T targets.txt, --targets targets.txt a file containing a list of target hosts (one per line, format 'HOST[:PORT]'; for UNIX socket servers, use 'unix:///path/socket'). Use -p/--port to set the default port for all hosts. Use --threads to control concurrent scans -t N, --timeout N timeout (in seconds) for connection and reading (default: 5) -v, --verbose enable verbose output --conn-rate-test N[:max_rate] perform a connection rate test (useful for collecting metrics related to susceptibility of the DHEat vuln). Testing is conducted with N concurrent sockets with an optional maximum rate of connections per second --dheat N[:kex[:e_len]] continuously perform the DHEat DoS attack (CVE-2002-20001) against the target using N concurrent sockets. Optionally, a specific key exchange algorithm can be specified instead of allowing it to be automatically chosen. Additionally, a small length of the fake e value sent to the server can be chosen for a more efficient attack (such as 4). --get-hardening-guide platform retrieves the hardening guide for the specified platform name (use --list-hardening-guides to see list of available guides). --list-hardening-guides list all official, built-in hardening guides for common systems. Their full names can then be passed to --get-hardening-guide. Add -v to this option to view hardening guide change logs and prior versions. --lookup alg1[,alg2,...] looks up an algorithm(s) without connecting to a server. --skip-rate-test skip the connection rate test during standard audits (used to safely infer whether the DHEat attack is viable) --socks5 host:port connect via a SOCKS5 proxy (implies --skip-rate-test) --threads N number of threads to use when scanning multiple targets (-T/--targets) (default: 32)
* إذا تم استخدام كل من IPv4 و IPv6، يمكن ضبط ترتيب الأسبقية باستخدام إما `-46` أو `-64`.
* علامة الدفعة `-b` ستُخرج الأقسام بدون ترويسة وبدون أسطر فارغة (تستلزم علامة verbose).
* علامة verbose `-v` ستُسبق كل سطر بنوع القسم واسم الخوارزمية.
* يتم إرجاع رمز خروج بقيمة 0 عندما تُعتبر جميع الخوارزميات آمنة (لتدقيق قياسي)، أو عندما ينجح فحص السياسة (لتدقيق السياسة).
تدقيق الخادم الأساسي:```
ssh-audit localhost
ssh-audit 127.0.0.1
ssh-audit 127.0.0.1:222
ssh-audit ::1
ssh-audit [::1]:222
ssh-audit unix:///run/ssh-unix-local/socket
لتشغيل تدقيق قياسي ضد خوادم متعددة (ضع الأهداف في servers.txt، هدف واحد في كل سطر بصيغة HOST[:PORT]):```
ssh-audit -T servers.txt
لتدقيق إعدادات عميل (يستمع على المنفذ 2222/tcp افتراضيًا؛ اتصل باستخدام `ssh -p 2222 anything@localhost`):```
ssh-audit -c
لتدقيق تكوين عميل، مع مستمع على المنفذ 4567/tcp:``` ssh-audit -c -p 4567
لسرد جميع السياسات المدمجة الرسمية (تلميح: استخدم أسماء السياسات الناتجة مع `-P`/`--policy`):```
ssh-audit -L
لتشغيل تدقيق سياسة على خادم:``` ssh-audit -P ["policy name" | path/to/server_policy.txt] targetserver
لتشغيل تدقيق سياسة ضد عميل:```
ssh-audit -c -P ["policy name" | path/to/client_policy.txt]
لتشغيل تدقيق سياسات ضد العديد من الخوادم:``` ssh-audit -T servers.txt -P ["policy name" | path/to/server_policy.txt]
لإنشاء سياسة استنادًا إلى الخادم الهدف (والتي يمكن تعديلها يدويًا):```
ssh-audit -M new_policy.txt targetserver
لتشغيل هجوم DHEat من نوع DoS لاستنزاف وحدة المعالجة المركزية (CVE-2002-20001) ضد هدف باستخدام 10 مقابس متزامنة:``` ssh-audit --dheat=10 targetserver
لتشغيل هجوم DHEat باستخدام خوارزمية تبادل المفاتيح `diffie-hellman-group-exchange-sha256`:```
ssh-audit --dheat=10:diffie-hellman-group-exchange-sha256 targetserver
لتشغيل هجوم DHEat باستخدام خوارزمية تبادل المفاتيح diffie-hellman-group-exchange-sha256 مع أطوال حزم صغيرة جدًا ولكن غير قياسية (قد يؤدي ذلك إلى استنفاد وحدة المعالجة المركزية نفسه، ولكن مع إرسال عدد أقل بكثير من البايتات في الثانية):```
ssh-audit --dheat=10:diffie-hellman-group-exchange-sha256:4 targetserver
## لقطات الشاشة
### مثال تدقيق الخادم القياسي
فيما يلي لقطة شاشة لمخرجات تدقيق الخادم القياسي عند الاتصال بخدمة OpenSSH v5.3 غير محصّنة:

### مثال تدقيق سياسة الخادم
فيما يلي لقطة شاشة لمخرجات تدقيق السياسة عند الاتصال بجهاز Ubuntu Server 20.04 غير محصّن (تلميح: استخدم `-L`/`--list-policies` لرؤية أسماء السياسات المدمجة لاستخدامها مع `-P`/`--policy`):

بعد تطبيق الخطوات الواردة في دليل التحصين (انظر أدناه)، يتغير المخرج إلى ما يلي:

### مثال تدقيق العميل القياسي
فيما يلي لقطة شاشة لمخرجات تدقيق العميل عند اتصال عميل OpenSSH v7.2 غير محصّن:

## أدلة التحصين
أدلة تحصين إعدادات الخادم والعميل مدمجة في الأداة (انظر خياري `--list-hardening-guides` و `--get-hardening-guide`). بالإضافة إلى ذلك، فهي متاحة أيضًا عبر الإنترنت على: [https://www.ssh-audit.com/hardening_guides.html](https://www.ssh-audit.com/hardening_guides.html)
## الحزم الجاهزة
تتوفر حزم جاهزة للبناء لأنظمة Windows (انظر صفحة [الإصدارات](https://github.com/jtesta/ssh-audit/releases))، وPyPI، وSnap، وDocker:
للتثبيت من PyPI:```
$ pip3 install ssh-audit
لتثبيت حزمة Snap:``` $ snap install ssh-audit
للتثبيت من Dockerhub:```
$ docker pull docker.io/positronsecurity/ssh-audit
(ثم قم بتشغيل: docker run -it --rm -p 2222:2222 docker.io/positronsecurity/ssh-audit 10.1.1.1)
يمكن العثور على حالة الحزم المختلفة للمنصات الأخرى أدناه (عبر Repology):
للراحة، تتوفر واجهة أمامية للويب فوق أداة سطر الأوامر على https://www.ssh-audit.com/.
--list-hardening-guides و --get-hardening-guide). سابقًا، كانت متاحة فقط على https://ssh-audit.com/hardening_guides.html، لكنها الآن مدمجة في الأداة للراحة؛ بفضل جزئي من oam7575.allow_hostkey_subset_and_reordering للسماح للأهداف بقائمة أكثر تشددًا من مفاتيح المضيف و/أو ترتيب مختلف لها.getopt المهجورة إلى argparse؛ بفضل جزئي من oam7575.-b) يقوم تلقائيًا بتمكين الوضع المفصّل، بسبب نتائج مربكة في بعض الأحيان؛ لا يزال بإمكان المستخدمين تمكين الوضع المفصّل صراحةً باستخدام العلم .-P و-T في وقت واحد.--conn-rate-test على Windows.-T/--targets)، سيتم الآن استخدام الخيار -p/--port كمنفذ افتراضي (يُضبط على 22 إذا لم يتم إعطاء /). يمكن للمضيفين المحددين في الملف تجاوز هذا الافتراضي برقم منفذ صريح (أي: "host1:1234"). على سبيل المثال، عند استخدام ، ستستخدم جميع المضيفين في الذين لا يتضمنون رقم منفذ صراحةً المنفذ 222 افتراضيًا؛ وعند استخدام (بدون )، ستستخدم جميع المضيفين المنفذ 22 افتراضيًا.--dheat؛ CVE-2002-20001).ecdsa-sha2-nistp* على مفاتيح المضيف. بالإضافة إلى ذلك، أصبحت الآن مميزة على أنها قد تحتوي على أبواب خلفية، تمامًا كما هو الحال مع مفاتيح المضيف القياسية.-m, --manual) متاحة الآن على إصدارات Docker وPyPI وSnap، بالإضافة إلى إصدار Windows.python:3-slim إلى python:3-alpine، مما أدى إلى تقليل حجم الصورة بنسبة 59%؛ بفضل Daniel Thamdrup.-L -v لعرضها).allow_algorithm_subset_and_reordering للسماح للأهداف بالنجاح مع مجموعة فرعية و/أو قائمة معاد ترتيبها من مفاتيح المضيف وkex وخوارزميات التشفير وMACs. يسمح هذا بإنشاء سياسة أساسية حيث يمكن للأهداف تنفيذ ضوابط أكثر صرامة اختياريًا؛ بفضل جزئي من yannik1015.[email protected] وssh-ed25519 إلى نهاية جميع أنواع الشهادات.additional_notes إلى مخرجات JSON.ecdsa-sha2-curve25519, ecdsa-sha2-nistb233, ecdsa-sha2-nistb409, ecdsa-sha2-nistk163, ecdsa-sha2-nistk233, ecdsa-sha2-nistk283, ecdsa-sha2-nistk409, , , , , .[email protected].-g و--gex-test لاختبارات حجم معامل GEX التفصيلية؛ بفضل Adam Russell.[email protected], [email protected], [email protected], [email protected], , , , , , , , , , , , , , , , , , , , , , , , , , , , , .-jj (مفيد لتصحيح الأخطاء).-d/--debug للحصول على مخرجات تصحيح الأخطاء؛ بفضل Adam Russell.rsa-sha2-512 وrsa-sha2-256.gss-gex-sha1-eipGX3TCiQSrx573bT1o1Q==, gss-group1-sha1-eipGX3TCiQSrx573bT1o1Q==, وgss-group14-sha1-eipGX3TCiQSrx573bT1o1Q==.hmac-ripemd160-96, AEAD_AES_128_GCM, وAEAD_AES_256_GCM.-m/--manual)؛ بفضل Adam Russell.[email protected].[email protected] و[email protected].[email protected] كحالة فشل بسبب تجزئة SHA-1.--lookup) الآن بإجراء عمليات بحث غير حساسة لحالة الأحرف للخوارزميات المماثلة؛ بفضل Adam Russell.[email protected].-L/--list-policies, -M/--make-policy و-P/--policy). للحصول على برنامج تعليمي متعمق، انظر https://www.positronsecurity.com/blog/2020-09-27-ssh-policy-configuration-checks-with-ssh-audit/.ssh-audit.1).--lookup)؛ بفضل Adam Russell.ssh-rsa1, [email protected], , , , , , , , , .[email protected], [email protected].des, 3des.-c / --client-audit).-j / --json؛ يعود الفضل إلى Andreas Jaggi).gss-group1-sha1-toWM5Slw5Ew8Mqkay+al2g==, gss-gex-sha1-toWM5Slw5Ew8Mqkay+al2g==, gss-group14-sha1-, gss-group14-sha1-toWM5Slw5Ew8Mqkay+al2g==, gss-group14-sha256-toWM5Slw5Ew8Mqkay+al2g==, gss-group15-sha512-toWM5Slw5Ew8Mqkay+al2g==, diffie-hellman-group15-sha256, ecdh-sha2-1.3.132.0.10, .[email protected], [email protected], [email protected], diffie-hellman-group16-sha256, diffie-hellman-group17-sha512.des-cbc-ssh1, blowfish-ctr, twofish-ctr.hmac-sha2-56, hmac-sha2-224, hmac-sha2-384, , , , , , , .-vunix:///path/to/socket).--socks5 host:port)؛ بفضل جزئي من Michał Majchrowicz.mlkem768nistp256-sha256, mlkem1024nistp384-sha384.[email protected], mldsa-44, [email protected], mldsa-65, mldsa-87, ssh-mldsa-44, ssh-mldsa-65, ssh-mldsa-87, ssh-mldsa44, ssh-mldsa65, ssh-mldsa87.AEAD_CAMELLIA_128_GCM, AEAD_CAMELLIA_256_GCM.-p--port-T targets.txt -p 222targets.txt-T targets.txt-pgrasshopper-ctr128.mlkem768x25519-sha256, sntrup761x25519-sha512.allow_larger_keys للسماح للأهداف بالنجاح مع مفاتيح مضيف ومفاتيح CA ومفاتيح Diffie-Hellman أكبر. يسمح هذا بإنشاء سياسة أساسية حيث يمكن للأهداف تنفيذ ضوابط أكثر صرامة اختياريًا؛ بفضل جزئي من Damian Szuberski.NO_COLOR (انظر https://no-color.org/).gss-nistp384-sha384-*.[email protected].ecdsa-sha2-nistp224ecdsa-sha2-nistp192ecdsa-sha2-nistt571ssh-dsax509v3-sign-rsa-sha256[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], kexAlgoDH14SHA1, kexAlgoDH1SHA1, kexAlgoECDH256, kexAlgoECDH384, kexAlgoECDH521, sm2kep-sha2-nistp256, [email protected], [email protected].[email protected], cast128-12-cbc, cast128-12-cfb, cast128-12-ecb, cast128-12-ofb, des-cfb, des-ecb, des-ofb.cbcmac-3des, cbcmac-aes, cbcmac-blowfish, cbcmac-des, cbcmac-rijndael, cbcmac-twofish, hmac-sha256-96, md5, md5-8, ripemd160, ripemd160-8, sha1, sha1-8, umac-128.nullpgp-sign-dsspgp-sign-rsaspki-sign-dssspki-sign-rsassh-rsa-sha2-256ssh-rsa-sha2-512x509v3-ecdsa-sha2-1.3.132.0.10x509v3-sign-dss-sha1x509v3-sign-rsa-sha1[email protected], diffie-hellman_group17-sha512, [email protected], [email protected], ecdh-sha2-1.2.840.10045.3.1.1, ecdh-sha2-1.2.840.10045.3.1.7, ecdh-sha2-1.3.132.0.1, ecdh-sha2-1.3.132.0.16, ecdh-sha2-1.3.132.0.26, ecdh-sha2-1.3.132.0.27, ecdh-sha2-1.3.132.0.33, ecdh-sha2-1.3.132.0.34, ecdh-sha2-1.3.132.0.35, ecdh-sha2-1.3.132.0.36, ecdh-sha2-1.3.132.0.37, ecdh-sha2-1.3.132.0.38, ecdh-sha2-4MHB+NBt3AlaSRQ7MnB4cg==, ecdh-sha2-5pPrSUQtIaTjUSt5VZNBjg==, ecdh-sha2-9UzNcgwTlEnSCECZa7V1mw==, ecdh-sha2-D3FefCjYoJ/kfXgAyLddYA==, ecdh-sha2-h/SsxnLCtRBh7I9ATyeB3A==, ecdh-sha2-m/FtSAmrV4j/Wy6RVUaK7A==, ecdh-sha2-mNVwCXAoS1HGmHpLvBC94w==, ecdh-sha2-qCbG5Cn/jjsZ7nBeR7EnOA==, ecdh-sha2-qcFQaMAMGhTziMT0z+Tuzw==, ecdh-sha2-VqBg4QRPjxx1EXZdV0GdWQ==, ecdh-sha2-wiRIU8TKjMZ418sMqlqtvQ==, ecdh-sha2-zD/b3hu/71952ArpUG4OjQ==, ecmqv-sha2, gss-13.3.132.0.10-sha256-*, gss-curve25519-sha256-*, gss-curve448-sha512-*, gss-gex-sha1-*, gss-gex-sha256-*, gss-group14-sha1-*, gss-group14-sha256-*, gss-group15-sha512-*, gss-group16-sha512-*, gss-group17-sha512-*, gss-group18-sha512-*, gss-group1-sha1-*, gss-nistp256-sha256-*, gss-nistp384-sha256-*, gss-nistp521-sha512-*, [email protected], [email protected].3des-cfb, 3des-ecb, 3des-ofb, blowfish-cfb, blowfish-ecb, blowfish-ofb, [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], cast128-cfb, cast128-ecb, cast128-ofb, [email protected], idea-cfb, idea-ecb, idea-ofb, [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], twofish-cfb, twofish-ecb, twofish-ofb[email protected], [email protected], [email protected], [email protected], hmac-whirlpool.ssh-gost2001ssh-gost2012-256ssh-gost2012-512spki-sign-rsassh-ed448x509v3-ecdsa-sha2-nistp256x509v3-ecdsa-sha2-nistp384x509v3-ecdsa-sha2-nistp521x509v3-rsa2048-sha256diffie-hellman-group1-sha256, kexAlgoCurve25519SHA256, Curve25519SHA256, gss-group14-sha256-, gss-group15-sha512-, gss-group16-sha512-, gss-nistp256-sha256-, gss-curve25519-sha256-.blowfish, AEAD_AES_128_GCM, AEAD_AES_256_GCM, [email protected], [email protected].[email protected], hmac-sha3-224, [email protected].### v2.2.0 (2020-03-11)ssh-rsa على أنه ضعيف بسبب تصادمات SHA-1 العملية.ecdsa-sha2-1.3.132.0.10, x509v3-sign-dss, x509v3-sign-rsa, [email protected], x509v3-ssh-dss, x509v3-ssh-rsa, [email protected], [email protected], [email protected], و [email protected].[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], ecdh-sha2-curve25519, ecdh-sha2-nistb233, ecdh-sha2-nistb409, ecdh-sha2-nistk163, ecdh-sha2-nistk233, ecdh-sha2-nistk283, ecdh-sha2-nistk409, ecdh-sha2-nistp192, ecdh-sha2-nistp224, ecdh-sha2-nistt571, gss-gex-sha1-, و gss-group1-sha1-.camellia128-cbc, camellia128-ctr, camellia192-cbc, camellia192-ctr, camellia256-cbc, camellia256-ctr, aes128-gcm, aes256-gcm, و chacha20-poly1305.aes128-gcm و aes256-gcm.curve448-sha512ecdsa-sha2-1.3.132.0.10.idea-cbc, serpent128-cbc, serpent192-cbc, serpent256-cbc.[email protected], [email protected], hmac-ripemd, [email protected], [email protected], [email protected].hmac-sha3-256hmac-sha3-384hmac-sha3-512hmac-sha256hmac-sha512-t / --timeout) لمهلات الاتصال والقراءة.