https://github.com/iyarivky/debash
DeBash is a online tool that aims to deobfuscate bash scripts using JavaScript
https://github.com/iyarivky/debash
bash deobfuscate deobfuscation deobfuscator javascript shell
Last synced: about 1 year ago
JSON representation
DeBash is a online tool that aims to deobfuscate bash scripts using JavaScript
- Host: GitHub
- URL: https://github.com/iyarivky/debash
- Owner: iyarivky
- Created: 2023-08-19T17:37:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T14:55:08.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T16:12:04.102Z (over 1 year ago)
- Topics: bash, deobfuscate, deobfuscation, deobfuscator, javascript, shell
- Language: JavaScript
- Homepage: https://dsh.deno.dev
- Size: 360 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

DeBash
online tool that aims to deobfuscate bash/shell scripts using JavaScript
Can deobfuscate bash/shell script strings that have formats like
```shell
z='' .....
eval "$z$...."
```
## Usage
- Go to https://dsh.deno.dev
- Input your obfuscated bash/shell string or upload your file .sh
- Press "Deobfuscate" button
- Done
> :warning: **Warning**
Since this project is still a WIP, there are bound to be bugs such as undefined replace, inappropriate deobfuscate results, etc.
If you want to help this project, you can PR to this repo
## To-Do
- Add "Upload File" form
- idk, my head feels empty, no thoughts
pm me [@iya_rivvikyn](https://t.me/iya_rivvikyn) if you wanna ask something or maybe you wanna be my friend 😎
