rodrigoramosrs / jsunmap

convert javascript source map file into source code with some extras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

JSUnMap 🌐

Uncovering the map πŸ”

License

Overview πŸš€

jsunmap is a powerful tool designed to convert JavaScript source map files into source code with additional features. By reading and parsing .map files, it extracts information from the de-minified code, reconstructing file structures and code similar to the original. Moreover, it applies regular expressions to gather data for content analysis, aiding in the identification of potentially sensitive information.

Features πŸ› οΈ

  • Source Code Reconstruction: Generate code structures resembling the original JavaScript source.
  • De-minification: Extract information from de-minified code to aid in analysis.
  • Regex Analysis: Apply regular expressions for identifying potentially sensitive data.
  • File Structure Generation: Reconstruct the file structure based on the information extracted.

Example πŸ“–

dotnet run -p ./src/jsunmap.csproj [{FILE_OR_URL_PATH}]

or

jsunmap [{FILE_OR_URL_PATH}]

License πŸ“

This project is licensed under the MIT License - see the LICENSE file for details.


Feel free to report issues or make pull requests. Happy coding! πŸ‘©β€πŸ’»πŸš€

About

convert javascript source map file into source code with some extras

License:MIT License


Languages

Language:C# 100.0%