This file is indexed.

/usr/share/zonecheck-cgi/html/form.html.en is in zonecheck-cgi 3.0.3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- $Id: form.html.en,v 1.79 2010/06/23 08:38:03 chabannf Exp $ -->
 
<!--                                                                      -->
<!-- CONTACT     : zonecheck@nic.fr                                       -->
<!-- AUTHOR      : Stephane D'Alu <sdalu@nic.fr>                          -->
<!--                                                                      -->
<!-- CREATED     : 2002/10/01 13:58:17                                    -->
<!-- REVISION    : $Revision: 1.79 $                                      -->
<!-- DATE        : $Date: 2010/06/23 08:38:03 $                           -->
<!--                                                                      -->
<!-- CONTRIBUTORS: (see also CREDITS file)                                -->
<!--                                                                      -->
<!--                                                                      -->
<!-- LICENSE     : GPL v3 (or MIT/X11-like after agreement)               -->
<!-- COPYRIGHT   : AFNIC (c) 2003                                         -->
<!--                                                                      -->
<!-- This file is part of ZoneCheck.                                      -->
<!--                                                                      -->
<!-- ZoneCheck is free software; you can redistribute it and/or modify it -->
<!-- under the terms of the GNU General Public License as published by    -->
<!-- the Free Software Foundation; either version 3 of the License, or    -->
<!-- (at your option) any later version.                                  -->
<!--                                                                      -->
<!-- ZoneCheck is distributed in the hope that it will be useful, but     -->
<!-- WITHOUT ANY WARRANTY; without even the implied warranty of           -->
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU    -->
<!-- General Public License for more details.                             -->
<!--                                                                      -->
<!-- You should have received a copy of the GNU General Public License    -->
<!-- along with ZoneCheck; if not, write to the Free Software Foundation, -->
<!-- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA          -->
<!--                                                                      -->
<!--                                                                  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <link rel="stylesheet" href="/zonecheck/style/zc.css"   type="text/css">
    <link rel="icon"       href="/zonecheck/img/zc-fav.png" type="image/png">

    <link rel="start" title="ZoneCheck main page"
	  type="text/html"
	  href="/zonecheck/">
    <link rel="bookmark" title="batch form"
	  type="text/html"
	  href="batch.html">
    <link rel="bookmark" title="single zone form"
	  type="text/html"
	  href="form.html">

    <link rel="help"	
	  type="text/html"
	  href="#help">

    <link lang="fr" title="Zonecheck"
	  type="text/html"
	  rel="alternate"
	  hreflang="fr"
	  href="/zonecheck/fr/">


    <script src="/zonecheck/js/formvalidation.js" type="text/javascript"></script>
    <script type="text/javascript">
      zc_form_setlocale("You need to give at least a zone to test.");
    </script>

    <title>Zone Check</title>
  </head>

  <body>


    <div class="paragraph" id="lang">Lang: <b>EN</b> / <a href="/zonecheck/fr/form.html">FR</a></div>

    <!-- Logo -->
    <h1 id="logo">
      <img alt="ZoneCheck" src="/zonecheck/img/logo.png"></h1>

    <!-- Propaganda -->
    <div class="paragraph">The ZoneCheck program (freely available 
      <a href="http://www.zonecheck.fr/download/">here</a>
      for download) performs several tests on your zone (ie:
      domain) to ensure that it is correctly configured and can be
      safely delegated, providing a certain quality to your domain (see the
      <a href="#benefit">benefit</a> section).</div>
    <br/>
    <div class="paragraph">For detailed information on how to fill this form see the 
      <a href="#help">help</a> section.</div>

    <!-- Warning about waiting time -->
    <BLOCKQUOTE class="zc-warning">
      <div class="paragraph"><img src="/zonecheck/img/notepad.png" align="left">
      The time required to completely verify a zone can take
      from 30 seconds up to <b>5 minutes</b> depending on the network
      speed of the server being accessed. 
      If it takes more than a minute it generally means we are
      encountering problems accessing your nameservers 
      (configuration error, firewall, ...) and are waiting for timeout.</div>
    </BLOCKQUOTE>
    
    <!-- Form -->
    <form name="zcform" method="GET" action="/zonecheck/cgi-bin/zc.cgi"
          onsubmit="return zc_form_validate(this)">
      <!-- Basic information -->
      <h2>Zone information</h2>
      <div class="zc-domain">
	  <div class="line" id="zc-zone">
	    <div class="label"><img src="/zonecheck/img/zone.png" alt="">Zone</div>
	    <div class="input" id="zoneInput">
	      <input name="zone" type="text" value="">
            </div>
	  </div>

	  <div class="line" id="zc-ns-prim">
	    <div class="label"><img src="/zonecheck/img/primary.png" alt="">Primary</div>
	    <div class="input"><input name="ns0"  type="text" value=""></div>
	    <div class="IPlabel">IPs</div>
	    <div class="IPinput"><input name="ips0" type="text" value=""></div>
	  </div>
	  <div class="line">
	    <div class="label"><img src="/zonecheck/img/secondary.png" alt="">Secondary</div>
	    <div class="input"><input name="ns1"  type="text" value=""></div>
	    <div class="IPlabel">IPs</div>
	    <div class="IPinput"><input name="ips1" type="text" value=""></div>
	  </div>
	  <div class="line">
	    <div class="label"><img src="/zonecheck/img/secondary.png" alt="">Secondary</div>
	    <div class="input"><input name="ns2"  type="text" value=""></div>
	    <div class="IPlabel">IPs</div>
	    <div class="IPinput"><input name="ips2" type="text" value=""></div>
	  </div>
	  <div class="line">
	    <div class="label"><img src="/zonecheck/img/secondary.png" alt="">Secondary</div>
	    <div class="input"><input name="ns3"  type="text" value=""></div>
	    <div class="IPlabel">IPs</div>
	    <div class="IPinput"><input name="ips3" type="text" value=""></div>
	  </div>
	  <div class="line">
	    <div class="label"><img src="/zonecheck/img/secondary.png" alt="">Secondary</div>
	    <div class="input"><input name="ns4"  type="text" value=""></div>
	    <div class="IPlabel">IPs</div>
	    <div class="IPinput"><input name="ips4" type="text" value=""></div>
	  </div>
	  <div class="line">
	    <div class="label"><img src="/zonecheck/img/secondary.png" alt="">Secondary</div>
	    <div class="input"><input name="ns5"  type="text" value=""></div>
	    <div class="IPlabel">IPs</div>
	    <div class="IPinput"><input name="ips5" type="text" value=""></div>
	  </div>
	  <div class="line">
	    <div class="label"><img src="/zonecheck/img/secondary.png" alt="">Secondary</div>
	    <div class="input"><input name="ns6"  type="text" value=""></div>
	    <div class="IPlabel">IPs</div>
	    <div class="IPinput"><input name="ips6" type="text" value=""></div>
	  </div>
	  <div class="line">
	    <div class="label"><img src="/zonecheck/img/secondary.png" alt="">Secondary</div>
	    <div class="input"><input name="ns7"  type="text" value=""></div>
	    <div class="IPlabel">IPs</div>
	    <div class="IPinput"><input name="ips7" type="text" value=""></div>
	  </div>
      </div>

      <!-- Buttons -->
      <input type="submit" value=" Check! ">
      <script>
	document.writeln('<input type="button" value=" Clear "  onClick="zc_form_clear(this.form)">')
      </script>

      <!-- Options -->
      <h2>Options</h2>
      <div class="zc-options" name="tabOptions" id="tabOptions">
        <div class="zc-title">Output</div>
        <div class="line">
           <div class="column">
              <input type="checkbox" name="intro"    value='t' checked>
              zone summary
           </div>
           <div class="column"></div>
           <div class="column"></div>
        </div>

        <div class="line">
            <div class="column">
              <input type="checkbox" name="testname" value='t'>
	      test name
            </div>
	    <div class="column">
              <input type="checkbox" name="explain"  value='t' checked>
	      explanations
            </div>
	    <div class="column">
              <input type="checkbox" name="details"  value='t' checked>
	      details
            </div>
        </div>


        <div class="line">
            <div class="column">
              <input type="radio" name="progress" value='counter' checked>
	      progress bar
            </div>
	    <div class="column">
              <input type="radio" name="progress" value='testdesc'>
	      description
            </div>
	    <div class="column">
              <input type="radio" name="progress" value=''>
	      nothing
            </div>
        </div>
        

        <div class="line">
            <div class="column">
              <select name="report">
		<option value="byseverity" selected> by severity
		<option value="byhost"             > by host
	      </select>
	      report
        </div>
        <div class="column">
          <select name="format">
            <option value="html" selected> HTML
            <option value="text"         > Text
          </select>
	      format
       </div>
       <div class="column">
          <select name="lang">
            <option value="en" selected> English
            <option value="fr"         > Fran&ccedil;ais
	      </select>
	      language
        </div>
    </div>
    <div class="zc-title">Error report</div>

    <div class="line" id="line5">
	    <div class="column">
          <input type="radio" name="errorlvl" value="" CHECKED>
	      default error
        </div>
	    <div class="column">
          <input type="radio" name="errorlvl" value="allfatal">
	      all fatals
        </div>
	    <div class="column">
          <input type="radio" name="errorlvl" value="allwarning">
	      all warnings
        </div>
	</div>
	<div class="line">
	    <div class="column">
          <input type="checkbox" name="dontstop" value="nostop">
	      don't stop on fatal
        </div>
	    <div class="column">
          <input type="checkbox" name="fatalonly" value="t">
	      fatal only
        </div>
	    <div class="column">
          <input type="checkbox" name="reportok"  value="t">
	      report ok
        </div> 
	</div>
	<div class="line">
	    <div class="tripleColumn">
          <select name="profile">
		    <option value="automatic" selected  > automatic
            <optgroup label="automatic profiles">
		      <option value="default"           > Default
		      <option value="reverse"           > Reverse
		    </optgroup>
            <optgroup label="available profiles">
		      <option value="afnic"             > AFNIC
		    </optgroup>
	      </select> profile
        </div>
	</div>
        
	<div class="zc-title">Extra tests performed</div>

	  <div class="line">
	    <div class="column">
          <input type="checkbox" name="chkmail" value='t' checked>
	      mail delivery
        </div>
	    <div class="column">
          <input type="checkbox" name="chkzone" value='t' checked>
	      zone transfer
        </div>
	    <div class="column">
          <input type="checkbox" name="chkrir" value='t' checked>
	      <acronym title="Regional Internet Registry">RIR</acronym> databases
        </div>
	  </div>

	  <div class="zc-title">Transport layer</div>
	  <div class="line">
	    <div class="column">
          <input type="checkbox" name="transp3" value="ipv4" checked>
	      <acronym title="Internet Protocol version 4">IPv4</acronym>
        </div>
	    <div class="column">
          <input type="checkbox" name="transp3" value="ipv6" checked>
	      <A href="http://www.ipv6.org/"><acronym title="Internet Protocol version 6">IPv6</acronym></A>
        </div>
        <div class="column"></div>
	  </div>
	  <div class="line">
	    <div class="column">
              <input type="radio" name="transp4" value="std" CHECKED>
	      <acronym title="UDP with fallback on TCP for truncated answers">STD</acronym>
            </div>
	    <div class="column">
              <input type="radio" name="transp4" value="udp">
	      <acronym title="User Datagram Protocol">UDP</acronym>
            </div>
	    <div class="column">
              <input type="radio" name="transp4" value="tcp">
	      <acronym title="Transport Control Protocol">TCP</acronym>
            </div>
	  </div>

          <div class="zc-title">DNSSEC</div>
	  <div class="line">
	    <div class="column">
          <input type="checkbox" name="sd" value="true">
	      <acronym title="DNS Security Extension">DNSSEC</acronym> tests
        </div>
        <div class="column"></div>
        <div class="column"></div>
	  </div>
          <div class="line">
            <div class="column">
              Hash Algorithm: <input type="text" name="ha" id="ha" value=""/>
            </div>
	    <div class="doubleColumn">
              DS: <input type="text" name="ds" id="ds" value=""/>
            </div>
	  </div>
          <div class="line" id="line13">
	    <div class="tripleColumn">
              DNSKEY: <textarea name="dnskey" cols="65" rows="5" style="width:490px;"></textarea>
            </div>
	  </div>
        
      </div>
    
</form>
    

    <!-- Propaganda -->
    <h2 id="benefit">Benefit</h2>
    <div class="paragraph"> Among the tests performed you can find checking for: </div>
    <ul>
      <li>authoritative nameserver for your zone, ensuring you will
	be able to use your domain from outside your network.</li>
      <li>correct list of secondary nameservers, so that if your
	primary nameserver is temporarily unreachable, you will still
	be visible on the internet;</li>
      <li>check for mail delivery, so that you don't become the 
	prey of spammers and become
	<a href="http://www.mail-abuse.org/">blacklisted</a></li>
    </ul>


    <!-- Help -->
    <h2 id="help">Help</h2>
    <h3>Form</h3>
    <div class="zc-help">
	<div class="line">
          <div class="zc-title" colspan="2" id="firstTitle">Zone Information</div>
        </div>
	<div class="line">
	  <div class="zc-key">Zone</div>
	  <div class="zc-value">The domain (ie: zone) that should be tested (ie: the domain name
	    that you want to register).</div>
	</div>
	<div class="line">
	  <div class="zc-key">Primary</div>
	  <div class="zc-value">The nameserver that is considered as primary (the one in 
	    the SOA record if it is public).</div>
	</div>
	<div class="line">
	  <div class="zc-key">Secondary</div>
	  <div class="zc-value">The secondary nameservers (all the NS records associated
	    with the zone, except for the one listed above).</div>
	</div>
	<div class="line">
	  <div class="zc-key">IPs</div>
	  <div class="zc-value">List of IP addresses associated with the nameserver.
	    <ul>
	      <li>they are only required if they can't be resolved
		(ie: they are in the zone that you want to register).</li>
	      <li>if you have several addresses you must use a space or
		a comma as the separator.</li>
	      <li>the form accepts IPv4 and IPv6 addresses.</li>
	    </ul>
	  </div>
	</div>

	<div class="line">
          <div class="zc-title" colspan="2">Options: Output</div>
        </div>
	<div class="line">
	  <div class="zc-key">zone summary</div>
	  <div class="zc-value">Includes a summary about the zone and its nameservers in 
	    the generated report</div>
	</div>
	<div class="line">
	  <div class="zc-key">test name</div>
	  <div class="zc-value">Includes the name of the test that has been performed
	    when reporting errors</div>
	</div>
	<div class="line">
	  <div class="zc-key">explanations</div>
	  <div class="zc-value">Includes an explanation (when the test failed) about 
	    the purpose of the test and why you should fix it.</div>
	</div>
	<div class="line">
	  <div class="zc-key">details</div>
	  <div class="zc-value">Includes details (when the test failed) about 
	    the culprit elements.</div>
	</div>
	<div class="line">
	  <div class="zc-key">progress bar</div>
	  <div class="zc-value">Display information about the test progression 
	    using a a progress bar (<i>require javascript and
	    Mozilla or IE5+ for correct rendering</i>).</div>
	</div>
	<div class="line">
	  <div class="zc-key">description</div>
	  <div class="zc-value">Give a short description of the test when it is performed.</div>
	</div>
	<div class="line">
	  <div class="zc-key">nothing</div>
	  <div class="zc-value">Don't display information about the test progression.</div>
	</div>
	<div class="line">
	  <div class="zc-key">report</div>
	  <div class="zc-value">Select the type of generated report you want.</div>
	</div> 
	<div class="line">
	  <div class="zc-key">format</div>
	  <div class="zc-value">Select the format in which you want the report 
	    (HTML or plain text).</div>
	</div> 
	<div class="line">
	  <div class="zc-key">language</div>
	  <div class="zc-value">Select the language that you want the report generated in.</div>
	</div> 

	<div class="line">
          <div class="zc-title" colspan="2">Options: Error report</div>
        </div>
	<div class="line">
	  <div class="zc-key">default error</div>
	  <div class="zc-value">Errors are reported with the default severity associated 
	    with them.</div>
	</div>
	<div class="line">
	  <div class="zc-key">all fatals</div>
	  <div class="zc-value">All errors are considered fatals.</div>
	</div>
	<div class="line">
	  <div class="zc-key">all warnings</div>
	  <div class="zc-value">All errors are considered warnings.</div>
	</div>
	<div class="line">
	  <div class="zc-key">don't stop on fatal</div>
	  <div class="zc-value">Keep going even after encountering a fatal error
	    (<i>this could lead to some unexpected results</i>).</div>
	</div>
	<div class="line">
	  <div class="zc-key">report ok</div>
	  <div class="zc-value">Report test that passed.</div>
	</div>

	<div class="line">
          <div class="zc-title" colspan="2">Options: Extra tests performed</div>
        </div>
	<div class="line">
	  <div class="zc-key">mail delivery</div>
	  <div class="zc-value">Perform extra checking on mail delivery for typical 
	    mail accounts (hostmaster, postmaster, ...) associated with
	    domain names.</div>
	</div>
	<div class="line">
	  <div class="zc-key">zone transfer</div>
	  <div class="zc-value">Perform additional tests on the zone retrieved after
	    a <i>zone transfer</i>.</div>
	</div>
	<div class="line">
	  <div class="zc-key">RIR databases</div>
	  <div class="zc-value">Check that IP addresses used are registered in the RIR
	    databases</div>
	</div>

	<div class="line">
          <div class="zc-title" colspan="2">Options: Transport layer</div>
        </div>
	<div class="line">
	  <div class="zc-key">IPv4, IPv6</div>
	  <div class="zc-value">Select the routing layer (if none are selected it will
	    default to IPv4 and IPv6).</div>
	</div>
	<div class="line">
	  <div class="zc-key">STD, UDP, TCP</div>
	  <div class="zc-value">Select the transport layer you want for interrogating
	    your nameservers.</div>
	</div>
        <div class="line">
          <div class="zc-title" colspan="2">Option: DNSSEC</div>
        </div>
	<div class="line">
	  <div class="zc-key">DNSSEC tests</div>
	  <div class="zc-value">Set the DNSSEC tests policy to mandatory, if not tests will be warnings</div>
	</div>
	<div class="line">
	  <div class="zc-key">DS and Hash Algorithm</div>
	  <div class="zc-value">Gives the hash of the public key and the algorithm used to do that
	  <br/>
	  The hash of the key must be encoded in hexadecimal (blanks are removed). 
	  The Hash Algorithm is the number given by IANA and corresponding to the algorithm.
	  </div>
	</div>
	<div class="line">
	  <div class="zc-key">DNSKEY</div>
	  <div class="zc-value">Gives the public key used as a Security Entry Point.
	  The key must be encoded in base64 (blanks will be removed). 
	  </div>
    </div>
    </div>

    <h3>Results</h3>
    <ul>
      <li>the word <i>generic</i> means that the error is eitheir
	unrelated or present on all nameservers,</li>
      <li>when an error is between [brackets], this means that the test
	failed for external reasons. The reasons are displayed next to it.</li>
    </ul>


    <!-- What / Who / When -->
    <hr>
    <span style="float: right;">
      <a href="http://jigsaw.w3.org/css-validator/check/referer">
	<img style="border:0;width:88px;height:31px"
	     src="http://jigsaw.w3.org/css-validator/images/vcss" 
	     alt="Valid CSS!"></a>
      <a href="http://validator.w3.org/check/referer">
	<img style="border:0;width:88px;height:31px"
	     src="http://www.w3.org/Icons/valid-html401"
	     alt="Valid HTML 4.01!"></a>
    </span>

Release: $Name: ZC-3_0_3 $ <br>
<!-- Created: Fri Sep 27 16:34:31 CEST 2002 -->
<!-- hhmts start -->
Last modified: Thu Feb 19 14:44:11 CET 2004
<!-- hhmts end -->
  </body>

<!-- Local Variables: -->
<!-- mode: html       -->
<!-- End:             -->

</html>