Skip to content

Latest commit

 

History

History

cgi-telnet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

CGI-Telnet Version 1.3

Perl web shell.

Origin

IndoXploit web shell has an action that downloads CGI-Telnet from pastebin.com.

Lots of pastebin pastes of IndoXploit and other similar web shells reference CGI-Telnet.

This might be the original. It shares a lot of code and variable names.

Analysis

It's in Perl. Seems like it uses a lot of Perl features.

Full-featured web shell.

* Upload and download files
* FTP brute force password guesser
* Start a shell on a given TCP port
* Start a "reverse shell" that will contact a TCP port
* Apache log file viewer
* GUI File Manager
* A `/etc/named.conf` examination ("Domains/Users")

The FTP brute force password guess uses a built-in list of about 55 passwords, and all the user IDs from /etc/passwd and tries them against the compromised machine using Perl Net::FTP module.

CGI-Telnet has a nice "Hacker" esthetic:

b374k-CGI-Telnet screen shot

The front page says "b374k-CGI-Telnet"

  • what's CGI-Telnet's relation to b374k PHP web shell, other than being a download link in b374k. The source for both is full of Indonesian names. CGI-Telnet is a lot less capable than b374k, so I'm not sure what the point is.