Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 511 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 511 Bytes

Simple PHP Grep

This is simple file finder / grep like write in PHP. This file has recursive method for finding on deep path.

Setup

Just upload to your web server.

Usage

http://example.com/simple-php-finder.php?needle=[string keyword]&path_to_check=[path]

##params path_to_check this parameter path to check default is ./yuki/ needle this parameter using for string matching or string search

##purpose At first, this file for searching "jumper" file that encrypted on base64_*