@sudhanshur705@strellic This can work at times, and I mention something similar in the next part (coming soon), though in most of the real-world webapps I've seen driving headless browsers there is a timeout enforced by the app which you can't lengthen this way.
Excited to be talking about new DNS rebinding techniques at @BlackHatEvents#BHEU next week. The research for this talk will be released in 2 parts on the @intruder_io research blog - keep an eye out for part 1 on Thursday https://t.co/70iR4T49Ar
Excited to be talking about new DNS rebinding techniques at @BlackHatEvents#BHEU next week. The research for this talk will be released in 2 parts on the @intruder_io research blog - keep an eye out for part 1 on Thursday https://t.co/70iR4T49Ar
A while ago I decided to try take on a big challenge and work out how to detect prototype pollution black-box. One thing I’m very happy with from this research is the simplicity of the solution I found
Prototype pollution can be a dangerous bug, but it's hard to detect in real-world scenarios without the source code. In the latest blog, our researcher, @_danielthatcher, discusses a new technique for detecting prototype pollution in black-box situations:https://t.co/sN8OIRxavn
Why do I know so many Dan's in infosec? Is there something about the name Dan?
I strongly advise being cautious of your data around anyone named Dan, until we work this out.
The technique isn’t new, but the vast majority of pentesters I’ve spoken to don’t know about it, so I thought it worth sharing with an example from a pentest. I’ve also created a tool to help you exploit this issue https://t.co/yb1KeowbUA
GUIDs are everywhere - but there are hidden dangers when using them as they're designed for their uniqueness, not their security. Find out more in the latest blog from our research team: https://t.co/tgDP4X3Ntx
#guid#vulnerabilityscanning#CyberSecMonth
Just finished ElectroVolt talk at #DEFCON30. Was super glad to see the entire room full. Thanks a lot for coming AND supporting! ⚡️
Hope you enjoyed the talk and can use the knowledge in your day to day work.
Feel free to check out https://t.co/LN3zuQj06s for POCs.
#DC
If you only need to read info rather than modify it, then the trick of loading the application in two separate iFrames works well.
@iamnoooob writes about it here: https://t.co/JNUHKSTxWb
@avlidienbrunn has a great talk on this and other tricks: https://t.co/p9GWxtZAbV
If you have stored self-XSS and login CSRF you can probably do something interesting, but you have to do slightly more than this tip says. Here's an example I put together against Moodle a few years ago: https://t.co/5j9PGAWm8d
This example works by using the self-XSS to set a session cookie with a limited path so that the self-XSS will still load when the victim logs back into their account. The self-XSS can then access the rest of the application as the victim, so is effectively regular XSS.