1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-23 20:47:45 +00:00
novus/apps/argcracker
Joshua Goins b6cc54405c Move applications to their own folder
To try to cut down the amount of top-level folders
2024-05-10 16:44:45 -04:00
..
src Move applications to their own folder 2024-05-10 16:44:45 -04:00
CMakeLists.txt Move applications to their own folder 2024-05-10 16:44:45 -04:00
README.md Move applications to their own folder 2024-05-10 16:44:45 -04:00

argcracker

This can crack any SqexArg formatted string you throw at it. However there are two caveats:

  1. You must know the current TickCount() when you got the string, the easiest way is to run your victim program and then run argcracker right after.
  2. You must know at least one known argument (such as UserPath) or the decrypted result will be hard to find.

Usage

$ novus-argcracker [sqexarg string] [tick range] [known arg]`

Example:

`$ novus-argcracker //**sqex0003p8LrsXt9_m9RJAsGzXd66zb3SxeTqZdhV**// 1000 UserPath`