Skip to content

Releases: ariary/JSextractor

v1.0.3 Bugfix + Lint

18 Aug 09:29
Compare
Choose a tag to compare

Added

  • Fix bug in url parsing with -gather-src option
  • use quicli and go-utils

v1.0.2 (CL + TUI +Bugfix)

18 Jan 15:11
dfd7253
Compare
Choose a tag to compare
  • handle url finishing with a slash

TUI enhancement

07 Jan 10:50
8ce02a5
Compare
Choose a tag to compare

New TUI features:

  • Dynamic: change URL to fetch
  • cURL support: making curl request is supported (e.g POST request)

TUI MVP

20 Dec 15:09
8ab93b7
Compare
Choose a tag to compare
  • Add a Terminal User Interface (TUI)
    • browse scripts (retrieving by input parsing)
    • dynamically gather script from src attribute
    • change url

MVP

17 Dec 12:49
25fdebb
Compare
Choose a tag to compare
MVP

Get javascript from html page

Input: stdin

  • Gather js from 3 sources:
    • between <script> tag
    • in src attribute of <script> tag
      • fetch remote js
    • in event handler attributes
  • Specify source to exclude