// ACTIVE LEVEL:
// FAYL TIZIMI / FILE SYSTEM
ls -laBarcha fayllar / All files
cd /pathPapkaga kirish / Enter dir
cat filenameFaylni o'qish / Read file
cat ./-"-" nomli fayl / "-" file
cat 'spaces name'Bo'shliqli nom / Spaces
ls -la inhere/Yashirin fayllar / Hidden
file ./*Fayl turi / File type
find . -size 1033cO'lcham bo'yicha / By size
find / -user X -group YEgasi bo'yicha / By owner
// MATN QAYTA ISHLASH / TEXT PROCESSING
grep "word" fileSo'z qidirish / Search word
sort | uniq -uYagona qator / Unique line
strings data | grep ==Matn qidirish / Find strings
base64 -d data.txtBase64 ochish / Decode
tr 'A-Za-z' 'N-ZA-Mn-za-m'ROT13 shifr
xxd -r data.txtHex → binary
diff file1 file2Farq topish / Find diff
// TARMOQ / NETWORK
ssh user@host -p 2220SSH ulanish / Connect
echo "pwd" | nc host portNetcat yuborish / Send
nmap -p 31000-32000Port skanerlash / Scan
openssl s_clientSSL ulanish / SSL connect
ssh -i keyfile user@hostSSH kalit / SSH key
// ARXIV / COMPRESSION
gzip -d file.gzGzip ochish / Extract
bzip2 -d file.bz2Bzip2 ochish / Extract
tar xf file.tarTar ochish / Extract
file dataArxiv turini topish
// GIT BUYRUQLARI
git log --onelineTarix / History
git branch -aBarcha branchlar / All
git show HEADOxirgi commit
git tagTeglar / Tags
git stash listSaqlangan o'zgarishlar
// CTF PLATFORMALARI
▶ OVERTHEWIRE
⭐ BOSHLIQ → TAJRIBALI
Bandit'dan boshlab o'rganasiz. Linux, kripto, web asoslari. Eng yaxshi birinchi qadam.
LINUXFREESSH
▶ PICOCTF
⭐ BOSHLIQ UCHUN IDEAL
Carnegie Mellon universiteti CTF'i. O'quv qo'llanma + amaliyot birlashtirilgan. O'zbek tili bilan ham mos.
BEGINNERFREEWEBCRYPTO
▶ TRYHACKME
⭐⭐ BOSHLIQ → O'RTA
Brauzerda virtual mashina. Linux, network, web hacking. Video + topshiriq + nazariya birgalikda.
GUIDEDBROWSER VMFREEMIUM
▶ HACK THE BOX
⭐⭐⭐ O'RTA → TAJRIBALI
Real-world mashinalar. Penetration testing amaliyoti. Bandit'ni tugatgach bu yerga o'ting.
PENTESTINTERMEDIATEFREEMIUM
▶ CTFLEARN
⭐ BOSHLIQ UCHUN
Oddiy va tushunarli CTF masalalari. Web, binary, forensics, crypto. Boshliqlar uchun juda qulay.
EASYFREECOMMUNITY
▶ CRYPTOHACK
⭐⭐ KRIPTO IXTISOSLIGI
Kriptografiyani o'rganish uchun eng yaxshi platforma. AES, RSA, ECC va boshqalar.
CRYPTOFREEPYTHON
▶ PWN.COLLEGE
⭐⭐⭐ O'RTA → YUQORI
Arizona State University kursi. Binary exploitation, system security. Video darsliklar + amaliyot.
BINARYFREEUNIVERSITY
// O'RGANISH YO'L XARITASI
1. Bandit (OverTheWire) — Linux asoslari
2. PicoCTF / CTFLearn — Asosiy CTF
3. TryHackMe — Yetakchi o'rganish
4. CryptoHack — Kriptografiya
5. Hack The Box — Real hacking
6. PWN.College — Advanced binary
2. PicoCTF / CTFLearn — Asosiy CTF
3. TryHackMe — Yetakchi o'rganish
4. CryptoHack — Kriptografiya
5. Hack The Box — Real hacking
6. PWN.College — Advanced binary
// PAROLLAR XAZINASI
⚠️ Parollar faqat brauzeringizda saqlanadi (localStorage). Boshqalarga ko'rsatmang!
Har bir levelda parolni "Level Detail" bo'limidagi maydondan saqlang.