Login   Register  
PHP Classes
elePHPant
Icontem

File: attack.sql

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of omid zarifi  >  XSS Police  >  attack.sql  >  Download  
File: attack.sql
Role: Auxiliary data
Content type: text/plain
Description: mysql db file
Class: XSS Police
Block accesses attempting to perform XSS attacks
Author: By
Last change:
Date: 2011-08-23 14:20
Size: 1,179 bytes
 

Contents

Class file image Download
-- phpMyAdmin SQL Dump
-- version 3.1.3.2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Aug 23, 2011 at 08:54 PM
-- Server version: 6.0.10
-- PHP Version: 5.2.9-1

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `attack`
--

-- --------------------------------------------------------

--
-- Table structure for table `attack`
--

CREATE TABLE IF NOT EXISTS `attack` (
  `attacker_id` int(11) NOT NULL AUTO_INCREMENT,
  `attacker_ip` varchar(20) COLLATE utf8mb3_unicode_ci NOT NULL,
  `attacker_username` varchar(50) COLLATE utf8mb3_unicode_ci NOT NULL,
  `attacker_date` varchar(10) COLLATE utf8mb3_unicode_ci NOT NULL,
  `attacker_comname` varchar(70) COLLATE utf8mb3_unicode_ci NOT NULL,
  `attacker_browsername` text COLLATE utf8mb3_unicode_ci NOT NULL,
  PRIMARY KEY (`attacker_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci AUTO_INCREMENT=1 ;

--
-- Dumping data for table `attack`
--