Skip to content

ku-plrg/debun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEBUN: Detecting Bundled JavaScript Libraries on Web using Property-Order Graphs

Overview

DEBUN is a CLI tool that detects third-party JavaScript libraries embedded inside bundled web applications.
Even after transformations performed by bundlers such as Webpack, Rollup, or Parcel, DEBUN leverages Property-Order Graphs (POGs) to capture execution characteristics that remain stable, enabling accurate identification of libraries inside minified and concatenated code.

Installation

Using npm:

$ npm i -g debun-cli

Usage

Detect libraries from a web page

$ debun "<url>"

Example:

$ debun "https://google.com"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published