-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathBappDescription.html
171 lines (166 loc) · 4.95 KB
/
BappDescription.html
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
<p>This extension should add a number of UI and functional features to Burp Suite to make working with it easier.</p>
<p><b>Current Features</b></p>
<ul>
<li>Making main tools' tabs more distinguishable by choosing a theme</li>
<li>Ability to control style of sub-tabs in Repeater and Intruder</li>
<li>Ability to change Burp Suite title and its icon</li>
<li>Copy & pasting style ability for Repeater and Intruder tabs</li>
<li>Pasting style for Repeater and Intruder tabs when their title matches a Regular Expression</li>
<li>Copy & pasting titles by creating unique titles by adding a number in the end</li>
<li>Rename titles without a need to double-click on the title</li>
<li>Jump to first and last tabs in Repeater and Intruder</li>
<li>Back and Forward feature depends on the previously selected tabs</li>
<li>Finding Repeater and Intruder tabs when their title matches a Regular Expression</li>
<li>Scrollable main tool tabs</li>
<li>Scrollable Repeater and Intruder tabs</li>
<li>Taking screenshot of repeater or intruder tabs</li>
<li>Trimming long titles into 100 characters</li>
<li>Show previously chosen titles for a tab</li>
<li>Several keyboard shortcuts to make the tab navigation easier</li>
<li>Support for PwnFox Firefox extension highlighter</li>
<li>Ability to save the last size and position of Burp Suite to move it to the same location next time</li>
<li>Ability to detect off-screen Burp Suite window to bring it to the centre</li>
</ul>
<br>
<p><b>Usage Tips</b></p>
<style>
table{
border-collapse: collapse;
}
th, td {
border: 1px solid black;
border-collapse: collapse;
text-align: left;
}
</style>
<ul>
<li>You can use the following key combination(s) in Repeater and Intruder sub-tab menu:<br>
<table>
<thead>
<tr>
<th>Description</th>
<th>Combinations/Shortcuts</th>
</tr>
</thead>
<tbody>
<tr>
<td>Show Context Menu for Repeater and Intruder Tabs</td>
<td>Mouse Middle-Click<br />
Alt + Any Mouse Key<br />
Down Arrow<br />
Ctrl + Enter<br />
Ctrl + Shift +Enter</td>
</tr>
<tr>
<td>Find Tabs for Repeater and Intruder Tab</td>
<td>Ctrl + Shift + F</td>
</tr>
<tr>
<td>Find Next</td>
<td>F3<br />
Ctrl + F3</td>
</tr>
<tr>
<td>Find Previous</td>
<td>Shift + F3<br />
Ctrl + Shift + F3</td>
</tr>
<tr>
<td>Jump to the First Tab</td>
<td>Home<br />
Ctrl + Shift + Home</td>
</tr>
<tr>
<td>Jump to the last Tab</td>
<td>End<br />
Ctrl + Shift + End</td>
</tr>
<tr>
<td>Previous Tab</td>
<td>Left Arrow<br />
Ctrl + Shift + Left</td>
</tr>
<tr>
<td>Next Tab</td>
<td>Right Arrow<br />
Ctrl + Shift + Right<br />
Mouse Wheel</td>
</tr>
<tr>
<td>Back (Previously Selected Tab)</td>
<td>Alt + Left<br />
Ctrl + Alt + Left<br />
Mouse Wheel</td>
</tr>
<tr>
<td>Forward</td>
<td>Alt + Right<br />
Ctrl + Alt + Right</td>
</tr>
<tr>
<td>Copy Subtab Title</td>
<td>Ctrl + C<br />
Ctrl + Shift + C</td>
</tr>
<tr>
<td>Paste Subtab Title</td>
<td>Ctrl + V<br />
Ctrl + Shift + V</td>
</tr>
<tr>
<td>Rename Subtab Title</td>
<td>F2<br />
Ctrl + F2</td>
</tr>
<tr>
<td>Increase Font Size</td>
<td>Ctrl + Mouse Wheel</td>
</tr>
<tr>
<td>Increase Font Size & Bold</td>
<td>Middle Click + CTRL</td>
</tr>
<tr>
<td>Decrease Font Size & Bold</td>
<td>Middle Click + CTRL + SHIFT</td>
</tr>
<tr>
<td>Big & Red & Bold</td>
<td>Middle Click + SHIFT</td>
</tr>
</tbody>
</table>
</li>
</ul>
<br>
<ul>
<li>You can use the following key combination(s) on the main window frame:<br>
<table>
<thead>
<tr>
<th>Description</th>
<th>Combinations/Shortcuts</th>
</tr>
</thead>
<tbody>
<tr>
<td>Move Burp Suite Window to the centre of the Screen</td>
<td>Ctrl + Alt + C</td>
</tr>
</tbody>
</table>
</li>
</ul>
<br>
<ul>
<li>After setting style on a sub-tab, setting the same title on another sub-tab will copy its style</li>
<li>Alt + Any Mouse Click works on empty parts of the tabs which do not contain any text</li>
<li>Use the <code>Debug</code> option in <code>Global Settings</code> if you are reporting a bug or if you want to see what is happening</li>
<li>Check the <a href="https://github.com/irsdl/BurpSuiteSharpenerEx">extension's GitHub repository</a> rather than BApp Store for the latest updates</li>
<li>A sample of icons should also be accessible in the repository</li>
</ul>
<p><b>Limitation</b></p>
<ul>
<li>This extension only supports Burp Suite with Montoya API 1.0 and above. The minimum Burp Suite version to use this extension is 2023.1.</li>
<li>This extension has been tested against the latest pro version which was 2023.1 at the time of writing this document. It should however be also compatible with the community edition.</li>
</ul>