PHP Security Scanner使用文档给个或CREATE TABLE `result` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `search_label` varchar(32) NOT NULL default '',
  `search_path` varchar(100) NOT NULL default '',
  `results` longtext NOT NULL,
  `inaccessible` text NOT NULL,
  `white_black_list` text NOT NULL,
  `ts` timestamp(14) NOT NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM AUTO_INCREMENT=7 ;
这个表写哪些内容,我就不知这个表应写什么内容,我配置都弄好了,界面已显示, 就是这表内容怎写
求高手提示一下

解决方案 »

  1.   

    按你的理解,你可以描述一下 PHP Security Scanner 是干什么的吗?
      

  2.   

    這是一個PHP代码漏洞检测工具
      

  3.   

    -------------------------------------------------------------------------------
    PHP Security Scanner - a php based vulnarability searching tool
    -------------------------------------------------------------------------------
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    -------------------------------------------------------------------------------
    Important Files:INSTALL                      - Installation instructions
    USAGE                        - Sample usage file.
    3rdPartyLib/                   - Third party libs used in the project
    UML/                         - Diagrams showing the way the tool works.
    UPGRADING                    - Upgrade instructions
    LICENSE                      - GNU General Public License
    CREDITS                      - List of contributors
    bin/config.php.sample               - PHP shell script configuration file - sample
    interface/lib/config.php.sample     - Interface configuration file - sample
    db_generate.sql              - SQL table statements
    USAGE這個文件夾里有範例,你看下吧
      

  4.   

    忘記說了,這個工具是運行在linux下的.