Registered: 02/28/02
Posts: 6942
Loc: Portland, OR; USA
Yeh, certain "words" in a request are banned via the security script (as any input from the forum are post/get requests)... These issues have to be worked on one at a time in the security script; I've updated it due to this one as the item it was blocking was completely pointless .
Registered: 02/28/02
Posts: 6942
Loc: Portland, OR; USA
The forum you're posting in doesn't matter; what does matter is what is being posted... Damned anal security script :/...
Looks like the payload it's whining about is your perl path; just nuke it from your post and you should be good (mark is /path/to/perl as the path can vary anyway)
Registered: 02/28/02
Posts: 6942
Loc: Portland, OR; USA
Quote:
Originally posted by Infinite: You mean the #! line INSIDE the damn code block? That's retarded.
Yes, the securitry script is setup to block many many exploits, such as creating a perl script using a malformed header for example (which is what this one is setup for in this case).