Skip to content

Releases: aliftech/jin

JIN

26 Dec 08:02

Choose a tag to compare

  • Improve scan http scan function - add security checker

jin:v2.0.0

02 Nov 07:16

Choose a tag to compare

  • 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

26 Jul 00:46

Choose a tag to compare

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.txt and sitemap.xml data.
  • 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

28 Jun 04:32

Choose a tag to compare

  • 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

22 Jun 14:03

Choose a tag to compare

  • Interactive CLI app
  • Containerized the CLI application

JIN v.0.1.0

21 Jun 23:10

Choose a tag to compare

  • 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