Releases: laramies/theHarvester
4.0.3
What's Changed
- company_domain seems more in line with the intention of -d by @pierce403 in #910
- chore(deps-dev): bump types-requests from 2.25.11 to 2.26.0 by @dependabot in #911
- 100x improvement in rocketreach API calls via pagination tweaks by @pierce403 in #912
- chore(deps): bump actions/setup-python from 2.2.2 to 2.3.0 by @dependabot in #919
- chore(deps-dev): bump types-pyyaml from 6.0.0 to 6.0.1 by @dependabot in #913
- chore(deps): bump setuptools from 58.5.3 to 59.1.1 by @dependabot in #918
- chore(deps): bump aiohttp from 3.8.0 to 3.8.1 by @dependabot in #916
- Updated zoomeye module, updated user agents list, fixed substring not found, and replaced orjson in favor of ujson. by @NotoriousRebel in #923
- Fix typos by @rex4539 in #914
- chore(deps): bump setuptools from 59.1.1 to 59.2.0 by @dependabot in #922
- chore(deps): bump ujson from 4.2.0 to 4.3.0 by @dependabot in #924
- Change ci to use py3.10 final by @L1ghtn1ng in #927
New Contributors
- @pierce403 made their first contribution in #910
- @rex4539 made their first contribution in #914
Full Changelog: 4.0.2...4.0.3
4.0.2
What's Changed
- chore(deps): bump fastapi from 0.68.1 to 0.68.2 by @dependabot in #878
- chore(deps-dev): bump pyflakes from 2.3.1 to 2.4.0 by @dependabot in #879
- chore(deps): bump censys from 2.0.8 to 2.0.9 by @dependabot in #881
- chore(deps): bump fastapi from 0.68.2 to 0.70.0 by @dependabot in #880
- chore(deps): bump certifi from 2021.05.30 to 2021.10.8 by @dependabot in #882
- chore(deps-dev): bump flake8 from 3.9.2 to 4.0.1 by @dependabot in #883
- chore(deps-dev): bump types-orjson from 3.6.0 to 3.6.1 by @dependabot in #888
- chore(deps): bump pyyaml from 5.4.1 to 6.0 by @dependabot in #889
- chore(deps-dev): bump types-requests from 2.25.9 to 2.25.11 by @dependabot in #892
- chore(deps-dev): bump types-pyyaml from 5.4.10 to 5.4.12 by @dependabot in #891
- chore(deps-dev): bump types-certifi from 2020.4.0 to 2021.10.8.0 by @dependabot in #886
- chore(deps-dev): bump pytest-asyncio from 0.15.1 to 0.16.0 by @dependabot in #893
- chore(deps-dev): bump types-chardet from 4.0.0 to 4.0.1 by @dependabot in #884
- Add new fullhunt module by @L1ghtn1ng in #894
- Remove python checks in the run script as they are not needed anymore by @L1ghtn1ng in #895
- chore(deps): bump setuptools from 58.2.0 to 58.3.0 by @dependabot in #897
- chore(deps-dev): bump types-pyyaml from 5.4.12 to 6.0.0 by @dependabot in #896
- Fix Security issues in docker image by upgrading to latest ubuntu release by @L1ghtn1ng in #898
- Add new n45ht module, lots of results returned by @L1ghtn1ng in #899
- feat(censys): Add limit to search results by @thehappydinoa in #900
- chore(deps): bump aiohttp from 3.7.4.post0 to 3.8.0 by @dependabot in #903
- chore(deps): bump setuptools from 58.3.0 to 58.5.3 by @dependabot in #907
- chore(deps): bump lxml from 4.6.3 to 4.6.4 by @dependabot in #904
- bug fix of baidusearch by @w-devin in #908
- Fix censys module by @thehappydinoa in #900
New Contributors
Full Changelog: 4.0.1...4.0.2
4.0.1
Notice For Packagers
- These release adds a new python library spyse-python that needs to be packaged which you can get from https://github.com/spyse-com/spyse-python
What's Changed
- Update screenshot.py by @JensTimmerman in #797
- improvement: bump Spyse API version & add pagination support by @scanpatch in #799
- Update dependabot.yml by @L1ghtn1ng in #817
- New Dorks Added by @sbajary in #821
- Update hackertarget.py by @JensTimmerman in #805
- Update bufferoverun.py by @JensTimmerman in #804
- fix flake8 issue in hacker target and adjust unit tests by @L1ghtn1ng in #838
- improvement: updated spyse integration - added spyse-python lib by @pokerok in #855
- fixes and tidy ups by @L1ghtn1ng in #870
- Module bug fixes and Improvements to Hunter Module by @NotoriousRebel in #872
- few fixes and a tidy up by @L1ghtn1ng in #876
- Dependency updates
New Contributors
- @JensTimmerman made their first contribution in #797
- @scanpatch made their first contribution in #799
- @sbajary made their first contribution in #821
- @pokerok made their first contribution in #855
Full Changelog: 4.0.0...4.0.1
Time For A Restful Harvest
This is a big release due to the rest API being introduced and I expect the community will have fun playing with it. There are a lot of changes for this release. Please be aware of that when Spyse drop support for v3 of there API that module will break due to me not having a paid account to be able to update to the new version of the API. Community support on getting this module updated would be much appreciated.
The changes for this release are the following;
What's New
New Modules Added:
Anubis
BinaryEdge
Rocket Reach
ZoomEye
-
JSON output
-
More Information Collected:
* Now collects ASNs and interesting urls
* Shodan collects much more information -
Fully Asynchronous Rest API written with FastAPI created, use restfulHarvest to start it
-
Added .dockerignore to decrease size of container
-
new unit tests
-
Added restfulHarvest to setup.py to get installed the same as theHarvester binary
-
Added new dependencies for the restAPI
Bug Fixes
- Censys module is fixed thanks to thehappydinoa fixing this so we support the censys 2.0.x SDK
What's Changed
- Removed exalead module (triggered captcha after one query and not very fruitful results)
- Removed HTML reporting (can still be used if wanted with manual tweaking just use the code from older version)
- Made screenshotting less resource intensive
- CI changes
- Removed pipenv files
- Removed uneeded dependencies
- Update DNS brute forcing lists to find more subdomains when doing a DNS brute force
- Docker container works with version 4.0.0 of theHarvester and due to this was moved to Ubuntu due to compatibility issues with alpine
- Update dependencies
- Add new entries for new modules to api-keys.yaml
- Misc changes all over the place
3.2.4
3.2.3
3.2.2
3.2.1
The Chosen one
We have new modules projectdiscovery,qwant,pentesttools,urlscan,sublist3r,radpiddns,hackertarget,threatminer,linkedin_links,bufferoverun and have removed suip and dogpile due to capcha blocks and redone the code base to use asyncio and other async libs to speed performance up all over the code base and other misc fixes and tweaks and added screenshot feature as well. Overall a lot of improvements :-) also now have proxy support
V3.1 New beginning
This new release bring lots of fixes, changes and refactoring that will allow us to add new features faster without breaking stuff.