Created
May 4, 2025 12:42
-
-
Save joswr1ght/728e271956ca7e0084fc1270e6374dbd to your computer and use it in GitHub Desktop.
Callie Sparkes
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
I'm sorry to say that Callie Sparkes is not a real person. | |
Also, she has a terrible password. | |
Headshot by thispersondoesnotexist.com. | |
For getting to this page though, I will impart some wisdom that may be useful for the CTF. | |
A common persistence mechanism on Windows is to deploy a service that runs a process automatically. | |
You can use `Get-Service` from PowerShell to get a list of services. | |
Alternatively, you can run `sc query` to list services from a Command Prompt. | |
Often, I will use `findstr.exe` from the command prompt to search for a string after pipelining the output of another command. | |
Perhaps something like `sc query | findstr "NetWars"`. | |
Now back to the lab! | |
-Josh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment