HashID and SSLScan plugins created
This commit is contained in:
@@ -202,6 +202,87 @@ Search Exploit-DB for security vulnerabilities and exploits. Returns detailed in
|
||||
<p><em>Provides enterprise-grade security analysis for penetration testers and developers</em></p>
|
||||
</details>
|
||||
|
||||
<details><summary>🔄 <strong>!hashid <hash></strong></summary>
|
||||
<p>Advanced hash type identification with confidence scoring and tool recommendations.</p>
|
||||
<p><strong>Features:</strong></p>
|
||||
<ul>
|
||||
<li>100+ hash types including modern, legacy, and exotic algorithms</li>
|
||||
<li>Color-coded confidence scoring (🟢 Very High to 🔴 Low)</li>
|
||||
<li>Hashcat mode numbers and John the Ripper format names</li>
|
||||
<li>Context-aware parsing for various hash formats</li>
|
||||
</ul>
|
||||
<p><strong>Supported Categories:</strong></p>
|
||||
<ul>
|
||||
<li><strong>Modern:</strong> yescrypt, scrypt, Argon2, bcrypt</li>
|
||||
<li><strong>Unix/Linux:</strong> SHA-512/256 Crypt, MD5 Crypt, apr1</li>
|
||||
<li><strong>Raw Hashes:</strong> MD5, SHA family, SHA-3, NTLM, LM</li>
|
||||
<li><strong>Databases:</strong> MySQL, PostgreSQL, Oracle, MSSQL</li>
|
||||
<li><strong>Web/CMS:</strong> WordPress, Drupal, phpBB3, Django</li>
|
||||
<li><strong>LDAP:</strong> SSHA, SMD5, LDAP crypt formats</li>
|
||||
<li><strong>Network:</strong> NetNTLMv1/v2, Kerberos</li>
|
||||
<li><strong>Exotic:</strong> Whirlpool, RIPEMD, GOST, BLAKE2</li>
|
||||
</ul>
|
||||
<p><strong>Tool Integration:</strong></p>
|
||||
<ul>
|
||||
<li><strong>Hashcat:</strong> Mode numbers for <code>-m</code> parameter</li>
|
||||
<li><strong>John:</strong> Format names for <code>--format=</code> parameter</li>
|
||||
<li>Multi-tool compatibility</li>
|
||||
</ul>
|
||||
<p><strong>Examples:</strong></p>
|
||||
<ul>
|
||||
<li><code>!hashid 5d41402abc4b2a76b9719d911017c592</code> (MD5)</li>
|
||||
<li><code>!hashid aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d</code> (SHA-1)</li>
|
||||
<li><code>!hashid $6$rounds=5000$salt$hash...</code> (SHA-512 Crypt)</li>
|
||||
<li><code>!hashid $y$j9T$...</code> (yescrypt - modern Linux)</li>
|
||||
<li><code>!hashid 8846f7eaee8fb117ad06bdd830b7586c</code> (NTLM)</li>
|
||||
<li><code>!hashid *2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19</code> (MySQL)</li>
|
||||
</ul>
|
||||
<p><strong>Confidence Legend:</strong></p>
|
||||
<ul>
|
||||
<li>🟢 Very High (90-100%) - Single definitive match</li>
|
||||
<li>🟡 High (80-89%) - Strong match with minor alternatives</li>
|
||||
<li>🟠 Medium (60-79%) - Multiple plausible matches</li>
|
||||
<li>🔴 Low (0-59%) - Uncertain, needs context</li>
|
||||
</ul>
|
||||
<p><em>Essential for penetration testers, forensic analysts, and password cracking</em></p>
|
||||
</details>
|
||||
|
||||
<details><summary>🔐 <strong>!sslscan <domain[:port]></strong></summary>
|
||||
<p>Comprehensive SSL/TLS security scanning and analysis with vulnerability detection.</p>
|
||||
<p><strong>Features:</strong></p>
|
||||
<ul>
|
||||
<li>TLS 1.0-1.3 protocol support testing with security scoring</li>
|
||||
<li>Certificate chain validation, expiration, and signature analysis</li>
|
||||
<li>25+ cipher suite testing with strength classification</li>
|
||||
<li>Vulnerability detection (POODLE, weak ciphers, protocol issues)</li>
|
||||
<li>0-100 security rating with color-coded assessment</li>
|
||||
<li>PCI DSS and modern security standards compliance checking</li>
|
||||
</ul>
|
||||
<p><strong>Security Checks:</strong></p>
|
||||
<ul>
|
||||
<li><strong>Protocol Security:</strong> TLS 1.2/1.3 enforcement, insecure protocol detection</li>
|
||||
<li><strong>Certificate Health:</strong> Expiration monitoring, signature validation</li>
|
||||
<li><strong>Cipher Security:</strong> RC4, DES, 3DES, NULL cipher detection</li>
|
||||
<li><strong>Modern Standards:</strong> Forward Secrecy, strong encryption</li>
|
||||
</ul>
|
||||
<p><strong>Security Ratings:</strong></p>
|
||||
<ul>
|
||||
<li>🟢 <strong>Excellent (90-100)</strong> - Modern TLS with strong security</li>
|
||||
<li>🟡 <strong>Good (80-89)</strong> - Good security, minor improvements needed</li>
|
||||
<li>🟠 <strong>Fair (60-79)</strong> - Moderate security, significant improvements</li>
|
||||
<li>🔴 <strong>Poor (0-59)</strong> - Critical issues requiring immediate attention</li>
|
||||
</ul>
|
||||
<p><strong>Examples:</strong></p>
|
||||
<ul>
|
||||
<li><code>!sslscan example.com</code></li>
|
||||
<li><code>!sslscan github.com:443</code></li>
|
||||
<li><code>!sslscan localhost:8443</code></li>
|
||||
<li><code>!sslscan 192.168.1.1:443</code></li>
|
||||
</ul>
|
||||
<p><em>Essential for security teams, system administrators, and developers ensuring TLS compliance</em><br>
|
||||
<em>Note: SSLv2/SSLv3 testing limited by Python security features</em></p>
|
||||
</details>
|
||||
|
||||
|
||||
|
||||
<details><summary>📸 <strong>!sd [prompt]</strong></summary>
|
||||
|
||||
Reference in New Issue
Block a user