-
### Discussed in https://github.com/PhonePe/mantis/discussions/56
Originally posted by **0xbharath** October 14, 2024
Adding "Misconfig Mapper" by Intigriti to Mantis scan would provide value …
-
https://youtube.com/playlist?list=PLmqenIp2RQciV955S2rqGAn2UOrR2NX-v
-
# Intigriti 1012 xss writeup
摘要 Intigriti 1012 xss writeup。 解题过程 题目地址见引用1. 通过页面提示,我们可以看到html参数。查看iframe页面源码 <meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'unsa…
-
In May 2021, I solved my first Intigriti XSS challenge. Since then, I play every XSS challenge afterward, and solved most of them. Sometimes it's painful when you try everything you know but still can…
-
Hi
Seems that smth has changed in intigriti parser and now it parses some OOS too.
https://raw.githubusercontent.com/arkadiyt/bounty-targets-data/main/data/intigriti_data.json
```
*.cinerama…
-
We have the opportunity to participate in a bug bounty program, funded by the European Commission and run by Intigriti. The idea is that security researchers would look at a set of packages we decide …
-
Link to the tool: https://... (minimum 1 required):
[link] https://github.com/intigriti/misconfig-mapper [/link]
List of tags separated by comma: tag1,tag2,tag3... (required):
[tags] misconf…
-
challenge link: [Intigriti's 0421 XSS challenge - by @terjanq](https://challenge-0421.intigriti.io/)
The full writeup is a little bit long because I want to write what I have tried and how I …
-
![](https://i.imgur.com/AbPDRdN.png)
Challenge link: https://challenge-0721.intigriti.io/
Working POC: https://randomstuffhuli.s3.amazonaws.com/xss_poc_both.html
## Analysis
This project i…
-
// From https://blog.huli.tw/2022/05/02/en/intigriti-revenge-challenge-author-writeup/
// Search from "window" object
for(let key of Object.getOwnPropertyNames(window)) {
if (window[key]?.const…