Skip to content

dot-sys/VortexCSRSSTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vortex Logo

Vortex CSRSS Tool

Extract and visualize Windows path strings from CSRSS raw data - fast, private and browser-based.
Use here: https://dot-sys.github.io/VortexCSRSSTool/

⭐ Star this project if you found it useful.


Overview

Vortex CSRSS Tool is a lightweight web app that extracts Win-Path strings from CSRSS raw data in JavaScript.
All data is processed locally in your browser. No information is stored or transmitted.


Usage

  1. Extract Raw String Data from Systeminformer (explained below).
  2. Paste your raw CSRSS string results into the input field.
  3. Click Create.
  4. Review the parsed and filtered output.

Filter Options:

  • Filter and Sort (.exe / .dll): Extracted strings are filtered out of raw data (entries that end with .exe or .dll)
  • Modified Extensions: Filters out Extensions that do not end in typical extensions found in CSRSS
  • Find Associates: Shows executed files in csrss data which are from the same Folder and could be executed by the same Program.

All Data is sorted from A-Z.


Extracting Raw Strings

To extract raw strings from csrss, best use SystemInformer.

In this specific case we will make use of its canary version, as it usually has a more up-to-date Kernel-Mode-Driver.

  1. Install and start the Program
  2. Click the Options Button Button and choose there "Enable-Kernel-Mode" Option. Restart the Program.
  3. Restart the program and make sure we have Administrator-Mode activated by clicking the Admin Button Admin-Icon.
  4. On the Top Right side search for "CSRSS" and choose the first Process in the List.
  5. Doubleclick > Go to the Memories-Tab > Options > Strings
  6. Choose Minimum Length 5 and Enable "Detect Unicode", "Extended Unicode", "Private" and "Mapped" Options:

String Search

  1. On the Bottom right side click on "Copy"

Copy Strings

  1. Copy the Results on the Vortex CSRSS Tool Website in the Input Section
  2. Re-Do Steps 4-8 with the Second Search-Result.

Credits

About

Small Javascript Tool to help visualize raw CSRSS Strings more conveniently.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published