Releases: aliftech/jin
Releases · aliftech/jin
JIN
jin:v2.0.0
- removed unused functions.
- refactored code structure into hexagonal arch.
- server information: Fetch server information and scan ports for the given URL.
- ports: Fetch all open ports.
- db: Fetch database technology.
Jin v.1.0.0
Current Tools
- server information: Fetch server information and scan ports for the given URL.
- scrape: Scrape website data and return server info in JSON format.
- dns: Fetches and displays DNS records for a given domain.
- subdomains: Enumerates subdomains of a target domain.
- whois: Retrieves WHOIS data for domain registration information.
- ssl: Analyzes SSL/TLS certificate details.
- robots: Fetches and displays
robots.txtandsitemap.xmldata. - archive: Retrieves historical snapshots from the Wayback Machine.
- security: Analyzes security headers of a target.
- tech: Detects and displays the technology stack of a website.
Update
- Migrate from python into golang.
Full Changelog: https://github.com/aliftech/jin/commits/v.1.0.0
v.0.3.0
- update the scan command add new parameter -wl to customize the log file name.
- update the map command add new parameter -wl to customize the log file name.
- add logs command to manipulate log file like, read, list, and delete.
Full Changelog: v.0.2.0...v.0.3.0
JIN v.0.2.0
- Interactive CLI app
- Containerized the CLI application
JIN v.0.1.0
- mapping a urls of web page
- mapping open port of targeted url
- send a ddos attack to targeted url.
- logging a url list in mapping url function
- light-weight and simple cli command