Skip to content

Instantly share code, notes, and snippets.

View sofianeelhor's full-sized avatar

22sh sofianeelhor

View GitHub Profile
@sofianeelhor
sofianeelhor / silentspray.go
Last active February 26, 2025 16:38
This tool leverages a flaw in the Azure AD Seamless SSO service. Failed authentication attempts using the autologon endpoint aren't properly logged, allowing for (undetected?) username probing and password spray attacks. Ideal for red teaming
//https://www.secureworks.com/research/undetected-azure-active-directory-brute-force-attacks
package main
import (
"bufio"
"fmt"
"io/ioutil"
"net/http"
"net/url"
"os"