phoneinfoga

Information gathering framework for phone numbers

GPL-3.0 License

Downloads
110
Stars
12.9K
Committers
23

Bot releases are visible (Hide)

phoneinfoga - v2.11.0 Latest Release

Published by github-actions[bot] 8 months ago

Changelog

  • REST API now supports scan options (#1393) (read docs)
  • Bump Github action dependencies
  • Bump tools version (mockery, swag)
  • Bump yarn version to v3.2.4
  • Fix Docker builds (#1354)
phoneinfoga - v2.10.8

Published by github-actions[bot] about 1 year ago

Changelog

phoneinfoga - v2.10.7

Published by github-actions[bot] over 1 year ago

Changelog

  • 617f0f8 fix: hide demo alert by default
phoneinfoga - v2.10.6

Published by github-actions[bot] over 1 year ago

Changelog

  • Update dependencies
  • Add analytics in demo website (this doesn't monitor scans or API)
phoneinfoga - v2.10.5

Published by github-actions[bot] over 1 year ago

Changelog

  • 4b43c67 fix(deps): bump actions/checkout from 3.4.0 to 3.5.0
  • c651408 fix(deps): bump actions/checkout from 3.5.0 to 3.5.2
  • e6c972a fix(deps): bump actions/setup-go from 3.5.0 to 4.0.0
  • 151ba60 fix(deps): bump actions/setup-python from 4.5.0 to 4.6.0
  • f52e917 fix: colored text on windows
  • b46b1b9 fix: server logs output
phoneinfoga - v2.10.4

Published by github-actions[bot] over 1 year ago

Changelog

  • Add phoneinfoga to homebrew (docs)
  • Update workflow dependencies
phoneinfoga - v2.10.3

Published by github-actions[bot] over 1 year ago

Changelog

  • Improve Darwin support for install script (#1194) @HudsonOnHere
  • Improve install instructions in docs (#1233) @sundowndev
  • Update workflow dependencies
phoneinfoga - v2.10.2

Published by github-actions[bot] over 1 year ago

Changelog

  • Add error to printed message when plugin fails to open (#1196) @bdoner
  • Update contribute.md (#1198) @bdoner
phoneinfoga - v2.10.1

Published by github-actions[bot] almost 2 years ago

Changelog

  • Add docker commands to usage.md; to aid getting started (bb7d80a)
  • Bump actions/setup-python from 3.1.0 to 4.3.1 (108ea1b)
  • Bump docker/build-push-action from 2.9.0 to 3.3.0 (c3d9f2c)
  • Bump docker/setup-buildx-action from 1 to 2 (eaec8c1)
  • Bump dorkgen from v1.2.0 to v1.3.1 (9642734)
phoneinfoga - v2.10.0

Published by github-actions[bot] almost 2 years ago

Changelog

  • New web client now uses api v2 (#1153) @RomainMaillot
  • Web server now supports plugins, filters and env files (through CLI flags) (#1157)
  • Environment variables can now be loaded from env file (docs) (#1154)
phoneinfoga - v2.9.0

Published by github-actions[bot] about 2 years 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.

phoneinfoga - v2.8.2

Published by github-actions[bot] about 2 years ago

Changelog

  • Fix documentation dead links and 404 error page
phoneinfoga - v2.8.1

Published by github-actions[bot] about 2 years ago

Changelog

  • Fixed ovh scanner's error handling
phoneinfoga - v2.8.0

Published by github-actions[bot] about 2 years ago

Changelog

  • 1d0971e feat: add description func to scanner interface
  • c18a461 fix: numverify scanner
phoneinfoga - v2.7.0

Published by github-actions[bot] about 2 years 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
phoneinfoga - v2.6.0

Published by github-actions[bot] about 2 years 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
phoneinfoga - v2.5.0

Published by github-actions[bot] over 2 years 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
phoneinfoga - v2.4.4

Published by sundowndev over 2 years ago

Bug fixes

  • Update the request for numverify scan (#1072) @kriss-u
phoneinfoga - v2.4.3

Published by github-actions[bot] over 2 years ago

Bug fixes

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

Maintenance

  • Added a fix for the checksum of sha256sum (#1006) @pmburu
phoneinfoga - v2.4.2

Published by github-actions[bot] over 2 years ago

Maintenance

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