Home
Home
Forums
Forums
Chat
Chat
Print
Print
Message
Message

Products

API Monitor Free Voice Boss! Password Decrypter IOCTL Decoder

CGI/Perl Scripts

CGI-Telnet TrănsLěngö

Source Code

Blackbat Virus Shadow Virus SEH in Assembly

Site

Downloads FAQ Discussion Forums SSL Root Certificate

Contact Me

Product Support View My Résumé

Telnet CGI-Telnet

Features Requirements Limitations Screenshots Installation Discussion Forum Download

Overview

CGI-Telnet is a CGI script that allows you to execute commands on your web server. It is a useful tool if you don't have telnet access to your server.

Features

Requirements

You need to have CGI support and a Perl interpreter on your system. This script has been tested using Version 4 or Perl. However, Version 5 is highly recommended.

Limitations

  1. Interactive Commands - CGI-Telnet cannot run interactive commands. If you try to execute an interactive command, it will timeout
  2. Changing Drives (Windows NT Only) - If you're running the script under Windows NT, you cannot change the drive. You can however, run commands, list directories, read, upload and download files from other drives. You need to give the complete path in this case. This will be fixed in the next release.

Screenshots

Login Screen Running on Unix Running on NT

Installation

Perform the following steps to install the script.

  1. Extract the script file cgitelnet.pl from the archive.
  2. Modify the first line of the script to point to the correct path of perl on your server. The default #!/usr/bin/perl should work fine on most servers. If you're running the script on Windows NT, you may not need to modify this.
  3. Change the password in the User Configuration section
    $Password = "changeme";
    If you are running the script under Windows NT, change $WinNT to 1
    $WinNT = 1;
  4. Upload the script to your server. Make sure that you upload the script in ASCII mode and the directory in which you upload the script has permissions to execute CGI scripts. This directory is usually cgi-bin.
  5. Change the Permission (CHMOD) of the script to 755.

Installation is now complete. Point your favorite browser to the script URL. If you uploaded the script to cgi-bin, the URL will probably be http://www.yourserver.com/cgi-bin/cgitelnet.pl
Enter your password to login.

© 2000-2009 Rohitab Batra. All Rights Reserved.