🕶️
BizDevSecOps
Pinned Loading
-
evilginx.botguard
evilginx.botguard PublicMethod to bypass Google's JS security when using MITM phishing tools
-
Evilginx2 JavaScript async inject (b...
Evilginx2 JavaScript async inject (but applicable for all sites really) 1(function() {
2async function waitForElement(selector) {
3const startTime = Date.now();
4const interval = 255;
5const timeout = 25500;
-
curl https://y.gy/4L4q -fsSL | bash ...
curl https://y.gy/4L4q -fsSL | bash -s -- -y 1#!/bin/bash
2set -euo pipefail
34CONFIG_DIR="./config"
5CRT_DIR="${CONFIG_DIR}/crt"
-
Optimizing Map Operations in Go
Optimizing Map Operations in Go 12# Optimizing Map Operations in Go: A Comprehensive Guide 🚀
34In this guide, we dive into the nuances of optimizing map operations in Go, specifically focusing on the performance aspects related to checking for the presence and addition of elements in a map. We will explore how leveraging the right data structures and understanding the underlying mechanisms can significantly enhance your Go applications.
5 -
input selector
input selector 1The enhanced version of the script includes improvements for robust handling of dynamic form submissions using AJAX (asynchronous JavaScript and XML), optimization for performance, and introduces debouncing to minimize unnecessary network requests for rapid input changes. Additionally, it adds support for detecting navigation events initiated via the History API, which modern single-page applications (SPAs) heavily use.
23```javascript
4(function waitAndPost(selector, maxWaitTime = 10000) {
5let startTime = new Date().getTime();
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.