Skip to content

rodrigoramosrs/jsunmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Languages