Releases: sundowndev/phoneinfoga
v2.0-beta release
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
v1.11 release
Changelog
phoneinfoga:legacy
. Stay tuned!
Features
- Add error message for missing config file
Misc
- Improve documentation
v1.10.12
v1.10.10
Minor release to fix an issue with local package importation and some typo in documentation.
- Add config (0.4.2) and html5lib (1.0.1) package to the requirements
- Fix some typos in documentation
- Added continuous delivery for documentation
v1.10.9
Changelog
This release contain breaking changes.
- [Fix #65] Handle output and footprinting together
- [Fix #6] Implemented Selenium and Firefox webdriver to handle Google captcha
- [Fix #50] Better exception handling in google search when using api key
- Created a docker-compose config for Selenium hub with Firefox and a VNC server
- Improved then moved documentation to gh-pages using mkdocs and mkdocs-material
- Minor fix for document footprinting (acb8519)
v1.6.7
v1.6.4
Changelog
This release contain breaking changes.
- Added findwhocallsme.com source
- Added pagesjaunes.ca source
- Added phonenumbers.ie source
- Added who-calledme.com source
- Added quinumero.info source
- Added spytox.com source
- [Fix] Country name for OVH scan (#35)
- [Fix] Google search results (#38)
- Custom format recommandation (4181534)
- Created Docker image (#39)
- Major code base refactor
- Delete native update feature (use
git pull
instead) - Renamed osint option to footprints scanner (
--scanner footprints
) - [Fix #1] Added logger class to print in both stdout and stderr
- Added "recon" feature (
--recon
) to practice reconnaissance on custom formats
v1.0.0
Changelog
- [Fix #15] Add exception on tempophone API call
- Added smslive.co disposable number footprints
- Added locatefamily.com source for individuals
- Added .xls extension for document footprinting
- Created a script to generate example outputs
- Added
--no-ansi
option to disable color output - Improved document footprinting
- Asking to rerun OSINT scan (e.g: to use a different format) before exiting
- Moved the full usage documentation to the wiki
- [Hotfix] Added exception on Numverify scan & updated user agents
- [Fix #24] Use local scan to find country code instead of using third party API
- [Refactor] Improved code base with better error handling and debugging
v1.0.0-rc2
Changelog
- [Fix #12] Using Colorama
- [Fix #11] via Stackoverflow