Skip to content

Releases: Shad0w-ops/H.I.V.E

H.I.V.E v1.2.1

21 Jul 19:12
Compare
Choose a tag to compare

New release! Although this release should've been drafted a long time ago, I figured I would draft it now as I have some free time to spare. I've been very busy as of late due to working on other personal projects (unrelated to cybersecurity) hence why I haven't been committing much or adding any significant changes to the code. There's a lot in the works though, v1.2.2 will be releasing soon!

Without any further talk, here are the changes made so far in v1.2.1:

  1. Fixed the sherlock banner (it was missing the letter R)
  2. Changed the misc section to Spoofing
  3. Updated some requirements/dependencies to the latest versions
  4. Greatly reduced the size of the setup.py file
  5. Further improved code quality and readability
  6. Commented out metadata function (will be implemented in a seperate tool)
  7. Started using an intelx pip package instead of files in the repository
  8. Rewrote CredFetch module

Coming features in v1.2.2:

  1. Return of PhoneKit (A pure phonenumber-based OSINT module) including
    • Truecaller phonenumber lookup
    • Utilization of phonenumbers python library
  2. Replacing vars.py file with a .env file for more efficient variable management
  3. Start to implement usage of Regex in CredFetch

Full Changelog: v1.2...v1.2.1

H.I.V.E v1.2

01 May 16:44
cdec600
Compare
Choose a tag to compare

Great news! H.I.V.E has been majorly updated and some readjustments in the code were made. Now, the script is faster, more flexible, and more organized while taking up less system resources. Some of the new features we added include:

  1. The new CredFetch module (or otherwise known in the past as PhoneKit) was upgraded, with the new filter feature alongside neater printing of results, and the ability of the user to pick which target they would like to print all the information for.
  2. Support for arch-based distributions was also added in the setup.py file alongside the main HIVE python file.
  3. A new define vars function was added for convenience of adding each API key and writing it to the vars.py file (used to be apis.py).
  4. A new .gitignore file was added to help with managing files and pushing to the repo.
  5. Commented out and removed the Metadata module as it will be used in a different script (to be coming out soon).
  6. The script also requires sudo to run now as many features require sudo and the script won't completely work unless it is run with root priveleges.
  7. Generally much better quality code.

Full Changelog: v1.1...v1.2

H.I.V.E v1.1

01 May 16:18
5f29fde
Compare
Choose a tag to compare

This is H.I.V.E in its original form, the successor to PhoneKit (the original module), where we added various OSINT modules for reconnaissance and data collection on specific targets including email, phone number, and IP addresses.

Full Changelog: https://github.com/Shad0w-ops/H.I.V.E/commits/v1.1