hacking contest

hacking exploits security forum
hacking
compliance articles
upgrade backup exec
information security consultant

Full Version: Dogmile.com ?
mjcocat
I stumbled across this site today, and I have become determined to get into the site. The author has a real cool javascript nix menu. it hints that there is a passwd, and a shadow file somewhere. I can't seem to find them. I guess the author did this to keep everyday noobs outta his site, and it sure is working! Like I said before, I am determined to figure this out...so I turn to you guys!

dogmile.com
GSecur
It's not a java shell silly wink.gif
mekros
dogmile is the site of maceo...
the one who coded pipeupadmin... sad.gif
his site is gone now...
still you can find pipeupadmin in other sites...
CraZy_A
talking about that pipeupadmin...
did someone actually succed to gain system level access with it?
on what os?
what is that clip book service?
i didnt find any ducomintation for this tool and it seem to me like a useless crap

or i am wrong?
Mamoose
Just looked at the site and I think he is just pulling your chane look at the source for the web page.

<script LANGUAGE="JavaScript">
function outln(szText)
{
var oDiv = document.createElement("DIV");
oDiv.innerText = szText;
oDone.appendChild(oDiv);
}

function UserType( )
{
if (event.keyCode == 13)
{
var szCmd = oType.innerText;
outln("[root@dogmile /etc]# " + szCmd);
oType.innerText = "";

if (szCmd == "exit")
{
oAll.innerText = "-xo-";
document.onkeypress = null;
}
else if (szCmd == "clear")
{
oDone.innerText = "";
}
else if (szCmd.indexOf("ls") == 0)
{
outln("drwxr-xr-x 36 root root 4096 Nov 16 1995 .");
outln("drwxr-xr-x 18 root root 1024 Nov 16 1995 ..");
outln("-r-s--x--x 1 root root 2048 Dec 16 1996 ...");
outln("-rw-r--r-- 1 root root 1014 Dec 16 1996 passwd");
outln("-r-------- 1 root root 990 Dec 16 1996 shadow");
}
else if (szCmd.indexOf("cd") == 0)
{
outln("bash: No such file or directory");
}
else if (szCmd.indexOf("ps") == 0)
{
outln(" PID TTY TIME CMD");
outln(" 622 pts/0 00:00:00 bash");
outln(" 913 pts/0 00:00:00 ps");
}
else if (szCmd != "")
{
outln("bash: command not found");
}

window.scrollBy(0, 10000);
}
else
{
var c = String.fromCharCode(event.keyCode);
oType.innerText += c;
}
}

document.onkeypress = UserType;

</SCRIPT>
mekros
the reason i have admin rights here in my sch is pipeupadmin... so i think it works...

a mirror of maceo's site (dogmile) is here...
tho the zip files are not there anymore...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.