Browse IIS Directory Structures
Very often, such servers are not properly configured, so, system dlls like ISAPI Extensions are allowed to view the contents of each drive, including CDROM and other removeable drives.
Just open the project, compile it and upload the DLL to the WebServer of your choice. Obviously, take care that the server is running IIS. Then using your browser, enter the URL of the ISAPI Extension. The ISAPI Extension will read the directory of the server (if it is not protected by the operating system) and allow you to view it's contents as a HTML web page. The icons which you can see are stored on www.signale.co.at, because at this time I am not able to send the images while sending the HTML page to the Client via ISAPI.
For suggestions mail me or visit my Web site.

Comments
canonicalize url containing "%Uxxxx"
Posted by Legacy on 06/05/2002 12:00amOriginally posted by: jellad tarek
ReplyQuestion
Posted by Legacy on 03/31/2002 12:00amOriginally posted by: Armuzi
I want to call a function of ISAPI dll,
Replylike<form action="MyIsa.dll?MyFunc"...
so if I use IIS ,where should I put it.
A book says I should put it \LM\W3SVC, but I can't find
it
Anyone having problems impersonating in an ISAPI filter??
Posted by Legacy on 07/10/2001 12:00amOriginally posted by: jim
Hi..
Im currently tring to impersonate on the OnUrlMap event within an ISAPI filter.
I need to do this to list a remote directory via an NT share.
I have tried the 'ImpersonateLoggedOnUser(token)' call, and also the SetThreadToken(handle,token).
When performing a GetCurrentUser, I receive the username of the NT user I tried to impersonate, however I still have no access to the share. I get Error 5 Access denied from the FindFirstFile API.
I have enabled all necessary rights on the local security policy to allow interactive logon, and act as part of the operating system. Both the LogonUser and ImpersonateLoggedOnUser return TRUE, and the handle is valid.
I presumed that the thread calling the filter had some privileges disabled, but after listing the thread tokens privs, I realised that it had the LocalSystem rights (ALL privs)
Please please please, does anyone have any ideas???
thanks
Jim
ReplyQuestion.
Posted by Legacy on 04/25/2001 12:00amOriginally posted by: Shadan
when i am compling isapiexplore.dll it is giving following error, how to correct it
LINK : LNK4073: cannot create map for .ILK file; linking nonincrementally
LINK : fatal error LNK1104: cannot open file "//DEV_SERVER/C/inetpub/scripts/msvc/IsapiExplorer.dll"
Replybrowse iis directory structure
Posted by Legacy on 04/12/2001 12:00amOriginally posted by: umanath
when i am compling isapiexplore.dll it is giving following error, how to correct it
LINK : LNK4073: cannot create map for .ILK file; linking nonincrementally
Reply