├── requirements.txt ├── README.md └── phpinfo.py /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | bs4 3 | tabulate 4 | wcwidth -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Phpinfo Scanner 2 | 抓取phpinfo重要信息,搬砖小工具,无难度。。。 3 | 效果展示: 4 | ``` 5 | +------------------------+------------------------------------------------------------------------------------------+ 6 | | Web Path | /var/www/html/info.php | 7 | | Server IP | 172.16.72.131 | 8 | | Software | nginx/1.15.8 | 9 | | PHP Version | 7.0.33 | 10 | | System | Linux ubuntu 4.4.0-131-generic #157-Ubuntu SMP Thu Jul 12 15:51:36 UTC 2018 x86_64 | 11 | | Server API | FPM/FastCGI | 12 | | Registered PHP Streams | https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar, zip | 13 | | Allow Url Include | Off, Off | 14 | | Short Open Tag | On, On | 15 | | Enable Dl | On, On | 16 | | Open Basedir | no value, no value | 17 | | Session | session.serialize_handler: php,php | 18 | | | session.upload_progress.enabled: On,On | 19 | | | session.upload_progress.cleanup: On,On | 20 | | | session.upload_progress.name: PHP_SESSION_UPLOAD_PROGRESS,PHP_SESSION_UPLOAD_PROGRESS | 21 | | Libxml Version | 2.9.3 | 22 | | Disable Function | no value | 23 | | Extentions | xdebug | 24 | +------------------------+------------------------------------------------------------------------------------------+ 25 | +--------------------------------------------------------------+ 26 | | php 7.0: 移除dl; 不再支持asp_tag、