Releases: ariary/JSextractor
Releases · ariary/JSextractor
v1.0.3 Bugfix + Lint
Added
- Fix bug in url parsing with
-gather-src
option
- use quicli and go-utils
v1.0.2 (CL + TUI +Bugfix)
- handle url finishing with a slash
TUI enhancement
New TUI features:
- Dynamic: change URL to fetch
- cURL support: making curl request is supported (e.g POST request)
TUI MVP
- Add a Terminal User Interface (TUI)
- browse scripts (retrieving by input parsing)
- dynamically gather script from src attribute
- change url
MVP
Get javascript from html page
Input: stdin
- Gather js from 3 sources:
- between
<script>
tag
- in
src
attribute of <script>
tag
- in event handler attributes
- Specify source to exclude