4.0.2
laramies/theHarvester4.0.2Nov 9, 2021by L1ghtn1ng
AI Summary
Introduces new data collection modules and addresses security vulnerabilities in the Docker environment.
Key Highlights
- Added fullhunt module
- Added n45ht module
- Fixed Docker security issues
- Fixed baidusearch bug
- Added limit to Censys search results
New Features
- fullhunt module
- n45ht module
- Censys search limit
- Baidu search bug fix
- Security updates to Docker image
Full Release Notes
## What's Changed * chore(deps): bump fastapi from 0.68.1 to 0.68.2 by @dependabot in https://github.com/laramies/theHarvester/pull/878 * chore(deps-dev): bump pyflakes from 2.3.1 to 2.4.0 by @dependabot in https://github.com/laramies/theHarvester/pull/879 * chore(deps): bump censys from 2.0.8 to 2.0.9 by @dependabot in https://github.com/laramies/theHarvester/pull/881 * chore(deps): bump fastapi from 0.68.2 to 0.70.0 by @dependabot in https://github.com/laramies/theHarvester/pull/880 * chore(deps): bump certifi from 2021.05.30 to 2021.10.8 by @dependabot in https://github.com/laramies/theHarvester/pull/882 * chore(deps-dev): bump flake8 from 3.9.2 to 4.0.1 by @dependabot in https://github.com/laramies/theHarvester/pull/883 * chore(deps-dev): bump types-orjson from 3.6.0 to 3.6.1 by @dependabot in https://github.com/laramies/theHarvester/pull/888 * chore(deps): bump pyyaml from 5.4.1 to 6.0 by @dependabot in https://github.com/laramies/theHarvester/pull/889 * chore(deps-dev): bump types-requests from 2.25.9 to 2.25.11 by @dependabot in https://github.com/laramies/theHarvester/pull/892 * chore(deps-dev): bump types-pyyaml from 5.4.10 to 5.4.12 by @dependabot in https://github.com/laramies/theHarvester/pull/891 * chore(deps-dev): bump types-certifi from 2020.4.0 to 2021.10.8.0 by @dependabot in https://github.com/laramies/theHarvester/pull/886 * chore(deps-dev): bump pytest-asyncio from 0.15.1 to 0.16.0 by @dependabot in https://github.com/laramies/theHarvester/pull/893 * chore(deps-dev): bump types-chardet from 4.0.0 to 4.0.1 by @dependabot in https://github.com/laramies/theHarvester/pull/884 * Add new fullhunt module by @L1ghtn1ng in https://github.com/laramies/theHarvester/pull/894 * Remove python checks in the run script as they are not needed anymore by @L1ghtn1ng in https://github.com/laramies/theHarvester/pull/895 * chore(deps): bump setuptools from 58.2.0 to 58.3.0 by @dependabot in https://github.com/laramies/theHarvester/pull/897 * chore(deps-dev): bump types-pyyaml from 5.4.12 to 6.0.0 by @dependabot in https://github.com/laramies/theHarvester/pull/896 * Fix Security issues in docker image by upgrading to latest ubuntu release by @L1ghtn1ng in https://github.com/laramies/theHarvester/pull/898 * Add new n45ht module, lots of results returned by @L1ghtn1ng in https://github.com/laramies/theHarvester/pull/899 * feat(censys): Add limit to search results by @thehappydinoa in https://github.com/laramies/theHarvester/pull/900 * chore(deps): bump aiohttp from 3.7.4.post0 to 3.8.0 by @dependabot in https://github.com/laramies/theHarvester/pull/903 * chore(deps): bump setuptools from 58.3.0 to 58.5.3 by @dependabot in https://github.com/laramies/theHarvester/pull/907 * chore(deps): bump lxml from 4.6.3 to 4.6.4 by @dependabot in https://github.com/laramies/theHarvester/pull/904 * bug fix of baidusearch by @w-devin in https://github.com/laramies/theHarvester/pull/908 * Fix censys module by @thehappydinoa in https://github.com/laramies/theHarvester/pull/900 ## New Contributors * @w-devin made their first contribution in https://github.com/laramies/theHarvester/pull/908 **Full Changelog**: https://github.com/laramies/theHarvester/compare/4.0.1...4.0.2