Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joswr1ght/728e271956ca7e0084fc1270e6374dbd to your computer and use it in GitHub Desktop.
Save joswr1ght/728e271956ca7e0084fc1270e6374dbd to your computer and use it in GitHub Desktop.
Callie Sparkes
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