Goblob Versions Save

A fast enumeration tool for publicly exposed Azure Storage blobs.

v1.2.2

1 year ago
  • Implemented URL guessing for cases where the URL of the blobs is not present in the response.
  • Improved wordlists.

v1.2.1

1 year ago
  • Fixed a bug that generated panics when the ContentLength was randomly reported as -1 (unknown) by the HTTP client.

v1.2.0

1 year ago

A major memory leak was fixed in this version, bringing memory consumption to negligible values below 100MB on average, so it's advisable to use it instead of earlier ones.

  • Fixed major memory leak.
  • Improved output.

v1.1.1

1 year ago
  • Fixed a data race when showing results
  • Implemented support for processing accounts from input
  • Printing message when an iteration of goroutines finishes their job
  • Lowering default maxGoroutines to 500 since 5000 just seemed like a lot for most users

v1.1.0

1 year ago
  • Improved project structure (moving most functions from the main module to separated modules inside the core package).
  • Added -invertsearch feature.

v1.0.6

1 year ago

Fixed a possible bug and applied best practices to code.

v1.0.5

1 year ago

Fixed a bug in the maxpages parameter and refactored main module.

v1.0.4

1 year ago

Adding skip SSL flag.

v1.0.3

1 year ago

New version eating up less memory.

v1.0.2

1 year ago

First looking-good release with most basic bugs solved.