Skip to content

Mass depot key dumper utilizing the SteamKit2 library

License

Notifications You must be signed in to change notification settings

GogoVang/DepotDumper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DepotDumper

Mass depot key dumper utilizing the SteamKit2 library. Supports .NET 9.0

This program must be run from a console, it has no GUI.

Resulting files:

{username}_appnames.txt

  • Contains names of all apps and depots owned by the account.

{username}_apps.txt

  • Contains app tokens in "appId;appToken" format.

{username}_keys.txt

  • Contains depot keys in "depotId;depotKey" format.

{username}_pkgs.txt

  • Contains package tokens in "pkgId;pkgToken" format.

Optional parameters:

  • -app <#> - dump keys for a specific app.
  • -apikey <key> - fetch existing depot IDs from a database to avoid re-dumping keys that are already there.
  • -dump-unreleased - apps that don't have "released" status are skipped by default to prevent accidental leaks, add this parameter to override this behavior.

About

Mass depot key dumper utilizing the SteamKit2 library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%