Pinned Loading
-
-
-
xss-nosql.js
xss-nosql.js 1// Speeds up nosql blind injections by using binary splitting, so ~9 tries worst case for a character
2// SQLmap uses kinda similar technique
3const searchRegex = async (initStr, start, end, checkFunc) => {
4let found = initStr;
5let positions = binSplit({ start, end });
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.