4.0.3
laramies/theHarvester4.0.3Nov 25, 2021by L1ghtn1ng
AI Summary
Improves RocketReach API efficiency through pagination tweaks and updates the ZoomEye module with new parsers and JSON libraries.
Key Highlights
- 100x improvement in RocketReach API calls
- Updated ZoomEye module
- Replaced orjson with ujson
- Updated user agents list
- Fixed substring not found bug
New Features
- RocketReach pagination tweaks
- ZoomEye module update
- ujson integration
- Updated CI to use Python 3.10
Full Release Notes
## What's Changed * company_domain seems more in line with the intention of -d by @pierce403 in https://github.com/laramies/theHarvester/pull/910 * chore(deps-dev): bump types-requests from 2.25.11 to 2.26.0 by @dependabot in https://github.com/laramies/theHarvester/pull/911 * 100x improvement in rocketreach API calls via pagination tweaks by @pierce403 in https://github.com/laramies/theHarvester/pull/912 * chore(deps): bump actions/setup-python from 2.2.2 to 2.3.0 by @dependabot in https://github.com/laramies/theHarvester/pull/919 * chore(deps-dev): bump types-pyyaml from 6.0.0 to 6.0.1 by @dependabot in https://github.com/laramies/theHarvester/pull/913 * chore(deps): bump setuptools from 58.5.3 to 59.1.1 by @dependabot in https://github.com/laramies/theHarvester/pull/918 * chore(deps): bump aiohttp from 3.8.0 to 3.8.1 by @dependabot in https://github.com/laramies/theHarvester/pull/916 * Updated zoomeye module, updated user agents list, fixed substring not found, and replaced orjson in favor of ujson. by @NotoriousRebel in https://github.com/laramies/theHarvester/pull/923 * Fix typos by @rex4539 in https://github.com/laramies/theHarvester/pull/914 * chore(deps): bump setuptools from 59.1.1 to 59.2.0 by @dependabot in https://github.com/laramies/theHarvester/pull/922 * chore(deps): bump ujson from 4.2.0 to 4.3.0 by @dependabot in https://github.com/laramies/theHarvester/pull/924 * Change ci to use py3.10 final by @L1ghtn1ng in https://github.com/laramies/theHarvester/pull/927 ## New Contributors * @pierce403 made their first contribution in https://github.com/laramies/theHarvester/pull/910 * @rex4539 made their first contribution in https://github.com/laramies/theHarvester/pull/914 **Full Changelog**: https://github.com/laramies/theHarvester/compare/4.0.2...4.0.3