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:
- Fixed the sherlock banner (it was missing the letter R)
- Changed the misc section to Spoofing
- Updated some requirements/dependencies to the latest versions
- Greatly reduced the size of the setup.py file
- Further improved code quality and readability
- Commented out metadata function (will be implemented in a seperate tool)
- Started using an intelx pip package instead of files in the repository
- Rewrote CredFetch module
Coming features in v1.2.2:
- Return of PhoneKit (A pure phonenumber-based OSINT module) including
- Truecaller phonenumber lookup
- Utilization of phonenumbers python library
- Replacing vars.py file with a .env file for more efficient variable management
- Start to implement usage of Regex in CredFetch
Full Changelog: v1.2...v1.2.1