File: manpage_cleaning.patch

package info (click to toggle)
dirb 2.22%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,244 kB
  • sloc: ansic: 1,704; sh: 1,132; makefile: 51; perl: 23
file content (113 lines) | stat: -rw-r--r-- 1,763 bytes parent folder | download | duplicates (2)
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
Description: Corrected man warning
 Updated error due to laxism in Groff macro usage
Author: Philippe Thierry
Last-Update: 2017-06-14
Forwarded: not-needed
--- a/dirb.1
+++ b/dirb.1
@@ -31,85 +31,85 @@
 .SH OPTIONS
 .TP
 .B -a <agent_string>
-.rb
+.RB
 Specify your custom USER_AGENT.
 (Default is: "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)")
 .TP
 .B -c <cookie_string>
-.rb 
+.RB 
 Set a cookie for the HTTP request.
 .TP
 .B -f
-.rb
+.RB
 Fine tunning of NOT_FOUND (404) detection.
 .TP
 .B -H <header_string>
-.rb
+.RB
 Add a custom header to the HTTP request.
 .TP
 .B -i
-.rb
+.RB
 Use case-insensitive Search.
 .TP
 .B -l
-.rb
+.RB
 Print "Location" header when found.
 .TP
 .B -N <nf_code> 
-.rb
+.RB
 Ignore responses with this HTTP code.
 .TP
 .B -o <output_file> 
-.rb
+.RB
 Save output to disk.
 .TP
 .B -p <proxy[:port]> 
-.rb
+.RB
 Use this proxy. (Default port is 1080)
 .TP
 .B -P <proxy_username:proxy_password> 
-.rb
+.RB
 Proxy Authentication.
 .TP
 .B -r 
-.rb
+.RB
 Don't Search Recursively.
 .TP
 .B -R
-.rb
+.RB
 Interactive Recursion.
 (Ask in which directories you want to scan)
 .TP
 .B -S
-.rb
+.RB
 Silent Mode. Don't show tested words. (For dumb terminals)
 .TP
 .B -t
-.rb
+.RB
 Don't force an ending '/' on URLs.
 .TP
 .B -u <username:password> 
-.rb
+.RB
 Username and password to use.
 .TP
 .B -v
-.rb
+.RB
 Show Also Not Existant Pages.
 .TP
 .B -w
-.rb
+.RB
 Don't Stop on WARNING messages.
 .TP
 .B -x <extensions_file> 
-.rb
+.RB
 Amplify search with the extensions on this file.
 .TP
 .B -X <extensions> 
-.rb
+.RB
 Amplify search with this extensions.
 .TP
 .B -z <milisecs> 
-.rb
+.RB
 Amplify search with this extensions.
 .\"=====================================================================
 .SH "SEE ALSO"