Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmcollin/autoindex
PHP - Automatically add an "index.php" in all directories recursively
https://github.com/jmcollin/autoindex
cli-utility directory-traversal-vulnerability php-library php7 prestashop security vulnerability
Last synced: about 1 month ago
JSON representation
PHP - Automatically add an "index.php" in all directories recursively
- Host: GitHub
- URL: https://github.com/jmcollin/autoindex
- Owner: jmcollin
- License: mit
- Created: 2014-11-19T17:17:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T16:30:45.000Z (about 5 years ago)
- Last Synced: 2024-09-27T11:41:57.927Z (about 2 months ago)
- Topics: cli-utility, directory-traversal-vulnerability, php-library, php7, prestashop, security, vulnerability
- Language: PHP
- Homepage:
- Size: 164 KB
- Stars: 24
- Watchers: 4
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Auto Index
=========Automatically add an "index.php" in all your directories or your zip file recursively
## Getting Started
To use this script, choose one of the following options to get started:
* Download the latest release on Auto Index
* Fork this repository on GitHubUse your own "index.php" file
* Edit "index.php" file in "[sources](https://github.com/jmcollin/autoindex/tree/master/sources)" directory## Usage
- php-cli: `php index.php ../ps/modules/mymodules/ ../ps/themes/mythemes/`
* Web browser:
- `http://localhost/autoindex/`
- `http://localhost/autoindex/?path=../ps/modules/mymodules/,../ps/themes/mythemes/`## Dependencies
Only for using this tool with a **zip**
(PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
```
$ pecl install zip
```## Version
1.0.1## Copyright and License
Copyright 2014 Jean-Marie Collin. Code released under the [MIT License](https://github.com/jmcollin/autoindex/blob/master/LICENSE) license.
Theme used Copyright 2014 Iron Summit Media Strategies, LLC. Code released under the [Apache 2.0](https://github.com/IronSummitMedia/startbootstrap-freelancer/blob/gh-pages/LICENSE) license.