mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-22 09:44:55 +02:00
Fix dir fuzz base64 name in scanner list
This commit is contained in:
@@ -1963,7 +1963,7 @@ $(document).ready(function() {
|
||||
if (lines_word_content.length > 1) {
|
||||
lines_word_badge = `<span class="badge badge-soft-secondary" data-toggle="tooltip" data-placement="top" title="Response Content Status">${lines_word_content}</span>`;
|
||||
}
|
||||
html_treeview += `<li class="mt-1"><a href="` + htmlEncode(http_url) + `" target="_blank">` + htmlEncode(file.name) + ` (` + file.length / 100 + ` Kb) <span class="badge badge-soft-primary" data-toggle="tooltip" data-placement="top" title="Content Type">(` + htmlEncode(file.content_type) + `)</span> ${http_status_badge}</a>${interesting_badge} ${lines_word_badge}</li>`;
|
||||
html_treeview += `<li class="mt-1"><a href="` + htmlEncode(http_url) + `" target="_blank">` + htmlEncode(atob(file.name)) + ` (` + file.length / 100 + ` Kb) <span class="badge badge-soft-primary" data-toggle="tooltip" data-placement="top" title="Content Type">(` + htmlEncode(file.content_type) + `)</span> ${http_status_badge}</a>${interesting_badge} ${lines_word_badge}</li>`;
|
||||
});
|
||||
}
|
||||
item_pos++;
|
||||
|
||||
Reference in New Issue
Block a user