{"id":63228,"date":"2026-04-26T07:42:16","date_gmt":"2026-04-26T14:42:16","guid":{"rendered":"https:\/\/sn1persecurity.com\/wordpress\/sn1per-professional-2026-release\/"},"modified":"2026-04-26T08:18:00","modified_gmt":"2026-04-26T15:18:00","slug":"sn1per-professional-2026-release","status":"publish","type":"post","link":"https:\/\/sn1persecurity.com\/wordpress\/sn1per-professional-2026-release\/","title":{"rendered":"Sn1per Professional 2026 Released: A New Era for Attack Surface Management"},"content":{"rendered":"<p>Sn1per Professional 2026 is the largest release since the v10.0 line. The whole stack moved forward: a Docker-first deployment story, a fully rebuilt Bootstrap 5 web UI on the Tabler theme, a new Workspace Navigator, dedicated Workspace and Host Reports, a JSON API v1.0 for programmatic control, an Offcanvas Quick Commands sidebar, expanded advanced modules, a maturing SC0PE vulnerability framework, and a hardened-by-design PHP library stack underpinning all of it.<\/p>\n<p>This post walks through what actually shipped &mdash; the capabilities that materially distinguish Pro 2026 from v10, with practical guidance you can act on the same day you upgrade. It is not a reiteration of the marketing page; it is an engineer-friendly tour of every operational change.<\/p>\n<p><a class=\"aligncenter\" href=\"https:\/\/sn1persecurity.com\/wordpress\/product\/sn1per-professional-2026-license\/\"><img decoding=\"async\" src=\"https:\/\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2026\/04\/sn1per-pro-2026-workspace-navigator.png\" alt=\"Sn1per Professional 2026 Workspace Navigator dashboard with multi-workspace listing, per-workspace risk score and host count charts, and quick links to tools\" loading=\"lazy\" width=\"1720\" height=\"1206\" \/><\/a><\/p>\n<h2 id=\"docker-first\">Docker-First Deployment<\/h2>\n<p>Pro 2026 ships with full Docker support out of the box. The image is built on the Kali Linux rolling base with Apache 2.4, PHP 8.4, SSL, and HTTP Digest authentication baked in &mdash; no host-OS contamination, no bare-metal install required for first-time evaluators or air-gapped lab deployments. A <code>docker compose<\/code> service named <code>sn1per-pro<\/code> exposes the web UI on port 1338 (mapped to the canonical 1337 internally), depends on a PostgreSQL service, and bind-mounts the shared <code>\/sniper\/loot<\/code> directory so scan output persists across container restarts. Privileged mode and custom DNS (10.0.0.1, 8.8.8.8) are pre-configured for the scanner toolchain.<\/p>\n<p>The result: an evaluator can clone the repo and run a single <code>docker compose up<\/code> to land a fully operational Pro instance in minutes, with reproducible builds across environments.<\/p>\n<h2 id=\"modernized-web-ui\">Modernized Web UI &mdash; Bootstrap 5, Tabler, and Dark Mode<\/h2>\n<p>The most visible change is a wholesale upgrade of the web UI. Pro 2026 moves from Bootstrap 3.3.7 to Bootstrap 5.3 via the Tabler theme. The legacy accordion Quick Commands panel is replaced by a modern <strong>Offcanvas sidebar<\/strong>, freeing the main canvas for data. DataTables 2.x lands with native Bootstrap 5 theming and ships export buttons for CSV, Excel, PDF, and Copy. Chart.js powers the new vulnerability breakdown donuts, scan coverage charts, and host status visualizations. Font Awesome 6 replaces older icon fonts.<\/p>\n<p>A user-toggleable <strong>dark and light theme<\/strong>, persisted in <code>localStorage<\/code>, brings the UI in line with what every operator expects in 2026. Client-side logic moves to a custom <code>sn1per-ui.js<\/code> bundle (versioned for cache-busting) that is the single source for tab switching, drawer transitions, and asynchronous form submission across every page.<\/p>\n<h2 id=\"workspace-navigator\">Workspace Navigator<\/h2>\n<p>The new <code>workspace-navigator.php<\/code> dashboard is the first page operators see after login. It lists every workspace with at-a-glance statistics &mdash; workspace size, host count, last scan timestamp, risk gauges &mdash; and provides direct quick-links into the workspace, the config editor, and the integrated terminal drawer. No more digging through directory listings or SSH&rsquo;ing into the server to figure out which engagement is which.<\/p>\n<h2 id=\"workspace-reports\">Workspace Reports and Host Reports<\/h2>\n<p>Two new report surfaces give you per-workspace and per-host detail without leaving the browser:<\/p>\n<ul>\n<li><strong>Workspace Reports<\/strong> (<code>workspace-report.php<\/code>) &mdash; per-workspace vulnerability summaries with color-coded severity gauges, scan history and status, custom-finding management, and one-click report generation\/export.<\/li>\n<li><strong>Host Reports<\/strong> (<code>host-report.php<\/code>) &mdash; individual target analysis with vulnerability parsing from the SC0PE format, port enumeration, service identification, technology fingerprinting, and threat intelligence integration.<\/li>\n<\/ul>\n<p>Both surfaces are export-ready: every table has CSV, Excel, PDF, and Copy buttons wired in.<\/p>\n<h2 id=\"json-api\">JSON API v1.0<\/h2>\n<p>For the first time, Pro 2026 exposes a documented programmatic interface. <code>api.php<\/code> implements the JSON API v1.0 with endpoints for workspace and host access, vulnerability queries, scan status, and report cache management. Two authentication modes are supported: existing HTTP Digest credentials (the same identity used by the web UI) and a new <code>X-API-Key<\/code> header for headless integrations &mdash; CI\/CD pipelines, SOC dashboards, ticketing systems.<\/p>\n<p>This is the foundation for everything &ldquo;programmable Sn1per&rdquo; we will build on top of in future releases.<\/p>\n<h2 id=\"scan-modes\">Scan Modes<\/h2>\n<p>The breadth of the scan engine matches the breadth of the engagements operators actually run. Pro 2026 documents the following modes and scan flags in <code>sniper -h<\/code>, organized by intent:<\/p>\n<ul>\n<li><strong>Default and stealth<\/strong>: <code>normal<\/code> (the default scan profile), <code>stealth<\/code> (low-noise, throttled).<\/li>\n<li><strong>Discovery<\/strong>: <code>discover<\/code> for CIDR sweeps, <code>massdiscover<\/code> for distributed CIDR sweeps from a target file.<\/li>\n<li><strong>Port<\/strong>: <code>port<\/code> for a specific port, <code>massportscan<\/code> for a target file, plus the <code>-fp<\/code> flag for a fullportonly sweep.<\/li>\n<li><strong>Web<\/strong>: <code>web<\/code> (ports 80 and 443), <code>webporthttp<\/code> and <code>webporthttps<\/code> for arbitrary HTTP\/HTTPS ports, and <code>webscan<\/code> for an HTTP-only deep scan.<\/li>\n<li><strong>Mass<\/strong>: <code>massweb<\/code>, <code>masswebscan<\/code>, <code>massvulnscan<\/code> &mdash; same web\/vulnerability profiles, run across a target list with <code>-f targets.txt<\/code>.<\/li>\n<li><strong>Aggregate<\/strong>: <code>airstrike<\/code> for a multi-target sweep and <code>nuke<\/code> for the &ldquo;everything on&rdquo; profile (full bruteforce, full port scan, OSINT, recon, and workspace import enabled).<\/li>\n<li><strong>Bruteforce<\/strong>: the <code>-b<\/code> flag enables credential testing against discovered services for FTP, SSH, HTTP, SMB, MySQL, PostgreSQL, RDP, and VNC.<\/li>\n<\/ul>\n<p>Every mode is invokable from the new sidebar workflow or scriptable via <code>server-scan.php<\/code> &mdash; which itself supports option flags and Burp Suite proxy integration for testing through your existing toolchain.<\/p>\n<h2 id=\"operator-switches\">New Operator Switches<\/h2>\n<p>Pro 2026 also adds three CLI flags that have been long-requested by daily-driver operators &mdash; the kind of small ergonomics that compound over hundreds of engagements:<\/p>\n<ul>\n<li><code>-v<\/code> \/ <code>--verbose<\/code> &mdash; toggles verbose scan output. Every tool the engine invokes now echoes its full command line and progress, so you can see exactly what is running against the target without tailing config files or debug logs.<\/li>\n<li><code>-db<\/code> \/ <code>--debug<\/code> &mdash; full debug mode. Enables verbose plus per-step trace output for every module in the scan pipeline. Use this when triaging a failed scan or building a new mode of your own.<\/li>\n<li><code>-rr<\/code> \/ <code>--remove-resume-files<\/code> &mdash; clears the resume-state files from previous scans before this one starts. Resume files speed up rescans by skipping completed steps, but sometimes you want a fresh run &mdash; <code>-rr<\/code> gives you that with a single flag instead of manual cleanup under <code>loot\/workspace\/&lt;name&gt;\/scans\/<\/code>.<\/li>\n<\/ul>\n<p>All three are session-scoped: they take effect for the current scan only, without permanently mutating <code>sniper.conf<\/code>. Combine them on the same command line as needed (e.g. <code>sniper -t target.com -m airstrike -v -rr<\/code>).<\/p>\n<p><a class=\"aligncenter\" href=\"https:\/\/sn1persecurity.com\/wordpress\/documentation\/usage\/\"><img decoding=\"async\" src=\"https:\/\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2026\/04\/sn1per-pro-2026-dashboard.png\" alt=\"Sn1per Professional 2026 dashboard with critical\/high\/medium\/low\/info severity tiles, vulnerability breakdown donut, and tool launchpad\" loading=\"lazy\" width=\"1718\" height=\"1164\" \/><\/a><\/p>\n<h2 id=\"quick-commands-sidebar\">Offcanvas Quick Commands Sidebar<\/h2>\n<p>The Quick Commands sidebar is rebuilt from the ground up as an Offcanvas panel that slides in over the main view. Each panel is a self-contained workflow surface:<\/p>\n<ul>\n<li><strong>Commands<\/strong> &mdash; general scan execution against the active workspace.<\/li>\n<li><strong>Bruteforce<\/strong> &mdash; credential testing for FTP, SSH, HTTP, SMB, MySQL, PostgreSQL, RDP, and VNC.<\/li>\n<li><strong>Fuzzer<\/strong> &mdash; web fuzzing with wordlist and payload selection.<\/li>\n<li><strong>Threat Intel<\/strong> &mdash; integrated threat intelligence access.<\/li>\n<li><strong>MassPwn<\/strong> &mdash; mass exploitation interface across the workspace.<\/li>\n<li><strong>OSINT<\/strong> &mdash; open source intelligence controls.<\/li>\n<li><strong>Scan Tasks<\/strong> &mdash; running and queued scan management.<\/li>\n<li><strong>Scheduled Tasks<\/strong> &mdash; recurring scan setup with daily, weekly, and monthly cadences.<\/li>\n<li><strong>Subdomain Takeovers<\/strong> &mdash; takeover detection and reporting.<\/li>\n<li><strong>Credentials<\/strong> &mdash; discovered and stored credential management.<\/li>\n<li><strong>Vulnerabilities<\/strong> &mdash; finding triage and management.<\/li>\n<li><strong>Notes<\/strong> &mdash; per-workspace notes for engagement documentation.<\/li>\n<li><strong>Change Notifications<\/strong> &mdash; alert configuration for surface changes.<\/li>\n<\/ul>\n<p>The Offcanvas pattern keeps your scan output visible while you queue the next action &mdash; a substantial workflow improvement over the old accordion model.<\/p>\n<h2 id=\"advanced-modules\">Advanced Modules<\/h2>\n<p>Pro 2026 ships five advanced modules, all surfaced in the new UI:<\/p>\n<ul>\n<li><strong>ReverseAPK<\/strong> &mdash; mobile APK decompilation, analysis, and a browser-based upload interface for ad-hoc Android binary review. JADX, APKTool, dex2jar, and libsmali-java are auto-installed.<\/li>\n<li><strong>MassPwn<\/strong> &mdash; a curated exploitation database (<code>masspwn-modules.txt<\/code>) and payload repository (<code>masspwn-payloads.txt<\/code>) for mass-exploitation workflows.<\/li>\n<li><strong>Threat Intelligence<\/strong> &mdash; RSS feed aggregation, the CISA Known Exploited Vulnerabilities CSV, and Nuclei template integration.<\/li>\n<li><strong>Nessus Integration<\/strong> &mdash; import and parsing of Nessus scan results so you can correlate Sn1per findings with existing vulnerability management data.<\/li>\n<li><strong>Burp Suite Integration<\/strong> &mdash; configurable proxy endpoint (default <code>127.0.0.1:8080<\/code>) so every scan can be routed through your Burp instance for inspection.<\/li>\n<\/ul>\n<h2 id=\"sc0pe-framework\">SC0PE Vulnerability Framework<\/h2>\n<p>SC0PE is the unified vulnerability detection layer underneath the scan engine, and it expanded materially in 2026:<\/p>\n<ul>\n<li><code>sc0pe.sh<\/code> &mdash; the main SC0PE driver that orchestrates the sub-scanners.<\/li>\n<li><code>sc0pe-active-webscan.sh<\/code> &mdash; active web vulnerability scanning.<\/li>\n<li><code>sc0pe-network-scan.sh<\/code> &mdash; network-layer vulnerability scanning.<\/li>\n<li><code>sc0pe-passive-webscan.sh<\/code> &mdash; passive web reconnaissance for low-noise engagements.<\/li>\n<li><code>static-grep-search.sh<\/code> &mdash; static analysis through curated grep patterns.<\/li>\n<li><code>javascript-analysis.sh<\/code> &mdash; JavaScript code analysis for client-side vulnerabilities.<\/li>\n<\/ul>\n<p>Each sub-scanner emits a normalized SC0PE-format finding so the workspace and host reports can render them consistently regardless of which scanner discovered them.<\/p>\n<h2 id=\"hardened-stack\">Hardened-by-Design PHP Library Stack<\/h2>\n<p>Behind every page render is a new central library set under <code>lib\/<\/code>: a bootstrap loader with structured error handling and syslog, dedicated input validation, CSRF token generation and verification, safe HTML output encoding, a file-based cache with TTL for report performance, and a workspace data-access layer that replaces ad-hoc shell calls with audited PHP. Pro 2026 ships with comprehensive input validation and security hardening across the PHP layer &mdash; existing customers should plan to upgrade to take advantage of these improvements.<\/p>\n<h2 id=\"installation-infrastructure\">Installation and Infrastructure<\/h2>\n<p>The installer (<code>install_pro.sh<\/code>) automates a known-good base on Kali Linux, Ubuntu, and Debian: PHP 8.4, Apache 2.4, SSL with self-signed cert, HTTP Digest auth, and a randomly generated admin password (stored in <code>pro\/data\/.admin-password<\/code>). Systemd Apache hardening overrides land alongside &mdash; <code>PrivateTmp<\/code> and <code>ProtectSystem<\/code> are tuned so scan tools can read the filesystem without breaking Apache&rsquo;s isolation guarantees.<\/p>\n<p>The PostgreSQL 18.x compatibility issue is resolved by upgrading the <code>pg<\/code> gem from 1.5.9 to 1.6.3 or higher during install. Nessus add-on dependencies, ReverseAPK toolchain, Nuclei templates, and Brutex wordlists are all installed without manual intervention.<\/p>\n<h2 id=\"documentation\">Documentation Refresh<\/h2>\n<p>Pro 2026 ships with seven new documentation surfaces, all published at <a href=\"https:\/\/sn1persecurity.com\/wordpress\/documentation\/\">sn1persecurity.com\/documentation<\/a>:<\/p>\n<ul>\n<li><a href=\"https:\/\/sn1persecurity.com\/wordpress\/documentation\/getting-started\/\">Getting Started<\/a> &mdash; Docker and bare-metal quick-start.<\/li>\n<li><a href=\"https:\/\/sn1persecurity.com\/wordpress\/documentation\/installation\/\">Installation<\/a> &mdash; detailed install walkthrough.<\/li>\n<li><a href=\"https:\/\/sn1persecurity.com\/wordpress\/documentation\/configuration\/\">Configuration<\/a> &mdash; every <code>sniper.conf<\/code> and <code>settings.php<\/code> tunable explained.<\/li>\n<li><a href=\"https:\/\/sn1persecurity.com\/wordpress\/documentation\/usage\/\">Usage<\/a> &mdash; web UI, CLI, and JSON API v1.0 reference.<\/li>\n<li><a href=\"https:\/\/sn1persecurity.com\/wordpress\/documentation\/architecture\/\">Architecture<\/a> &mdash; system architecture and component diagrams.<\/li>\n<li><a href=\"https:\/\/sn1persecurity.com\/wordpress\/documentation\/docker\/\">Docker<\/a> &mdash; container workflow, volume mounts, compose stacks.<\/li>\n<\/ul>\n<h2 id=\"watch-the-demo\">Watch the Demo<\/h2>\n<p>See Sn1per Professional 2026 in motion &mdash; a 32-second walkthrough of the platform, modules, and workflow.<\/p>\n<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/40MUUibxvwg?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"><\/iframe><\/span><\/p>\n<h2 id=\"getting-started\">Getting Started<\/h2>\n<p>Pro 2026 is available now. New customers can pick up a license on the <a href=\"https:\/\/sn1persecurity.com\/wordpress\/product\/sn1per-professional-2026-license\/\">Sn1per Professional 2026 product page<\/a> and follow the <a href=\"https:\/\/sn1persecurity.com\/wordpress\/documentation\/installation\/\">installation guide<\/a>. The <a href=\"https:\/\/sn1persecurity.com\/wordpress\/documentation\/getting-started\/\">getting-started doc<\/a> walks through your first scan in under twenty minutes.<\/p>\n<h3 id=\"free-upgrade\">Free Upgrade for Existing Sn1per Professional Customers<\/h3>\n<p>For a limited time, existing Sn1per Professional customers with a <strong>valid license<\/strong> can upgrade to Sn1per Professional 2026 <strong>free of charge<\/strong>. This is our way of thanking the operators and teams who have been with us through the v9 and v10 lines.<\/p>\n<p>To request your free upgrade, email our support team at <a href=\"mailto:support@sn1persecurity.com?subject=Sn1per%20Professional%202026%20Free%20Upgrade%20Request\">support@sn1persecurity.com<\/a> with the subject line <em>&ldquo;Sn1per Professional 2026 Free Upgrade Request&rdquo;<\/em>. Include your existing license key or order number so we can verify your account and we will get back to you with your 2026 license and migration instructions.<\/p>\n<p>This offer is time-limited and applies to active license holders only. Don&rsquo;t wait &mdash; reach out today.<\/p>\n<p>Questions or enterprise procurement enquiries? <a href=\"mailto:sales@sn1persecurity.com?subject=Sn1per%20Enterprise%20Inquiry\">Contact our sales team<\/a> &mdash; or browse all editions on the <a href=\"https:\/\/sn1persecurity.com\/wordpress\/shop\/\">shop page<\/a>.<\/p>\n<div id=\"wp-share-button-63228\" class=\"wp-share-button theme28\"><span class=\"total-share \"><i class=\"total-count-text\">Total Share<\/i> <i class=\"total-count\">0<\/i> <\/span><a target=\"_blank\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https:\/\/sn1persecurity.com\/wordpress\/sn1per-professional-2026-release\/\" class=\"share-button share-button-63228 facebook\" id=\"facebook\" data-nonce=\"49743f05ec\">\r\n\r\n<span class=\"button-icon\"><\/span>\r\n<span class=\"button-name\">Facebook<\/span>\r\n\r\n<span class=\"button-count\">0<\/span>\r\n\r\n<\/a>\r\n\r\n<a target=\"_blank\" href=\"https:\/\/twitter.com\/intent\/tweet?url=https:\/\/sn1persecurity.com\/wordpress\/sn1per-professional-2026-release\/&#038;text=Sn1per%20Professional%202026%20Released:%20A%20New%20Era%20for%20Attack%20Surface%20Management\" class=\"share-button share-button-63228 twitter\" id=\"twitter\" data-nonce=\"49743f05ec\">\r\n\r\n<span class=\"button-icon\"><\/span>\r\n<span class=\"button-name\">Twitter<\/span>\r\n\r\n<span class=\"button-count\">0<\/span>\r\n\r\n<\/a>\r\n\r\n<a target=\"_blank\" href=\"http:\/\/www.reddit.com\/submit?title=Sn1per%20Professional%202026%20Released:%20A%20New%20Era%20for%20Attack%20Surface%20Management&#038;url=https:\/\/sn1persecurity.com\/wordpress\/sn1per-professional-2026-release\/\" class=\"share-button share-button-63228 reddit\" id=\"reddit\" data-nonce=\"49743f05ec\">\r\n\r\n<span class=\"button-icon\"><\/span>\r\n<span class=\"button-name\">Reddit<\/span>\r\n\r\n<span class=\"button-count\">0<\/span>\r\n\r\n<\/a>\r\n\r\n<a target=\"_blank\" href=\"https:\/\/www.linkedin.com\/shareArticle?url=https:\/\/sn1persecurity.com\/wordpress\/sn1per-professional-2026-release\/&#038;title=Sn1per%20Professional%202026%20Released:%20A%20New%20Era%20for%20Attack%20Surface%20Management&#038;summary=&#038;source=\" class=\"share-button share-button-63228 linkedin\" id=\"linkedin\" data-nonce=\"49743f05ec\">\r\n\r\n<span class=\"button-icon\"><\/span>\r\n<span class=\"button-name\">Linkedin<\/span>\r\n\r\n<span class=\"button-count\">0<\/span>\r\n\r\n<\/a>\r\n\r\n<a title=\"More...\" href=\"#wp-share-button-63228\" class=\"share-button-more\"><span class=\"button-icon\"><i class=\"fa fa-plus\"><\/i><\/span><\/a><div class=\"wp-share-button-popup wp-share-button-popup-63228\"><div class=\"popup-buttons\"><span class=\"close\">X<\/span><a target=\"_blank\" href=\"mailto:?subject=Sn1per%20Professional%202026%20Released:%20A%20New%20Era%20for%20Attack%20Surface%20Management&#038;body=https:\/\/sn1persecurity.com\/wordpress\/sn1per-professional-2026-release\/\" class=\"share-button share-button-63228 email\" id=\"email\">\r\n\r\n<span class=\"button-icon\"><\/span>\r\n<span class=\"button-name\">Email<\/span>\r\n<span class=\"button-count\">0<\/span>\t\t\t\t\r\n\r\n<\/a>\r\n<\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Sn1per Professional 2026 is here \u2014 Docker-first deployment, a fully modernized Bootstrap 5 web UI, Workspace Navigator, JSON API v1.0, comprehensive scan modes, an Offcanvas Quick Commands sidebar, and a hardened PHP library stack. Here is everything that shipped.<\/p>\n","protected":false},"author":1,"featured_media":63226,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[290,184,289,335],"tags":[359,377,378,372,367,373,286,38,313,37,366,376,375,379,374],"class_list":["post-63228","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-attack-surface-management","category-news","category-penetration-testing","category-vulnerability-scanning","tag-359","tag-announcement","tag-attack-surface-management","tag-bootstrap-5","tag-docker","tag-json-api","tag-penetration-testing","tag-professional","tag-release","tag-sn1per","tag-sn1per-pro","tag-sn1per-professional","tag-tabler-ui","tag-vulnerability-scanner","tag-workspace-navigator"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2026\/04\/sn1per-professional-2026-hero-banner.png","jetpack_shortlink":"https:\/\/wp.me\/pdnW96-grO","jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":14967,"url":"https:\/\/sn1persecurity.com\/wordpress\/continuous-attack-surface-management-with-sn1per-professional\/","url_meta":{"origin":63228,"position":0},"title":"Attack Surface Management With Sn1per Professional","author":"xer0dayz","date":"February 8, 2021","format":false,"excerpt":"External Attack Surface Management (EASM) has become a crucial function for every organization to gain visibility of their perimeter security. Having the right tools and processes in place is vital to detecting new vulnerabilities before attackers do. In this blog post, we will outline the basic steps for discovering the\u2026","rel":"","context":"In &quot;Attack Surface Management&quot;","block_context":{"text":"Attack Surface Management","link":"https:\/\/sn1persecurity.com\/wordpress\/category\/attack-surface-management\/"},"img":{"alt_text":"Sn1per Professional Continuous Attack Surface Testing","src":"https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2021\/02\/Sn1per-Professional-Continuous-Attack-Surface-Testing.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2021\/02\/Sn1per-Professional-Continuous-Attack-Surface-Testing.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2021\/02\/Sn1per-Professional-Continuous-Attack-Surface-Testing.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2021\/02\/Sn1per-Professional-Continuous-Attack-Surface-Testing.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2021\/02\/Sn1per-Professional-Continuous-Attack-Surface-Testing.png?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2021\/02\/Sn1per-Professional-Continuous-Attack-Surface-Testing.png?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":58323,"url":"https:\/\/sn1persecurity.com\/wordpress\/sn1per-se-v11-released\/","url_meta":{"origin":63228,"position":1},"title":"\ud83d\udd25 Sn1per SE v11.0 Now Available \u2013 Major Refactor, New Tools, Faster Recon, Smarter Resumes","author":"xer0dayz","date":"January 8, 2026","format":false,"excerpt":"We\u2019re excited to announce the release of Sn1per SE v11.0, a major update that delivers a fully refactored codebase, new reconnaissance and vulnerability scanning tools, and powerful scan resume and debugging capabilities. This release focuses on stability, performance, and visibility, making large-scale penetration testing, red teaming, and continuous security assessments\u2026","rel":"","context":"In &quot;News&quot;","block_context":{"text":"News","link":"https:\/\/sn1persecurity.com\/wordpress\/category\/news\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2025\/02\/Sn1per-SE-Update.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2025\/02\/Sn1per-SE-Update.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2025\/02\/Sn1per-SE-Update.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2025\/02\/Sn1per-SE-Update.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":17988,"url":"https:\/\/sn1persecurity.com\/wordpress\/vmware-workspace-one-access-freemarker-ssti-cve-2022-22954-detection-with-sn1per-professional\/","url_meta":{"origin":63228,"position":2},"title":"VMware Workspace ONE Access freemarker SSTI (CVE-2022-22954) Detection with Sn1per Professional","author":"xer0dayz","date":"April 14, 2022","format":false,"excerpt":"Information regarding a critical 0-day vulnerability affecting the VMware Workspace ONE Access and Identity Manager was disclosed and designated CVE-2022-22954 which allows an un-authenticated attacker to execute arbitrary code on vulnerable servers. On April 14th, CISA & US-Cert added CVE-2022-22954 to their catalog of known exploited vulnerabilities after a number\u2026","rel":"","context":"In &quot;Attack Surface Management&quot;","block_context":{"text":"Attack Surface Management","link":"https:\/\/sn1persecurity.com\/wordpress\/category\/attack-surface-management\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/04\/Sn1per-cve-2022-22954-detection1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/04\/Sn1per-cve-2022-22954-detection1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/04\/Sn1per-cve-2022-22954-detection1.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/04\/Sn1per-cve-2022-22954-detection1.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/04\/Sn1per-cve-2022-22954-detection1.png?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/04\/Sn1per-cve-2022-22954-detection1.png?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":20176,"url":"https:\/\/sn1persecurity.com\/wordpress\/sn1per-the-next-generation-of-tools-for-security-professionals\/","url_meta":{"origin":63228,"position":3},"title":"Sn1per: The Next Generation of Tools for Security Professionals","author":"xer0dayz","date":"January 20, 2023","format":false,"excerpt":"In the past few years, we have seen a dramatic increase in the number of tools available to security professionals. This is a direct result of the increased demand for security services, as companies of all sizes recognize the importance of securing their networks and data. With so many tools\u2026","rel":"","context":"In &quot;Attack Surface Management&quot;","block_context":{"text":"Attack Surface Management","link":"https:\/\/sn1persecurity.com\/wordpress\/category\/attack-surface-management\/"},"img":{"alt_text":"Sn1per Enterprise Next Gen Tool","src":"https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/11\/Sn1per-Enterprise-Next-Gen-Tool-1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/11\/Sn1per-Enterprise-Next-Gen-Tool-1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/11\/Sn1per-Enterprise-Next-Gen-Tool-1.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/11\/Sn1per-Enterprise-Next-Gen-Tool-1.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/11\/Sn1per-Enterprise-Next-Gen-Tool-1.png?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/11\/Sn1per-Enterprise-Next-Gen-Tool-1.png?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":18173,"url":"https:\/\/sn1persecurity.com\/wordpress\/sn1per-enterprise-released\/","url_meta":{"origin":63228,"position":4},"title":"Sn1per Enterprise Released!","author":"xer0dayz","date":"May 11, 2022","format":false,"excerpt":"After 2 years of active development, we are proud to share the release of Sn1per Enterprise - our enterprise Attack Surface Management (ASM) and offensive security platform. Our Enterprise edition improves overall performance and scalability and provides a new reporting interface with many cutting edge features. In this blog post,\u2026","rel":"","context":"In &quot;News&quot;","block_context":{"text":"News","link":"https:\/\/sn1persecurity.com\/wordpress\/category\/news\/"},"img":{"alt_text":"Sn1per-Enterprise-Released1","src":"https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/05\/Sn1per-Enterprise-Released1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/05\/Sn1per-Enterprise-Released1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/05\/Sn1per-Enterprise-Released1.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/05\/Sn1per-Enterprise-Released1.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/05\/Sn1per-Enterprise-Released1.png?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2022\/05\/Sn1per-Enterprise-Released1.png?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":16577,"url":"https:\/\/sn1persecurity.com\/wordpress\/automate-dynamic-application-security-testing-dast-using-sn1per\/","url_meta":{"origin":63228,"position":5},"title":"Automate Dynamic Application Security Testing (DAST) Using Sn1per","author":"xer0dayz","date":"October 11, 2021","format":false,"excerpt":"In this blog post, I will outline the steps needed in order to automate Dynamic Application Security Testing (DAST) using Sn1per Professional. For those unfamiliar with DAST, it is the process of analyzing dynamic web content in order to find vulnerabilities. There are several tools on the market to accomplish\u2026","rel":"","context":"In &quot;Attack Surface Management&quot;","block_context":{"text":"Attack Surface Management","link":"https:\/\/sn1persecurity.com\/wordpress\/category\/attack-surface-management\/"},"img":{"alt_text":"Automate Dynamic Web Application Scans (DAST) Using Sn1per Professional","src":"https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2021\/10\/dynamic-application-security-testing-with-sn1per-professional-2.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2021\/10\/dynamic-application-security-testing-with-sn1per-professional-2.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2021\/10\/dynamic-application-security-testing-with-sn1per-professional-2.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2021\/10\/dynamic-application-security-testing-with-sn1per-professional-2.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2021\/10\/dynamic-application-security-testing-with-sn1per-professional-2.png?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/sn1persecurity.com\/wordpress\/wp-content\/uploads\/2021\/10\/dynamic-application-security-testing-with-sn1per-professional-2.png?resize=1400%2C800&ssl=1 4x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/sn1persecurity.com\/wordpress\/wp-json\/wp\/v2\/posts\/63228","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sn1persecurity.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sn1persecurity.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sn1persecurity.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sn1persecurity.com\/wordpress\/wp-json\/wp\/v2\/comments?post=63228"}],"version-history":[{"count":2,"href":"https:\/\/sn1persecurity.com\/wordpress\/wp-json\/wp\/v2\/posts\/63228\/revisions"}],"predecessor-version":[{"id":63236,"href":"https:\/\/sn1persecurity.com\/wordpress\/wp-json\/wp\/v2\/posts\/63228\/revisions\/63236"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sn1persecurity.com\/wordpress\/wp-json\/wp\/v2\/media\/63226"}],"wp:attachment":[{"href":"https:\/\/sn1persecurity.com\/wordpress\/wp-json\/wp\/v2\/media?parent=63228"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sn1persecurity.com\/wordpress\/wp-json\/wp\/v2\/categories?post=63228"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sn1persecurity.com\/wordpress\/wp-json\/wp\/v2\/tags?post=63228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}