| | | New Member

Group: Forum Members Last Login: Monday, March 24, 2008 2:59 PM Posts: 10, Visits: 379 |
| Here is PHP Project I was working on...
It is a PHP Fuzzer, not really a skiddie tool since you would need to know what you are looking for to use it.
Info: PHP.FuZZeR, Make the routine of LFI / RFI / SQL / XSS / Path Disclosures checking go faster, by using this fuzzer.._
Example of usage: http://www.target.com/index.php?id= / ?page= / ?lol= etc..._
- Enj0y!
Here is a link: PHP Fuzzer
Let me know what you think, working on improving it by adding more vuls to check for.
- DarkMindZ || Web Hacking, Security and Programming Forum. |
| | | | 
Regular Member

Group: Forum Members Last Login: Thursday, October 23, 2008 11:16 PM Posts: 81, Visits: 165 |
| kool, i approve of this.
|
| | | | 
Progenic Family

Group: Forum Members Last Login: Wednesday, November 05, 2008 2:33 AM Posts: 336, Visits: 1,970 |
| exit; # incase we are included in a RFI ;]
Uh... shouldn't you do that on top? Hahaha |
| | | | New Member

Group: Forum Members Last Login: Monday, March 24, 2008 2:59 PM Posts: 10, Visits: 379 |
| | | | | 
Progenic Family

Group: Forum Members Last Login: Wednesday, November 05, 2008 2:33 AM Posts: 336, Visits: 1,970 |
| DarkMindZ (1/31/2008)
No lol.
thats if we are included in a RFI, we dont want to show the rest of the page content now do we 
Yeah, that's my point exactly. If you get included, the first thing you should do is die() or exit(). Not the last thing, it won't do shit.
Take this code:
echo("Hello"); die();
Will it show "Hello"? Yes it will. |
| | | | New Member

Group: Forum Members Last Login: Monday, March 24, 2008 2:59 PM Posts: 10, Visits: 379 |
| G-Brain (1/31/2008)
DarkMindZ (1/31/2008)
No lol.
thats if we are included in a RFI, we dont want to show the rest of the page content now do we 
Yeah, that's my point exactly. If you get included, the first thing you should do is die() or exit(). Not the last thing, it won't do shit.
Take this code:
echo("Hello"); die();
Will it show "Hello"? Yes it will.
No you still dont get it.
This is NOT to stop people from INCLUDING it.
this is to STOP a page from loading the rest of content if THIS txt was INCLUDED in a RFI.
- DarkMindZ || Web Hacking, Security and Programming Forum. |
| | | | 
Progenic Family

Group: Forum Members Last Login: Wednesday, November 05, 2008 2:33 AM Posts: 336, Visits: 1,970 |
| DarkMindZ (1/31/2008) No you still dont get it.
This is NOT to stop people from INCLUDING it.
this is to STOP a page from loading the rest of content if THIS txt was INCLUDED in a RFI.
Alright, so it cuts off the bottom... Yay? |
| | | | New Member

Group: Forum Members Last Login: Monday, March 24, 2008 2:59 PM Posts: 10, Visits: 379 |
| | | | | 
Progenic Family

Group: Forum Members Last Login: Wednesday, November 05, 2008 2:33 AM Posts: 336, Visits: 1,970 |
| DarkMindZ (2/1/2008) helpfull, simple.
Useless? Unnecessary? Confusing?
DarkMindZ (2/1/2008) so you ignored the FULL code, and just commenting on an exit();.
Nah I read it, and it's kinda ugly and hard to read. The idea is good though, and it works, right?
DarkMindZ (2/1/2008) (y)
Did you just seriously use an MSN emoticon shortcut to symbolize a thumbs up? |
| | | | 
Progenic Family

Group: Old Skool Last Login: Thursday, May 15, 2008 12:52 PM Posts: 314, Visits: 2,401 |
| G-Brain (2/1/2008)
Did you just seriously use an MSN emoticon shortcut to symbolize a thumbs up?
Oh I think he did! |
| |
|
|