Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


shell.asp filter_list
Author
Message
shell.asp #1
Hello everyone!

A website .asp, I loaded a shell.asp
It works with commands for windows. (cmd)

Look at the screen shot[Image: kt6fz.jpg]

I did cd c: \
and then DIR
so I view directories and files.

But ..... in your opinion, where are the files of the website? In which directory?

I just want to know in which directory you might find the index

I HAVE THE INDEX DEFACE.

BiggrinBiggrinBiggrin help me
thanks

Reply

shell.asp #2
Hello everyone!

A website .asp, I loaded a shell.asp
It works with commands for windows. (cmd)

Look at the screen shot[Image: kt6fz.jpg]

I did cd c: \
and then DIR
so I view directories and files.

But ..... in your opinion, where are the files of the website? In which directory?

I just want to know in which directory you might find the index

I HAVE THE INDEX DEFACE.

BiggrinBiggrinBiggrin help me
thanks

Reply

RE: shell.asp #3
Download and upload the c99 shell instead. It's much easier to use.
If you're cool click this: http://adf.ly/MWQtY

My newly created blog: http://www.learn-basic-hacking.blogspot.dk/

Reply

RE: shell.asp #4
Download and upload the c99 shell instead. It's much easier to use.
If you're cool click this: http://adf.ly/MWQtY

My newly created blog: http://www.learn-basic-hacking.blogspot.dk/

Reply

RE: shell.asp #5
(03-06-2013, 04:43 PM)BrySi Wrote: Download and upload the c99 shell instead. It's much easier to use.

the c99 not open because it is in php. The site is in. Asp Wink

why do not you help me understand?

Reply

RE: shell.asp #6
(03-06-2013, 04:43 PM)BrySi Wrote: Download and upload the c99 shell instead. It's much easier to use.

the c99 not open because it is in php. The site is in. Asp Wink

why do not you help me understand?

Reply

RE: shell.asp #7
I really believe, that .php script (shell in this case) would work. Don't you see directory PHP? If php is installed, then c99 works.
And for web files, just look for directories named WWW, HTTP, public_http, home, and so on.

You may try to use command
Code:
dir /s *.asp > locations.txt
it will find all files with .asp extension and write their location to locations.txt file.

Reply

RE: shell.asp #8
(03-06-2013, 08:48 PM)Faner Wrote: I really believe, that .php script (shell in this case) would work. Don't you see directory PHP? If php is installed, then c99 works.
And for web files, just look for directories named WWW, HTTP, public_http, home, and so on.

You may try to use command
Code:
dir /s *.asp > locations.txt
it will find all files with .asp extension and write their location to locations.txt file.


hello and thanks for the reply.

I've tried with shell php from adminpanel ,but to no avail.

thanks to this asp shell, I can upload that in php, in the PHP directory, which is in the picture?

Reply

RE: shell.asp #9
"mi tolk inglish gud"...

From the question mark at the end of your sentence I can guess it should be a question, but I have no idea what you want to say.

I have already told you how to find what you were looking for, and you have shell with upload function in that server, what else could you possibly need?

Reply