Skip to content

Releases: 6abd/horus

Horus v1.2.7

10 Jul 23:43
312844d
Compare
Choose a tag to compare

What's Changed

  • Added recpull feature (currently domain only)
  • Added loki functionality completely, additionally fixed path errors
  • Minor output changes

Horus v1.2.6

30 Jun 04:57
1f8789a
Compare
Choose a tag to compare

What's Changed

  • Added Falcon; allows users to sniff for packets and analyze, or input a capture file and analyze
  • Fixed .lower() error, was on wrong side of equality operator 😅
  • Minor bug fixes

Horus v1.2.5

29 Jun 05:51
d5c3754
Compare
Choose a tag to compare

What's Changed

  • Added exif and ytd features
  • Updated main.py display
  • Updated requirements.txt
  • Fixed ReadME image

Full Changelog: v1.2.4...v1.2.5

Horus v1.2.4

07 Jun 05:00
Compare
Choose a tag to compare

What's Changed!

  • New Feature: Added Bankindex feature -> bankindex.py
  • Bug Fixes: updated/fixed vt.py feature which had issues with API calls and incorrect analysis IDs being fed, updated/fixed apicon.py to support all new APIs added to the config
  • Enhancements: beautified outputs, updated template with new output structures
  • Dependency Updates: Bump requests from 2.31.0 to 2.32.2 by @dependabot in #17

Horus v1.2.3

19 May 05:27
4751487
Compare
Choose a tag to compare

Changelog:

  • New Features: Flightinfo and WiGLE features added! (WiGLE API has been acting up recently, so more testing will be needed, but logically it should work)
  • Bug fixes: Fixed no parsing method in a requests call in cryptotrace.py

If you have any questions, concerns, or bug reports, you can email me at digitalizedsnake@gmail.com or join the community Discord server!

Horus v1.2.2

03 May 18:09
7f75b99
Compare
Choose a tag to compare

Changelog:

  • Bug fixes: some issues occurred with files not being named causing commands to not be able to be called
  • Rename: macaddr.py -> mactrace.py for consistency.
  • Enhancements: geolock.py enhanced to be essentially shodan.py without the security features; free alternative

Horus v1.2.1

20 Apr 03:42
30036eb
Compare
Choose a tag to compare

What's Changed

  • add shodan to requirements by @purplelemons-dev in #6
  • added commands to options
  • added support for: Numlook, Geolock, Cryptotrace, Mactrace, Pvpn

Horus v1.1.0

14 Apr 03:52
48f7acb
Compare
Choose a tag to compare

Changelog:

  • Changed file names and references to 'Horus' from 'Sentinel' as a result of feedback from the community
  • Updated ReadME with contact information