Skip to content

v2.0-beta release

Compare
Choose a tag to compare
@sundowndev sundowndev released this 18 Mar 17:52
· 1362 commits to master since this release

⚠️ Breaking changes

This project has recently been rewritten in Go language. Why ? To improve code base, maintainability, have a stronger test suite and be able to compile code base. PhoneInfoga v2 brings new features such as serving a REST API and a web client. Usage of scanners was improved in order to drop usage of Selenium/Geckodriver which has cause many users to have troubleshoots using the tool. You can still use the legacy version in tag v1.11 and the legacy Docker image (sundowndev/phoneinfoga:legacy). Some features were not included in the v2 MVP such as input/output CLI options. The roadmap of the project changed so we can focus on the web client features such as downloading scan results as CSV, Instagram/Whatsapp lookup, and more.

Changelog

Features

  • Init Go code base
  • Implement REST API
  • Implement web client
  • Add OpenAPI 3.0 specs
  • Implemented Local, Numverify, Google search, and OVH scanners

Bug fixes

  • Dropped support Selenium/Geckodriver to only generate Google search links

Misc

  • Updated and improved documentation content