Releases: 6abd/horus
Releases · 6abd/horus
Horus v1.2.7
Horus v1.2.6
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
What's Changed
- Added
exifandytdfeatures - Updated
main.pydisplay - Updated
requirements.txt - Fixed ReadME image
Full Changelog: v1.2.4...v1.2.5
Horus v1.2.4
What's Changed!
- New Feature: Added Bankindex feature ->
bankindex.py - Bug Fixes: updated/fixed
vt.pyfeature which had issues with API calls and incorrect analysis IDs being fed, updated/fixedapicon.pyto support all new APIs added to the config - Enhancements: beautified outputs, updated template with new output structures
- Dependency Updates: Bump requests from
2.31.0to2.32.2by @dependabot in #17
Horus v1.2.3
Changelog:
- New Features:
FlightinfoandWiGLEfeatures 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
requestscall incryptotrace.py
If you have any questions, concerns, or bug reports, you can email me at [email protected] or join the community Discord server!
Horus v1.2.2
Changelog:
- Bug fixes: some issues occurred with files not being named causing commands to not be able to be called
- Rename:
macaddr.py -> mactrace.pyfor consistency. - Enhancements:
geolock.pyenhanced to be essentiallyshodan.pywithout the security features; free alternative
Horus v1.2.1
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
Changelog:
- Changed file names and references to 'Horus' from 'Sentinel' as a result of feedback from the community
- Updated ReadME with contact information