Skip to content

Releases: laramies/theHarvester

4.0.3

25 Nov 17:43
04dab8e
Compare
Choose a tag to compare

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

Full Changelog: 4.0.2...4.0.3

4.0.2

09 Nov 06:48
28d92a8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.1...4.0.2

4.0.1

05 Oct 00:56
9abf8fe
Compare
Choose a tag to compare

Notice For Packagers

What's Changed

New Contributors

Full Changelog: 4.0.0...4.0.1

Time For A Restful Harvest

01 Jul 22:38
82fe0f6
Compare
Choose a tag to compare

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

05 Apr 20:44
ae63bd7
Compare
Choose a tag to compare

This release has the following changes;

Bug Fix

Intelx module now works again and gets a load of emails

Changes

Dockerfile updates
Dependency updates
CI updates

3.2.3

07 Feb 20:37
8d71116
Compare
Choose a tag to compare

This release has the following changes;

Bug Fix

Changes

New Censys module by @L1ghtn1ng with help from @thehappydinoa thanks for that
New Omnisint module by @L1ghtn1ng 
API key error simplification contributed by @thehappydinoa  
Dependency updates
CI updates

3.2.2

16 Dec 20:07
fbf0729
Compare
Choose a tag to compare

Update the binary in the /bin that got missed in the previous release

3.2.1

15 Dec 22:53
71fe36f
Compare
Choose a tag to compare

This release has the following changes;

Bug Fix

  • uvloop and python 3.9

Changes

  • Homebrew support, for more information see #550
  • Dependency updates

The Chosen one

09 Sep 18:59
Compare
Choose a tag to compare

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

14 Oct 20:52
Compare
Choose a tag to compare

This new release bring lots of fixes, changes and refactoring that will allow us to add new features faster without breaking stuff.