TheHarvester Versions Save

E-mails, subdomains and names Harvester - OSINT

4.0.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/laramies/theHarvester/compare/4.0.2...4.0.3

4.0.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/laramies/theHarvester/compare/4.0.1...4.0.2

4.0.1

2 years ago

Notice For Packagers

What's Changed

New Contributors

Full Changelog: https://github.com/laramies/theHarvester/compare/4.0.0...4.0.1

4.0.0

2 years ago

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 years ago

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

3 years ago

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

3 years ago

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

3.2.1

3 years ago

This release has the following changes;

Bug Fix

  • uvloop and python 3.9

Changes

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

3.2.0

3 years ago

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

4 years ago

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