Sponsored Content
Full Discussion: Backdoors etc
Top Forums UNIX for Dummies Questions & Answers Backdoors etc Post 33495 by hugo_perez on Tuesday 7th of January 2003 11:11:35 AM
Old 01-07-2003
lost cause.

Back doors in several cases are programming errors,
the most common reaction is the corrective reaction.
My suggestion is to disable all services that you don't use.

There are several programs to check if you have the
latest patches in your system, some freewares and
others no.

In the last category I prefer ESM (Enterprise Security
Manager from Symantec _previusly from axent_), but there
are severals for example the SAFEsuite has more integration.
These tools are multiplatform and centralized.

In the other hand depend on your OS.


Please POST your OS an the program name.

Regards. Hugo.
 

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Any backdoors?

Hello All: I left an important file on my computer in Montana (I'm in Arizona). It is running Mac OS 10.2.7. For some reason it appears file sharing is off, I don't understand how that happened because I have logged in remotely before. Can someone please tell me if there is any way to use... (7 Replies)
Discussion started by: jellegard
7 Replies
Catalyst::Plugin::Authentication::Credential::NoPasswordUser)Contributed Perl DocumenCatalyst::Plugin::Authentication::Credential::NoPassword(3pm)

NAME
Catalyst::Authentication::Credential::NoPassword - Authenticate a user without a password. SYNOPSIS
use Catalyst qw/ Authentication /; package MyApp::Controller::Auth; sub login_as_another_user : Local { my ($self, $c) = @_; if ($c->user_exists() and $c->user->username() eq 'root') { $c->authenticate( {id => c->req->params->{user_id}}, 'nopassword' ); } } DESCRIPTION
This authentication credential checker takes authentication information (most often a username) and retrieves the user from the store. No validation of any credentials is done. This is intended for administrative backdoors, SAML logins and so on when you have identified the new user by other means. CONFIGURATION
# example <Plugin::Authentication> <nopassword> <credential> class = NoPassword </credential> <store> class = DBIx::Class user_model = DB::User role_relation = roles role_field = name </store> </nopassword> </Plugin::Authentication> METHODS
authenticate ( $c, $realm, $authinfo ) Try to log a user in. perl v5.14.2 2012-04-14 Catalyst::Plugin::Authentication::Credential::NoPassword(3pm)
All times are GMT -4. The time now is 01:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy