QuoteBegin-xlibman+12 Dec, 2006, 9:1-->QUOTE (xlibman @ 12 Dec, 2006, 9:10) |
wtf is that kerm? :gah: |
XSS = Cross-Site Scripting
SQLI = [My]SQL Injection
JSI = Javascript Injection
QuoteBegin-xlibman+13 Dec, 2006, 10:37-->QUOTE (xlibman @ 13 Dec, 2006, 10:37) |
QuoteBegin-KermMartian+13 Dec, 2006, 10:11-->QUOTE (KermMartian @ 13 Dec, 2006, 10:11) | QuoteBegin-xlibman+12 Dec, 2006, 9:1-->QUOTE (xlibman @ 12 Dec, 2006, 9:10) | wtf is that kerm? :gah: |
XSS = Cross-Site Scripting SQLI = [My]SQL Injection JSI = Javascript Injection
|
wtf is that kerm? :gah:  |
It makes bad stuff happen to the server and database. :)

QuoteBegin-KermMartian+14 Dec, 2006, 14:41-->QUOTE (KermMartian @ 14 Dec, 2006, 14:41) |
QuoteBegin-xlibman+13 Dec, 2006, 10:37-->QUOTE (xlibman @ 13 Dec, 2006, 10:37) | QuoteBegin-KermMartian+13 Dec, 2006, 10:11-->QUOTE (KermMartian @ 13 Dec, 2006, 10:11) | QuoteBegin-xlibman+12 Dec, 2006, 9:1-->QUOTE (xlibman @ 12 Dec, 2006, 9:10) | wtf is that kerm? :gah: |
XSS = Cross-Site Scripting SQLI = [My]SQL Injection JSI = Javascript Injection
|
wtf is that kerm? :gah:  |
It makes bad stuff happen to the server and database. :)  |
here's a summary of some general hacking techniques (without instructions...primarily for website defacements, but remote code execution can be a problem as well):
XSS allows hackers to insert their own code into a webpage, this comes in a huge variety of forms, forums, and any sort of messaging system tends to be vulnerable.
SQL injections allows hackers to manipulate the database at will and occasionally even execute arbitrary code on the server.
Javascript Injections are typically used for cookie stealing in conjunction with XSS, or for escalation of permissions.
other bad things that can happen:
using upload forms to overwrite files.
using download forms to view sourcecode that shouldn't be viewed.
----------------------
@rivereye: here's the code you need that will remove the risk of SQL injections entirely, you should also call strip_tags() on any data that there is any chance of ever being displayed.
c1
-->CODE |
ec1 // mysql_query() wrapper. takes two arguments. first
ok, I have come up with an idea for some stuff to help with bots. First of all, if there is a bot post, there could be a hidden bot trash bin (like our bot forum here), and then in the ACP, a way to search and delete masses of posts/topics by a user. Comments?
That sounds good, remember keep it extremely functional, but also very straitfoward and organized when you start adding advance features.
I guess that's a good idea. Your forum system is already pretty good though, maybe some more eye candy, smileys, and UBBC code? Or are you holding those off for the far future and maybe just focusing on improving what is already there?
there is BBCode now (does anyone read the updates?)
|