Skip to content

Boiescylosh/cyber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Panduan Game Cyber Security

Tiap LEVEL berbeda-beda dalam mencari Password untuk lanjut ke LEVEL berikutnya, maka, Lu harus cari cara bagaimana tiap LEVEL ketemu passwordnya.

Command yang bisa lu pakai

ls, ls -la, cd, cat, find, base64, strings, grep, echo, sort, uniq, tr, cut, xargs

Installation ( Termux )

  1. pkg update
  2. pkg upgrade -y
  3. pkg install git -y
  4. pkg install bash -y
  5. pkg install openssh -y
  6. pkg install base64 -y
  7. pkg install coreutils -y
  8. pkg install util-linux -y
  9. pkg install ncurses-utils -y
  10. git clone https://github.com/Boiescylosh/cyber
  11. cd cyber
  12. chmod +x cyber.sh
  13. ./cyber.sh atau bash cyber.sh

Installation ( Linux )

  1. sudo apt update
  2. sudo apt upgrade -y
  3. sudo apt install git -y
  4. sudo apt install bash -y
  5. sudo apt install base64 -y
  6. sudo apt install coreutils -y
  7. sudo apt install util-linux -y
  8. sudo apt install ncurses-bin -y
  9. git clone https://github.com/Boiescylosh/cyber
  10. cd cyber
  11. chmod +x cyber.sh
  12. ./cyber.sh atau bash cyber.sh

Installation ( WSL )

sudo apt update && sudo apt install git bash coreutils util-linux ncurses-bin -y

Image Script

preview

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages