Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🛡️ Make your Shell scripts code unreadable with LZip Shell Exec

License

NotificationsYou must be signed in to change notification settings

FajarKim/lzip-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LZip Shell Exec Logo

LZip Shell ExecStarsForksIssuesIssuesWhatchersPull-requestsPull-requestsLicense

LZip Shell Exec

LZip Shell Exec adalah sebuah alat yang bisa digunakan untuk mengompresi string skrip beberapa jenis shell 🔐 seperti Bourne Shell (sh), Bourne Again Shell (bash), Z Shell (zsh), Korn Shell (ksh), dan MirBSD Korn Shell (mksh) ke dalam format LZip.

Terjemahan

Petunjuk Penginstallan

Termux

Cara 1

  • $ pkg update -y && pkg upgrade -y
  • $ pkg install lzip xz-utils git -y
  • $ git clone https://github.com/FajarKim/lzip-shell
  • $ cd lzip-shell/tools/Termux
  • $ ./install.sh atau$ bash install.sh

Cara 2

Metode
Perintah
curl
bash -c "$(curl -fsSL https://raw.githubusercontent.com/FajarKim/lzip-shell/master/tools/Termux/install.sh)"
wget
bash -c "$(wget -qO- https://raw.githubusercontent.com/FajarKim/lzip-shell/master/tools/Termux/install.sh)"
fetch
bash -c "$(fetch -o - https://raw.githubusercontent.com/FajarKim/lzip-shell/master/tools/Termux/install.sh)"

Sebagai alternatif, Anda dapat mengunduh skripinstall.sh terlebih dahulu dan menjalankannya setelah menginstalnya:

$ wget https://raw.githubusercontent.com/FajarKim/lzip-shell/master/tools/Termux/install.sh$ bash install.sh

Linux

Cara 1

  • $ apt update -y && apt upgrade -y
  • $ apt install lzip xz-utils git -y
  • $ git clone https://github.com/FajarKim/lzip-shell
  • $ cd lzip-shell/tools/Linux
  • $ ./install.sh atau$ bash install.sh

Cara 2

Metode
Perintah
curl
bash -c "$(curl -fsSL https://raw.githubusercontent.com/FajarKim/lzip-shell/master/tools/Linux/install.sh)"
wget
bash -c "$(wget -qO- https://raw.githubusercontent.com/FajarKim/lzip-shell/master/tools/Linux/install.sh)"
fetch
bash -c "$(fetch -o - https://raw.githubusercontent.com/FajarKim/lzip-shell/master/tools/Linux/install.sh)"

Sebagai alternatif, Anda dapat mengunduh skripinstall.sh terlebih dahulu dan menjalankannya setelah menginstalnya:

$ wget https://raw.githubusercontent.com/FajarKim/lzip-shell/master/tools/Linux/install.sh$ bash install.sh

Petunjuk Penggunaan

Perintah yang didukung:

Perintah
Keterangan
-h atau--help
Menampilkan bantuan untuk alat ini
-v atau--version
Informasi versi keluaran terbaru
-t atau--type-shell
Pilih jenis shell (sh, bash, zsh, ksh, atau mksh)
-f atau--file
Kompres setiap FILE sebagai gantinya

Cara menjalankan alat ini:

Contoh 1

$ lzipsh.sh -t bash -f FILE

atau

$ lzipsh.sh --type-shell bash --file FILE

Contoh 2

$ lzipsh.sh -t bash -f FILE1 FILE2 FILE3...

atau

$ lzipsh.sh --type-shell bash --file FILE1 FILE2 FILE3...

Catatan

Semakin banyak jumlah baris dalam sebuah file, semakin lama waktu yang dibutuhkan untuk mengenkripsi.

Kontak

Silahkan hubungi kontak saya dibawah ini jika ada masalah atau pertanyaan mengenai alat ini. Jangan lupa untuk follow ya!

FacebookInstagramWhatsAppTelegramTwitterGmail

Donasi

Bagi orang baik yang mau berdonasi untuk perkembangan dan kemajuan akun ini, bisa klik tautan di bawah ini! Saya berterima kasih banyak kepada yang mau berdonasi 😊😊😊

GitHub SponsorPayPal DonateTrakteer.id Donate

About

🛡️ Make your Shell scripts code unreadable with LZip Shell Exec

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp