IDOR leaks all user information including passwords
The story of how i was able to take over another user's account by exploiting the IDOR vulnerability.
Overview
Insecure direct object reference (IDOR) is a type of access control vulnerability that arises when applications use user-supplied input to access objects directly. IDOR vulnerabilities are most often associated with horizontal priv...
How to configure jekyll-TeXt theme and deploy it on github pages
In this article, you will learn how to install the theme, setup your site, local preview for development, build and publish.
Overview
How do themes work?
Jekyll themes allow you to contain all the templating and presentational code within a Ruby gem, much in the same way Jekyll plugins are contained. This means the design can be easily appl...