TCoEH Project: SWATT (Secure Wargames AdministraTion Tool)
The SWATT Program was designed with hacker wargames in mind. Many times people make a mistep which costs them the game. Wether it be the simple fact of poor security, or they closed one to many processes. This is where SWATT comes in. SWATT was spicificly designed to allow security, however in a moment of crisis, allow one to regain control of their machine.
How It works:
SWATT is a very simple program. It uses basic programs in order to complete a given task. It hides out on a port using UDP. When you send the correct specalized packet the backdoor will allow you to execute a command such as:
  • Start a telnet daemon
  • Add a backdoor (non root) user.
  • Flush the iptables settings (improved in later versions)
  • Open a root shell (crude but works) (to be improved in later versions)
  • Kick all users from a machine while opening a ssh daemon on a certian port.
    You may execute any or all of these commands. Some of them are most powerfull when combined together. If 3 bad packets are sent, the program will sleep for 30 minutes, thus eliminating the threat of brute forcing.

    The program includes 2 programs, the client and the SWATT programs. The client sends the commands and SWATT runs the commands.

    SWATT is small, efficiant, and powerfull. One file to compile. No mulitiple libraries. Simply one shell command to compile the program

    gcc swatt.c -o swatt
    it dosen't get more simple than that. The client is just as easy.

    gcc swatt-client.c -o swatt-client
    SWATT will compile on almost any Linux distrobution as long as it runs GNU Compiler 2.x or greater.
  • Download:
    Download Page
    Information
    Version 0.95 is available. Check it out!
    SourceForge.net 
Logo