# Enigma Scripts Archive

**Category:** BitchX_Script  
**Original Author:** Unknown  

## Description  
This archive contains a collection of scripts for the BitchX IRC client, written in C and other formats. The scripts include functionalities such as flashing terminals, sending ICMP packets, and exploiting vulnerabilities.

## Key Features
- Flashing Terminal: Sends VT100 escape characters to disrupt a user's terminal session.
- ICMP Packet Spoofing: Creates and sends spoofed ICMP packets to cause network disruptions.
- IP Fragment Overlap Exploit: Exploits an overlap frag bug in IP protocols for denial-of-service attacks.

## File Analysis
- **flash.c** — Contains code to flash a user's terminal by issuing talk requests and sending VT100 escape characters.
- **land.c** — Implements a raw socket program that sends a TCP SYN packet with the source and destination ports set to the same value, causing the target system to crash.
- **sizzle.c** — Spooofs ICMP error messages to disrupt network communication.
- **ssping.c** — Spooofs ICMP ping packets to cause network congestion.
- **tear.c** — Exploits an IP fragment overlap bug for denial-of-service attacks on Linux, NT, and 95 systems.
- **wnuke.c** — Attempts to crash a Windows machine by sending out of band data on port 139.