This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$VarD=$null | |
$VarS=$null | |
$ResultsD=$null | |
$ResultsS=$null | |
$Service="mslldp" | |
$AddPermissions="(A;;CCLCSWLOCRRC;;;SU)" | |
$VarAccount="SU" | |
[string]$RawResults=sc.exe sdshow $Service | |
$RegexPatternALL='(D:)(\(.*\))(S:)(\(.*\))|(S:)(\(.*\))|(D:)(\(.*\))' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <windows.h> | |
#include <tlhelp32.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
// Example shellcode (NOPs followed by an infinite loop for demonstration) | |
unsigned char shellcode[] = { | |
0x90, 0x90, 0x90, 0x90, // NOPs | |
0xEB, 0xFE // JMP $ (infinite loop) | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://x.com/CollinRugg/status/1932859224452968532 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Parameters | |
param ( | |
[Parameter(Mandatory=$true)] | |
[string]$FilePath, | |
[Parameter(Mandatory=$true)] | |
[string]$OriginalFont, | |
[Parameter(Mandatory=$true)] | |
[string]$NewFont |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://x.com/stephenm/status/1932057977793470965?s=46 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PowerShell script to test login attempts for multiple usernames with a given password | |
# Define the list of usernames to test | |
$usernames = @("user1", "user2", "user3") # Replace with actual usernames | |
$password = "YourPasswordHere" # Replace with the password to test | |
$computerName = "." # Use "." for the local machine, or specify a remote computer name | |
# Function to test credentials using LogonUser API | |
Add-Type -TypeDefinition @" | |
using System; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://x.com/jacobtheclipper/status/1929623151648165952?s=46 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -o example.zip -x http://proxy.example.com:8080 -U username:password https://example.com/file.zip | |
curl -o example.zip https://example.com/file.zip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://x.com/BrainRotNot/status/1927766674096177351/photo/1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bff0fe54c36acab53f14deec1d8a3fb3 |
NewerOlder