pserver:xyzabc@192.168.128.19:/home/cvsroot
Not much of an interest though as they are of a private LAN. On googling, I found out that account belonged to XYZ (name changed for privacy), employee at SIEMIndia. Next, I moved on to /etc directory, |
lots of directories here, as a rule of thumb I opened default.cfg |
Generic stuff, but what caught my eye was this line, |
ppp_conId1 userName="multiplay" password="kIMa1bXVsdGlwbGF51AG"
This might come in handy (use your creativity :)). But then I thought that why not to access the router from web interface. Logged in to it and then went to "management" and downloaded the backupsettings.conf file, |
On opening, it was like as shown below, |
I was not able to find the above credentials in it, hence I came to a conclusion that they must be somewhat for internal purposes. Moving on, I thought why not to try to create an arbitrary file . Tried following command |
echo 'rishrockz' >> rdx
But it failed. It was not easy to figure out the writable directory as I was not able to determine the file permissions since this version of busybox doesn't has ls or stat command. Finally little bit of exploring found that /var is writable. Tried creating a file again, it succeeded ! |
Well, there is lot more to explore, this is just tip of iceberg! Next time I am be thinking of going to compile programs (http://people.debian.org/~debacle/cross/) and copying over them using echo (once I get a PC), I have got some nice ideas and will be hacking with them. In the mean time, for those who are wondering what this machine has, here is the bootup log. |