9 matches found
maps_scanner
MAPS Cloud Scanner A research tool for interacting with Windows Defender's MAPS Microsoft Active Protection Service cloud-based file reputation and dynamic signature delivery system. MAPS is the cloud backend that powers Defender's real-time protection verdicts, sample submission pipeline, and...
restler-fuzzer
RESTler What is RESTler? RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services. For a given cloud service with an OpenAPI formerly Swagger specification, RESTler analyzes its...
Forbidden-Buster
Forbidden Buster is a tool designed to automate various techniques in order to bypass HTTP 401 and 403 response codes and gain access to unauthorized areas in the system. This code is made for security enthusiasts and professionals only. Use it at your own risk. Features Probes HTTP 401 and 403...
automatic-api-attack-tool
自动 API 攻击工具 Imperva 的可定制 API 攻击工具将 API 规范作为输入,并基于该规范生成并运行攻击作为输出。 该工具能够解析 API 规范,并根据 API 规范中定义的内容创建模糊测试攻击场景。每个端点都会被注入根据规范边界内生成的巧妙值,以及边界之外的值,然后发送相应的请求,并详细报告其成功或失败。您还可以扩展它以运行各种安全攻击向量,例如非法资源访问、XSS、SQLi 和 RFI,这些攻击针对现有端点,甚至不存在的端点。 无需人工干预。只需运行工具即可获取结果。 该工具可以轻松扩展以满足各种需求,例如针对想要测试其 API 的开发者,或希望对其公共 API...
restler-fuzzer
RESTler 什么是 RESTler? RESTler 是 首个有状态的 REST API 模糊测试工具 ,用于通过 REST API 自动测试云服务,并发现这些服务中的安全性和可靠性错误。对于具有 OpenAPI(原名 Swagger)规范的云服务,RESTler 分析其完整规范,然后生成并执行通过 REST API 对服务进行测试的测试用例。 RESTler 智能地从 OpenAPI 定义中推断出请求类型之间的生产者-消费者依赖关系。在测试过程中,它会检查特定类别的错误,并根据先前的服务响应动态学习服务的行为方式。这种智能使 RESTler...
api_wordlist
apiwordlist Una lista de palabras con nombres de API utilizada para el fuzzing de APIs de aplicaciones web. Contenido apiseeninwild.txt - Contiene nombres de funciones de API que he visto en la naturaleza. actions.txt - Todos los verbos de nombres de funciones de API objects.txt - Todos los...
penclaw
🦀 PenClaw AI-powered penetration testing CLI. One command...
WuppieFuzz: Coverage-Guided, Stateful REST API Fuzzing
Many business processes currently depend on web services, often using REST APIs for communication. REST APIs expose web service functionality through endpoints, allowing easy client interaction over the Internet. To reduce the security risk resulting from exposed endpoints, thorough testing is...
h1-ctf: Invading Grinch Network and Saving Christmas
How we saved Christmas As usual with H1 CTF challenges we are provided with a target URL. In our case it is the following: https://hackyholidays.h1ctf.com/ We started by visiting the URL and see what is going on. All we could see is a page with an image with a warning message. F1125722 We quickly...