View Single Post
  #2  
Old 05-02-2024, 12:04
NON NON is offline
Banned User
 
Join Date: Sep 2023
Posts: 77
Rept. Given: 2
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 30
Thanks Rcvd at 21 Times in 16 Posts
NON Reputation: 2
Quote:
Originally Posted by chants View Post
So I know without jsx files and still having map files, there is an npm package otherwise I know about the Chrome devtools Source tab.

Are there any good tools for a generic Javascript reversing workflow. I use the term decompile loosely here but with typescript and so many powerful and ubiquitous frameworks, this is starting to get interesting. Of course there are tools to unminify and reformat Javascript and the browser dev tools are helpful but it seems we haven't seen anything with a more automated and better level of sophistication. Which is really useful when looking for security vulnerabilities which are likely common place in modern web apps.
Tyro... To get you started...
JavaScript Reverse Engineering Toolkit (JSRETK)
https://github.com/SeanPesce/JSRETK

Web Application Reverse Engineering Practical Example
https://medium.com/@nenadborovanin/web-application-reverse-engineering-practical-example-e31836aab472

7 Tips for reverse engineering minified TypeScript/JavaScript

https://dev.to/jurooravec/7-tips-for-reverse-engineering-minified-typescript-javascript-4p64
Reply With Quote