phpBB Security 1.0.1

Du suchst einen bestimmten Mod, weißt aber nicht genau wo bzw. ob er überhaupt existiert? Wenn dir dieser Artikel nicht weiterhilft, kannst du hier den von dir gewünschten/gesuchten Mod beschreiben ...
Falls ein Mod-Autor eine der Anfragen hier aufnimmt um einen neuen Mod zu entwicklen, geht's in phpBB 2.0: Mods in Entwicklung weiter.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
adidas
Mitglied
Beiträge: 1204
Registriert: 14.08.2003 00:09

phpBB Security 1.0.1

Beitrag von adidas »

Hi,

wollte Fragen, ob phpBB Security 1.0.1 was bringt?
Due to the fact coding opens exploits, it is inevitable, i am making
and releasing this security mod for phpBB based boards. The problem
is with phpBB, if you have admin level, you have full access to
everything on the site. Which is only a problem because exploits
allow malicous script kiddies to make them selves admins or make admin
accounts. So i plan to render that issue here.

#====
#==== v1.0.0
#====

-> Extra login box on admin panel, so even if you have admin access,
you still can not access the admin panel to delete users, delete
posts, rename things, etc.. This is controled by a .htaccess file &
a .phpbbsecurty file holding the info. There is no way in this mod
for admins to change this info, that would make it pointless & allow
for some admins to lock other admins out etc. Please read the bottom
of the install for instructions on how to setup your username & password.

-> Limit amount of tries an account can be failed. Meaning inputting
the wrong username & password on an account. The amount is set by the
admin. If this number is exceeded, the account is locked.

-> Added a security question and answer to the users table. Every user
will have to add this. It is built into the script to redirect anyone
who has not added this info to their profile so they can update it.

-> Force a user to unlock their account with the security question and
answer provided. If the account is locked, when they try to login, they
will be informed its locked & given a link to unlock it. From there they
have to input the username & email on account to see the security question.
Then they have to answer the question. The answers are stored as an MD5
hash so no one can see what peoples answers are. Security purposes. If
they get it right, the account becomes unlocked & they can then login.

-> Admin notification feature. If an account becomes locked, the mod
will dispatch a PM to an admin, which who it is sent to is configured
in the acp. This feature has an off switch, so if you dont care to know
when accounts get locked, switch this off. You will also reveive an
email notice regarding this as well.

-> For security purposes, users can not change their security question
or answer. If they wish to change it, they need to contact an admin and
have the admin reset their SQ info.

-> Added some blocking features, this mod will try to help block attacks
such as DDoS, Clike, UNION & SQL Injection attacks.

-> Admins have the capability to lock or unlock anyones account in the
User Management admin. They can also reset a users SQ & SA info from
there.

-> Auto ban IP's that are caught trying to use UNION, SQL Injection, Clike
or DDoS tricks. Admin chooses to use this feature or not.

-> Keep sessions table rows under a certain amount. Admins can choose this
amount in the ACP. If the sessions table exceeds this amount of sessions, the
oldest ones will be deleted until its under the set amount.

-> Keeps track of who all attemps to attack your site. These are stored in
a table so they can be viewed. It tracks what they try to do, what time,
and how many times they tried to do it. You can choose to display these
results if you like.

-> Block unadded admins. The board owner will set up a field, the field name
is chosen by them, so a script kiddie can not retrieve it as it will not be
a dynamic field name. Then the board owner will choose a number (the number
of admins on the board). Any admins that exceed this number will be blocked
from the site. So if you have 4 admins, you set the number to 4, and a kid
comes along, injects him an admin account into the DB, this script will keep
him out, as you allow 4 & he makes 5. This feature can be enabled or disabled
only by the oldest admin on the board.

-> Same thing as the above but for moderators.

#====
#==== V1.0.1
#====

-> Added protection against fopen(), so people can not remote open files.

-> Added protection against fwrite(), so people can not remote write to files.

-> Added protection against system(), which appears to let people execute pearl scripts.

-> Added protection against the CBACK Worm including:
rush=echo%20_START_
%20cd%20
%20wget
and many others this worm uses to get into sites.

-> Added the ability to use any/all of the features via ACP. Also with this is the option to
auto ban, block or ignore any of them.

-> Added the ability to pm or email the admin to be notified, or neither.

-> Added the ability to allow users to change their sq info, acp contoled to allow this, not
recomended.

-> Added pagination to the caught page, also added the link they used when they were caught.



#==== Other Suggested Mods

-> Registration IP
-> Advanced IP Tracker
-> IP Search
>>>>>>0<<<<<<
Benutzeravatar
rabbit
Ehemaliger Übersetzer
Beiträge: 4199
Registriert: 14.06.2003 22:09
Wohnort: Hildesheim
Kontaktdaten:

Beitrag von rabbit »

es bringt auf jeden fall das, dass ich persönlich jedes board meide, wo dieser MOD eingebaut ist, da ich geblockt werde aufgrund meiner sicherheitseinstellungen und nicht einsehe, meine mauern zu senken nur wegen dieses MODs... :roll:
(fast) alles, was dieser MOD tut, kann man auch auf anderem wege erreichen. austin ist guter MOD-autor, aber diesen MOD finde ich nicht sehr userfreundlich.
Offizieller Übersetzer des Categories Hierarchy MOD 2.1.x
Deutscher UserGuide für den Categories Hierarchy MOD v2.1.4
Empfohlener Hoster: All-Inkl.com
adidas
Mitglied
Beiträge: 1204
Registriert: 14.08.2003 00:09

Beitrag von adidas »

(fast) alles, was dieser MOD tut, kann man auch auf anderem wege erreichen
aha, und wie? finde paar sachen gut und was ich nicht mag ist sicherheitsfragen für user und account deaktivierung
>>>>>>0<<<<<<
Benutzeravatar
rabbit
Ehemaliger Übersetzer
Beiträge: 4199
Registriert: 14.06.2003 22:09
Wohnort: Hildesheim
Kontaktdaten:

Beitrag von rabbit »

was am wichtigsten ist, dass du dein acp per .htaccess/.htpasswd schützt, denn so nützt es keinem, durch hacking/exploiting admin-status zu erlangen, wenn er dennoch nicht ins acp gelangt. ;)
alles andere ist spielkram und bremst das board nur unnötig aus, wie man an den seiten erkennt, die den MOD eingebaut haben.
Offizieller Übersetzer des Categories Hierarchy MOD 2.1.x
Deutscher UserGuide für den Categories Hierarchy MOD v2.1.4
Empfohlener Hoster: All-Inkl.com
SoliBasar
Mitglied
Beiträge: 29
Registriert: 08.05.2005 01:09
Wohnort: Zu Hause
Kontaktdaten:

Beitrag von SoliBasar »

Aha, wäre jetzt sehr gnädig, wenn man erfahren könnte WO sich die beiden erwähnten Dateien befinden (welches Verzeichnis / Unterverzeichnis auf dem Webspace)?????

Ich finde die Dateien echt nicht... Und wenn, wie soll ich sie verändern, so dass sie danach "geschützt" sind? :cry:
Benutzeravatar
-Jo-
Mitglied
Beiträge: 617
Registriert: 08.04.2005 12:05
Wohnort: NRW

Beitrag von -Jo- »

Dann will ich mal gnädig sein... :D

.htaccess-Anleitung (Verzeichnisschutz)

Gruß,
Jo.
Ca. 80% aller Computerprobleme sitzen vor dem Bildschirm!
SoliBasar
Mitglied
Beiträge: 29
Registriert: 08.05.2005 01:09
Wohnort: Zu Hause
Kontaktdaten:

Beitrag von SoliBasar »

Sehr gnädig :lol: ! Danke!

Ich glaube, da muß ich mich erstmal mit genauestens befassen, denn das was DA steht, sind für mich absolute böhmische Dörfer. Komme mir vor, als ob ich mal wieder nixx verstehe... Bevor ich mich blamiere, werde ich irgendwann damit mal ein wenig Zeit verbringen..

Aber trotzdem Danke, -Jo-! :wink:
Benutzeravatar
-Jo-
Mitglied
Beiträge: 617
Registriert: 08.04.2005 12:05
Wohnort: NRW

Beitrag von -Jo- »

Hast Du confixx auf Deinem Server?
Ca. 80% aller Computerprobleme sitzen vor dem Bildschirm!
SoliBasar
Mitglied
Beiträge: 29
Registriert: 08.05.2005 01:09
Wohnort: Zu Hause
Kontaktdaten:

Beitrag von SoliBasar »

Also da sag ich mal spontan NEIN. Wozu soll das gut sein?
Benutzeravatar
-Jo-
Mitglied
Beiträge: 617
Registriert: 08.04.2005 12:05
Wohnort: NRW

Beitrag von -Jo- »

Das ist ein Konfigurationstool.
Damit kannst Du z.B. email-Adressen, POP3-Postfächer, Weiterleitungen, Subdomains... anlegen.
Unter anderem kannst Du damit eben auch Ordner per ".htaccess" vor Zugriff schützen.

Dann hättest Du Dich durch obigen Beitrag gar nicht durchkämpfen müssen, soindern hättest einfach per Confixx einen Zugriffschutz auf den Ordner "Admin" erstellen können.

Wollte es Dir etwas einfacher machen!
Ca. 80% aller Computerprobleme sitzen vor dem Bildschirm!
Antworten

Zurück zu „phpBB 2.0: Mod Suche/Anfragen“