js-confuser icon indicating copy to clipboard operation
js-confuser copied to clipboard

Domain lock leaves the domain string unprotected

Open Mrgaton opened this issue 1 year ago • 1 comments

In the output code you can repeatedly see the regex of the domain that has been locked and easily be changed with a simple notepad replace

Mrgaton avatar Mar 02 '24 22:03 Mrgaton

basically duplicate of #115

Le0Developer avatar Mar 18 '24 13:03 Le0Developer

Fixed in 2.0 (Currently 2.0.0-alpha.2). Now uses the RegExp constructor and is further protected by String Concealing / other obfuscations.

MichaelXF avatar Sep 30 '24 15:09 MichaelXF