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
exif
andytd
features - Updated
main.py
display - 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.py
feature which had issues with API calls and incorrect analysis IDs being fed, updated/fixedapicon.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
to2.32.2
by @dependabot in #17
Horus v1.2.3
Changelog:
- New Features:
Flightinfo
andWiGLE
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 incryptotrace.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
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 essentiallyshodan.py
without 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