1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-23 20:47:45 +00:00
novus/argcracker
Joshua Goins 2844231996
Enable Windows and Linux packaging
The Windows version isn't super working yet, but this is a good step forward
2024-04-25 02:31:40 +00:00
..
src Add GitHub actions 2024-04-24 21:39:43 +00:00
CMakeLists.txt Enable Windows and Linux packaging 2024-04-25 02:31:40 +00:00
README.md argcracker: Prefix with novus- and add usage guide when no args are used 2023-10-10 17:19:04 -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`