We are excited to announce Anubis v2.6.0, a major release focused on streamlining the audit experience for Linux distributions, introducing an automated deep crawler injection pipeline, and standardizing the command-line interface.
Anubis is distributed as a zero-dependency, standalone static binary for Linux (x86_64 and arm64), requiring no external runtimes or installation steps.
⚡ Highlights & Key Changes
🎯 Categorized & Standardized CLI (--help)
Re-architected command-line flags into intuitive functional groups:
Target Specification:
-t,-b,--batch,--resumeAudit Modes & Depth:
-l,-m,--quick-vuln,--deep-scan,--module-priorityCrawler & Discovery:
--crawl,--crawl-depth,--crawl-max-pages,--respect-limitsTemplates:
--templates,--tags,--severityEvasion & Stealth:
--ghost,--user-agent,--random-agent,--delay,--jitter,--strategyNetwork & Proxies:
--proxy,--proxy-file,--tor,--timeout,--retries,--insecureReporting & Output:
-o,-f(html,json,csv),-s(--silent),-v
🕷️ Deep Crawler Pipeline Integration
Discovered endpoints, links, and HTML forms from
--crawlare now directly fed into active vulnerability engines (SQLi, XSS, LFI, SSTI).Configurable recursion depth (
--crawl-depth) and page caps (--crawl-max-pages) with robots.txt adherence.
🤫 Native Unix Pipe Integration (-s, --silent)
Completely eliminates banners, interactive progress, and ASCII art when running in silent mode, enabling seamless piping with standard Unix tools:
anubis -t https://example.com -l 2 -f json -s | jq '.findings[] | select(.severity=="HIGH")'
📦 Instant Linux Standalone Distribution (Zero Setup)
Native pre-compiled binaries for Linux amd64 and Linux arm64.
Automated installer that fetches pre-built binaries directly into
/usr/local/bin/anubis:
curl -sSL https://raw.githubusercontent.com/SepJs/anubis/main/install.sh | bash
📥 Quick Download (Direct Binaries)
Architecture | Platform | Download Link -- | -- | -- x86_64 / amd64 | Linux (Ubuntu, Debian, Kali, Arch, Fedora) | anubis_2.6.0_linux_amd64 aarch64 / arm64 | Linux (ARM64, Cloud instances, Raspberry Pi) | anubis_2.6.0_linux_arm64One-Line Terminal Execution:
# Download and make executable curl -sSL https://github.com/SepJs/anubis/releases/download/v2.6.0/anubis_2.6.0_linux_amd64 -o anubis chmod +x anubis sudo mv anubis /usr/local/bin/Run scan
anubis -t https://example.com -l 1
🔒 Integrity Checksums (SHA-256)
Refer to the attached checksums.txt file in the release assets for cryptographic verification.
Disclaimer: Anubis is intended exclusively for authorized penetration testing, vulnerability assessments, and educational research.
# 🛡️ Anubis v2.6.0 — Enterprise-Grade Linux Security ScannerWe are excited to announce Anubis v2.6.0, a major release focused on streamlining the audit experience for Linux distributions, introducing an automated deep crawler injection pipeline, and standardizing the command-line interface.
Anubis is distributed as a zero-dependency, standalone static binary for Linux (x86_64 and arm64), requiring no external runtimes or installation steps.
⚡ Highlights & Key Changes
🎯 Categorized & Standardized CLI (--help)
-
Re-architected command-line flags into intuitive functional groups:
- Target Specification:
-t,-b,--batch,--resume - Audit Modes & Depth:
-l,-m,--quick-vuln,--deep-scan,--module-priority - Crawler & Discovery:
--crawl,--crawl-depth,--crawl-max-pages,--respect-limits - Templates:
--templates,--tags,--severity - Evasion & Stealth:
--ghost,--user-agent,--random-agent,--delay,--jitter,--strategy - Network & Proxies:
--proxy,--proxy-file,--tor,--timeout,--retries,--insecure - Reporting & Output:
-o,-f(html,json,csv),-s(--silent),-v
- Target Specification:
🕷️ Deep Crawler Pipeline Integration
- Discovered endpoints, links, and HTML forms from
--crawlare now directly fed into active vulnerability engines (SQLi, XSS, LFI, SSTI). - Configurable recursion depth (
--crawl-depth) and page caps (--crawl-max-pages) with robots.txt adherence.
🤫 Native Unix Pipe Integration (-s, --silent)
-
Completely eliminates banners, interactive progress, and ASCII art when running in silent mode, enabling seamless piping with standard Unix tools:
anubis -t https://example.com -l 2 -f json -s | jq '.findings[] | select(.severity=="HIGH")'
📦 Instant Linux Standalone Distribution (Zero Setup)
-
Native pre-compiled binaries for Linux amd64 and Linux arm64.
-
Automated installer that fetches pre-built binaries directly into
/usr/local/bin/anubis:
curl -sSL https://raw.githubusercontent.com/SepJs/anubis/main/install.sh | bash📥 Quick Download (Direct Binaries)
| Architecture | Platform | Download Link |
|---|---|---|
| x86_64 / amd64 | Linux (Ubuntu, Debian, Kali, Arch, Fedora) | [anubis_2.6.0_linux_amd64](https://www.google.com/url?sa=E&q=https%3A%2F%2Fgithub.com%2FSepJs%2Fanubis%2Freleases%2Fdownload%2Fv2.6.0%2Fanubis_2.6.0_linux_amd64) |
| aarch64 / arm64 | Linux (ARM64, Cloud instances, Raspberry Pi) | [anubis_2.6.0_linux_arm64](https://www.google.com/url?sa=E&q=https%3A%2F%2Fgithub.com%2FSepJs%2Fanubis%2Freleases%2Fdownload%2Fv2.6.0%2Fanubis_2.6.0_linux_arm64) |
One-Line Terminal Execution:
# Download and make executable
curl -sSL https://github.com/SepJs/anubis/releases/download/v2.6.0/anubis_2.6.0_linux_amd64 -o anubis
chmod +x anubis
sudo mv anubis /usr/local/bin/
# Run scan
anubis -t https://example.com -l 1🔒 Integrity Checksums (SHA-256)
Refer to the attached checksums.txt file in the release assets for cryptographic verification.
Disclaimer: Anubis is intended exclusively for authorized penetration testing, vulnerability assessments, and educational research.