SuiGenchi !
Publicated on :
1205451316
So, I've been coding since yesterday and I made a program that I wanted to write for some period of time. The program is called SuiGenchi -you may figure out what that means- and it is made for scanning the source of files, in order to find code flaws or dangerous programming behavior. This benefits both programmer as bug hunter, because you can find code flaws pretty quick. The program allows you to check individual files but also multiple files. It also has the feature to upload zip files and extracting them. It makes use of regular expressions to find code blocks and then prints it on the screen for further analysis of the found code. Alternatively you can open notepad or your favorite editor to look for the found code blocks and analyze them further upon your intellect. Nonetheless it can be pretty useful, because it sifts through the most known unsafe code vectors. The program is besides the external style sheet completely standalone.
Just give up sifting through thousands lines of code manually, automate it with SuiGenchi!
Download it here:
http://www.0x000000.com/suigenchi/suigenchi.rar
Be advised to launch this program inside a protected directory, just in case.
Enough talk already, here is the SuiGenchi.php source: