Newlisp Forum Problems.

Started by lisp, October 10, 2006, 01:00:29 PM

Previous topic - Next topic

lisp

This is more or less a test, but I have been having problems posting new topics. The server gives me the following error:


Quote
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

#1
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

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



Welcome aboard! Hope you enjoy the discussions.
\"Give me a Kaypro 64 and a dial tone, and I can do anything!\"

lisp

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

Ryon

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






  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.
\"Give me a Kaypro 64 and a dial tone, and I can do anything!\"

lisp

#5
You need to include the ()'s