!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/lampp/share/doc/freetds-0.91/userguide/   drwxr-xr-x
Free 13.97 GB of 61.93 GB (22.56%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     stunnel.htm (4.11 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
stunnel HOWTO

stunnel HOWTO

Contributed by Bradley Bell.

To set up FreeTDS over stunnel between a Linux webserver and a W2k SQL server:

  1. Get unencrypted freetds working

  2. Install openssl and stunnel on the Linux box: stunnel.org

  3. Download the stunnel binary and openssl dll's for Windows.

  4. Generate stunnel.pem (complete with Diffie-Hellman parameters) for placement on the W2k box. See instructions in the stunnel FAQ.

  5. Start stunnel on the W2k box:

    	$ stunnel.exe -d 61666 -r localhost:1433

    61666 is just an arbitrary port number.

  6. Start stunnel on the Linux box:

    	$ stunnel -c -d 1433 -r win2kserver:61666

    where win2kserver is the hostname or IP address of the W2k box.

  7. Set up FreeTDS to use the tunnel. If this is your unencrypted entry in freetds.conf:

    Example 5-9. Unencrypted entry in freetds.conf

    	[win2kserver]
    	host = win2kserver
    	port = 1433
    	

    the encrypted equivalent uses:

    Example 5-10. Encrypted entry in freetds.conf

    	[win2kserver]
    	host = localhost
    	port = 1433
    	

:: 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.9576 ]--