PHP Bruteforcer
A simple POC bruteforce script I made to find all available links under a specific base url. The Code isn't commented much but its almost self explaining most of the times. You can use this in many other ways even to make dictionary files (with your own alphabet + known/common pieces of words) which you can use with some other software (that's why I made this and added an extra PingAll() function which seems pointless) This is my FIRST hack tool and I'm sure I re-invented a wheel somewhere. To run type 'php scriptfile.php > dictionary.txt' in your terminal emu. or the windows equivalent of it. Just make sure you have PHP installed on your system and sometimes you might have to include the path of the php BIN file.