PhoneInfoga Versions Save

Information gathering framework for phone numbers

v2.9.0

1 year ago

Changelog

  • Introducing v2 API routes, deprecating v1 routes (see api docs)
  • Panics in scanners are now properly handled in CLI
  • Support for LOG_LEVEL env var to change logger log level (see logrus)
  • Add support for armv7 architecture (linux & windows)

Please note v1 API routes will be removed in the next major version (v3.x) of Phoneinfoga. The web client currently still uses those deprecated routes.

v2.8.2

1 year ago

Changelog

  • Fix documentation dead links and 404 error page

v2.8.1

1 year ago

Changelog

  • Fixed ovh scanner's error handling

v2.8.0

1 year ago

Changelog

  • 1d0971e feat: add description func to scanner interface
  • c18a461 fix: numverify scanner

v2.7.0

1 year ago

Changelog

  • 372a774 chore(deps): bump github.com/gin-gonic/gin from 1.6.3 to 1.7.0
  • 385adf5 feat: add googlecse scanner
  • de4d4f5 fix(deps): bump github.com/fatih/color from 1.10.0 to 1.12.0
  • 7e428fb fix(deps): bump github.com/nyaruka/phonenumbers from 1.0.66 to 1.0.69

v2.6.0

1 year ago

Changelog

  • b4b6918 feat: add disable CLI flag
  • 8c8cb16 feat: add plugin support
  • eb057c3 fix: client path in dockerfile
  • da891b8 fix: dockerfile
  • bb8b9f8 refactor: add missing plugin opening
  • f1f3933 refactor: create new web package
  • 13f2107 refactor: docs website
  • 2bb6bb1 refactor: improve Scanner interface
  • 4940ab0 refactor: register plugins via init function

v2.5.0

1 year ago

Features

  • Run scanners parallelly (#1083) @sundowndev

Documentation

  • Fix spelling of "Understanding" (#1078) @hkamran80
  • Update install with docker-compose docs (#1037) @MarkusGnigler

Maintenance

  • Fix installation script (#1081) @sundowndev
  • Add Makefile (#1084) @sundowndev
  • Update Go version to 1.17 (#1085) @sundowndev
  • Improve install-tools script (#1086) @sundowndev
  • Fix Dockerfile (#1096) @sundowndev

v2.4.4

1 year ago

Bug fixes

  • Update the request for numverify scan (#1072) @kriss-u

v2.4.3

1 year ago

Bug fixes

  • cmd/serve: print port number (#1063) @sheepwall

Maintenance

  • Added a fix for the checksum of sha256sum (#1006) @pmburu

v2.4.2

2 years ago

Maintenance

  • Change target platform for Docker image (#988) @sundowndev