ISCN x-searcher v 1.0
I had my own PHP source analyzer , I used it in my projects and it helped me write content management systems efficiently . I have it right now , all it does is showing the dynamic queries , dynamic inclusions and important dynamic variables clearly . for example I give it a blah project directory so it searches into source of all files in all main and sub directories then if it finds something , returns the the result in HTML page containing the path of file besides the line of file which the word located on , at last it classifies the information .
It has a optional string search , custom keyword can be found either . few days ago I fell into development of that in order to use in another issue , for instance finding the writable files or directories … finding a file or directory by the name or a keyword which is part of a file or directory name . since I have a lot of time to days , finally when I was in mood , I went to code and I did it perfectly as it would to be .
Let me back to my subject , string search , the string search is insensitive regular expression match ( eregi ) , with a little intelligence you will be able of finding anything by a regex keyword specifically . the important note is for the file search the extension field must not be unfilled and if it does , the empty result will be returned . the directory box is bigger than the other forms , you can insert either a directory or directories , each directory have to be in a new line of box , if you wanna search into two directories , the box must be filled like this :
/etc
/var
however , in the numerous number of files it might not work as well because of system configuration therefore at this situation you can insert one directory for searching which has less files . it doesn’t matter what operation system you are running the script on , only use / for separating directories :
/home/Sc0rpion
c:/windows/system32
The useless of / never occurs an error but it causes to generate some \ in your search keyword ( just try to understand it ) … I’ll fix it in future .
A note I can point out is about string search , never forget if the a file doesn’t have appropriate permission to be read , you shouldn’t have exception of returning back result of your search so make sure the file you’re looking for is fully readable before your judgment around the script that it doesn’t work well !
Another feature I’ve included is the verbose mode , you need more details around search just simply activate on the radio box located little lower of the submission buttons .
At last I indicate the script can be used in multiple purpose , developing or hacking issue or … , choice is yours .
The overview of script :
And few pictures
Source code :
http://sc0rpion.ir/tools/xs.txt
I hope find it useful , Yashar .





very good yashar !!
что касается темы, то мне кажется актуальность будет известна только через некоторое время.
Блог отличный, буду рекомендовать друзьям!
хорошая подборка)
“Перенесу этот пост к себе в блог, с позволения автора конечно”
very nice.
tested. still using it
very good yashar
Very good, keep it up