Skip to content

Releases: Macmod/goblob

v1.2.2

20 Mar 17:24
Compare
Choose a tag to compare
  • Implemented URL guessing for cases where the URL of the blobs is not present in the response.
  • Improved wordlists.

v1.2.1

17 Mar 18:08
Compare
Choose a tag to compare
  • Fixed a bug that generated panics when the ContentLength was randomly reported as -1 (unknown) by the HTTP client.

v1.2.0

17 Mar 14:39
Compare
Choose a tag to compare

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

16 Mar 18:33
Compare
Choose a tag to compare
  • 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

16 Mar 15:18
Compare
Choose a tag to compare
  • Improved project structure (moving most functions from the main module to separated modules inside the core package).
  • Added -invertsearch feature.

v1.0.6

15 Mar 05:43
Compare
Choose a tag to compare

Fixed a possible bug and applied best practices to code.

v1.0.5

15 Mar 01:00
Compare
Choose a tag to compare

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

v1.0.4

14 Mar 23:43
Compare
Choose a tag to compare

Adding skip SSL flag.

v1.0.3

14 Mar 21:27
Compare
Choose a tag to compare

New version eating up less memory.

v1.0.2

14 Mar 19:36
Compare
Choose a tag to compare

First looking-good release with most basic bugs solved.