Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cspi-git/lycan
Powerful Javascript obfuscator framework.
https://github.com/cspi-git/lycan
framework javascript-obfuscator obfuscate-code obfuscator
Last synced: about 4 hours ago
JSON representation
Powerful Javascript obfuscator framework.
- Host: GitHub
- URL: https://github.com/cspi-git/lycan
- Owner: cspi-git
- License: mit
- Created: 2022-05-07T08:59:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T12:50:29.000Z (over 1 year ago)
- Last Synced: 2024-04-14T09:02:35.180Z (7 months ago)
- Topics: framework, javascript-obfuscator, obfuscate-code, obfuscator
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lycan
Powerful Javascript obfuscator framework.## Installation
Github:
```
git clone https://github.com/cspi-git/lycan
```NpmJS:
```
npm i javascript-obfuscator recursive-readdir-async readline-sync js-confuser columnify base-64 chalk
```## Usage
```
node index.js
```## Walkthrough
Shows Lycan help menu and the list of the current obfuscators It has Including obfuscating the file **obfuscateMe.js** using the Simple obfuscator plugin (ID: 3).```
$ node index.js
lycan> helpGeneral commands
================Command Description
------- -----------
help Show this.
obfuscate Obfuscate the target.
set Set a file or directory(Recursive files) to obfuscate.
config Show your configuration.
obfuscators Show all the loaded obfuscators.
version Show this current Lycan version.
exit Exit Lycan.lycan> obfuscators
ID | Name | Flow | Encryption Level | Author
0 | Base64Obf | javascript-obfuscator + base64 | high | I2rys
1 | Buff | jsconfuser + jsconfuser | high | I2rys
2 | Confuse | jsconfuser + javascript-obfuscator | medium | I2rys
3 | Simple | javascript-obfuscator | medium | I2ryslycan> set obfuscateMe.js
[*] Target successfully set.
lycan > obfuscate 3
[*] Obfuscating the file, please wait.
[*] File successfully obfuscated.
lycan > exit
```## License
MIT © CSPI