SecureBlock

像购买其他服务一样,轻松预订真正的渗透测试。

两分钟内确定测试范围,立即获得固定报价,OSCP和CREST认证测试人员将在48小时内接入您的系统。报告可直接用于SOC 2、ISO 27001、PCI DSS和HIPAA的证据要求。

查看示例报告
人工测试,而非自动扫描免费复测已包含10个工作日内出具结果
证据适用于
SOC 2ISO 27001PCI DSSHIPAA
测试人员资质认证
OSCPCRESTOSCE
平台

您的团队与测试人员共用同一工作空间。

测试进行时发现结果实时呈现。每个问题都有与发现该问题的测试人员的直接沟通渠道——无需工单排队,无需客户经理从中周旋。

app.secureblock.io/projects/acme-corp-web/overview
SecureBlock
Dashboard
Projects
Taskboard
Team
Reports
Settings
Projects/Acme Corp — Web Application
AC
Acme Corp — Web Application
Start: 12 Jan 2026 · Due: 12 Feb 2026 · Lead: M. Kovač (OSCP)
In progress · Day 6 of 10
Overview
Vulnerabilities
Scope
Tasks
Reports
Notes
Description

Full web application and REST API penetration test covering authentication, authorisation, business logic, and OWASP Top 10 across all in-scope endpoints. Includes multi-role testing for admin, user, and guest principals.

Testing progress60%
Day 6 of 10 · report est. Day 12
Open findings5
1 Crit2 High1 Med1 Low
Activity
MK
M. Kovačadded findingCritical · 9.1

Horizontal IDOR on /api/v2/invoices/{id}

2h ago
DO
Dana O.commented

Does the list endpoint also leak cross-tenant IDs? Pagination might expose them too.

2h ago
MK
M. Kovačreplied

Confirmed — /api/v2/invoices has the same missing ownership check. Updating this finding to include it.

3h ago
DO
Dana O.set "Mass assignment" status toFix verified
5h ago
SB
SystemProject started · NDA signed · credentials confirmed
Day 3
MK
Add a comment…Send
AI
AI Assistantonline

What's the best remediation for the Horizontal IDOR on /api/v2/invoices/{id}?

AI

Root cause is a missing ownership check server-side. The API returns data for any valid integer ID regardless of the caller's tenant.

  • ›Validate tenant_id ownership before returning any resource
  • ›Replace sequential integer IDs with UUIDs or opaque tokens
  • ›Add a server-side assertion: if invoice.tenant_id ≠ current_user.tenant_id → 403

Should we also add rate limiting to prevent enumeration?

AI

Yes — ownership checks are the fix, but rate limiting limits blast radius if a similar issue surfaces elsewhere. Also add audit logging for any 403s on resource endpoints.

Ask about this finding…Ask

We scoped on a Tuesday and testing started that Thursday. The report went straight into our SOC 2 evidence folder untouched — our auditor had zero follow-ups.

Dana Okonjo
CTO, Ledgerpath
SOC 2 Type II · 2026

“The findings read like they were written by someone who had actually used the product.”

Marcus Reid · Head of Security, Fernwood

“Retest was included and turned around in three days, so we closed the audit finding in the same quarter.”

Priya Nandakumar · VP Engineering, Certiv
工作原理

从「我们需要渗透测试」到完成预约,一次搞定。

无需招标,无需三周销售周期,无需范围评估表格。

STEP 01
自行确定测试范围

选择资产类型并回答四个问题。两分钟完成,无需电话沟通。

STEP 02
获取固定报价

透明报价,逐项列明范围系数和复测费用。

STEP 03
确认测试日期

立即付款或通话确认范围后付款,时间窗口已为您预留。

STEP 04
测试开始

认证测试人员手动操作,发现问题即时在平台上发布。

STEP 05
报告与复测

10个工作日内交付符合证据要求的报告,随后提供免费修复验证复测。

覆盖范围

您部署的每个系统表面,均经手动测试。

选择一种或全部六种资产类型——范围决定价格,不需要的内容不会捆绑计费。

平台

您的渗透测试不会以一份PDF结束。

每个项目均通过SecureBlock平台运行——发现结果、与测试人员的沟通、复测请求和证据导出,一站式管理。

报告实时呈现于平台

发现问题即时显示,无需等待三周后的PDF。审计师索取证据时可立即导出。

直接与测试人员沟通

对任何发现项添加评论,编写该条目的测试人员直接回复。无需工单排队,无需客户经理从中周旋。

管理整个项目

测试范围、日程安排、凭证、复测申请和团队权限——集中一处,留存完整审计记录。

app.secureblock.io/projects/acme-corp-web/vulnerabilities
Projects/Acme Corp — Web Application
AC
Acme Corp — Web Application
Start: 12 Jan 2026 · Due: 12 Feb 2026 · Lead: M. Kovač (OSCP)
In progress · Day 6 of 10
Overview
Vulnerabilities
Scope
Tasks
Reports
Notes
Vulnerabilities4
Export evidence+ Add finding
#DateTitleSeverityStatus
0114 JanHorizontal IDOR on /api/v2/invoices/{id}criticalOpen
0214 JanMass assignment on POST /users/profilehighFix verified
0315 JanSession fixation on password reset flowmediumRetest requested
0415 JanMissing HSTS preload on marketing subdomainlowOpen
测试方法

可审计的深度,而非空口承诺。

每个项目均遵循OWASP WSTG、PTES和NIST SP 800-115,由持有OSCP、CREST CRT或OSCE认证的测试人员执行。

OWASP WSTGPTESNIST SP 800-115MITRE ATT&CK
第0天
启动会议

确认范围,交换凭证,保密协议生效。

第1–10天
实际测试

手动测试。已确认的发现即时发布。

第12天
交付报告

符合证据要求的报告,附每项发现的修复建议。

90天内
免费复测

我们验证您的修复情况并重新出具报告。

app.secureblock.io/projects/acme-corp-web/findings/sb-01
Projects/Acme Corp/Vulnerabilities/Horizontal IDOR — invoices
Horizontal IDOR on /api/v2/invoices/{id}
Description

An authenticated user can access invoice records belonging to other tenants by substituting their own resource identifier in the URL path. The ownership check is absent server-side — the API returns data for any valid integer ID regardless of the caller's tenant.

Steps to reproduce
  1. 1. Authenticate as Tenant A. Retrieve any invoice: GET /api/v2/invoices/1842
  2. 2. Replace the ID with a known Tenant B value: GET /api/v2/invoices/1843
  3. 3. Server returns 200 OK with Tenant B billing data.
Impact

Complete tenant isolation bypass. Any authenticated user can enumerate and exfiltrate invoice data, payment terms, and line items for every customer in the system.

Vulnerability context
Risk
critical9.1
Target
api.acme.com
Day 2 of 10
Status
Open
Created by
M. Kovač
OSCP · 14 Jan 2026
Affected asset
/api/v2/invoices/{id}
合规

我需要哪种报告?

选择您的合规框架,我们将展示审计师所期望的测试范围和频率。

要求范围
外部Web应用 + 信任服务准则范围内的API
频率
每年一次
复测
审计师期望提供
II类审计师要求提供发现项已修复的证据——免费复测涵盖此要求。
定价

固定价格。无需初步沟通电话。两分钟即可获得报价。

回答四个关于测试范围的问题,获得财务团队审批所需的精确数字。

1资产类型2范围大小3认证深度4合规框架
= 您的固定价格

无定制合同,无「价格待询」。表单两分钟填完,最终给出一个可立即采纳的数字。

所有测试人员均持OSCP或CREST认证90天内免费复测48小时内启动
常见问题

采购方真正关心的问题。

仍有疑虑?通过聊天咨询工程师——而非销售代表。

标准交付周期为下单后两到三周;加急项目在启动会议后48小时内开始。实际测试周期根据范围为5至15个工作日,测试结束后两天交付报告。

在审计师发现之前,先了解自身安全状况。