Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ApacheHTTP url #44

Closed
proconsule opened this issue Jul 21, 2021 · 6 comments
Closed

ApacheHTTP url #44

proconsule opened this issue Jul 21, 2021 · 6 comments

Comments

@proconsule
Copy link

I am developing a php script for NSP indexing.
My script will print a directory listing page if a $_GET parameter is in the url
example: index.php?DBI=true

i tried but DBI refuse to show the server probably because isn't a path of the server like /switch/
Is possible to implement an url like this in DBI so it can be used like this

Tanks

@ghost
Copy link

ghost commented Jul 22, 2021

DBI suppports apache servers with directory listing enbled.
Also it supports other servers if they has the same behaviour.

I have no idea how php scripting works but if you want that DBI supports your script , then make it produce the same output as apache servers with directory listing.

@ghost
Copy link

ghost commented Jul 22, 2021

All I can do is to remove check that initial URL ends with '/' but all output should be the same as Apache's directory listing.

@proconsule
Copy link
Author

All I can do is to remove check that initial URL ends with '/' but all output should be the same as Apache's directory listing.

This will be great, i think this is the only thing that prevents my script to work with DBI since my script will output same as apache directory listing,
Tanks for your reply

@ghost
Copy link

ghost commented Jul 22, 2021

Right now you can just add / to end of your url and check

@proconsule
Copy link
Author

nice suggestion, i will try this and let you know if it works.
Tanks and sorry for the misunderstanding on gbatemp post

@NaruZosa
Copy link

NaruZosa commented Oct 1, 2022

Please remove the '/' check, it caused a lot of confusion for me during setup, as I would never usually end the url with a slash and had no idea why the remote locations weren't showing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants