Newlisp Forum Problems.

For the Compleat Fan
Locked
lisp
Posts: 15
Joined: Tue Oct 10, 2006 1:01 pm
Location: Lispville, LSP
Contact:

Newlisp Forum Problems.

Post by lisp »

This is more or less a test, but I have been having problems posting new topics. The server gives me the following error:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Any ideas why this occurs?

lisp
Posts: 15
Joined: Tue Oct 10, 2006 1:01 pm
Location: Lispville, LSP
Contact:

Post by lisp »

Seeing as how the above post went through, I'm guessing it has something to do with the content of my post. I am posting shellcode and other security related code, would that be a problem?

Ryon
Posts: 248
Joined: Thu Sep 26, 2002 12:57 am

Post by Ryon »

I'll guess it was because your authorization to post was still being processed.

Welcome aboard! Hope you enjoy the discussions.

lisp
Posts: 15
Joined: Tue Oct 10, 2006 1:01 pm
Location: Lispville, LSP
Contact:

Post by lisp »

Actually it was because of the system line, noted in grundle's post: http://www.alh.net/newlisp/phpbb/viewtopic.php?t=1434

Ryon
Posts: 248
Joined: Thu Sep 26, 2002 12:57 am

Post by Ryon »

That's odd! Let's try a test:

Code: Select all


  sys("./vuln", $payload); 

Yes, I had to change the above to "sys" also. It appears that the web host is blocking this text in mod_security.
Last edited by Ryon on Wed Oct 11, 2006 12:37 am, edited 2 times in total.

lisp
Posts: 15
Joined: Tue Oct 10, 2006 1:01 pm
Location: Lispville, LSP
Contact:

Post by lisp »

You need to include the ()'s

Locked