chg: [UI crawled domains] Download all domain content (HTML + HAR + screenshot)

This commit is contained in:
Terrtia 2019-06-12 10:58:13 +02:00
parent 2b6cb86d55
commit 5183a3492a
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0
2 changed files with 9 additions and 1 deletions

View file

@ -778,7 +778,7 @@ def show_domain():
return render_template("showDomain.html", domain=domain, last_check=last_check, first_seen=first_seen,
l_pastes=l_pastes, paste_tags=paste_tags, bootstrap_label=bootstrap_label,
dict_links=dict_links,
dict_links=dict_links, port=port, epoch=epoch,
origin_paste_tags=origin_paste_tags, status=status,
origin_paste=origin_paste, origin_paste_name=origin_paste_name,
domain_tags=domain_tags, screenshot=screenshot)

View file

@ -119,6 +119,14 @@
</table>
{%endif%}
<div class="text-center my-3">
<a href="{{ url_for('hiddenServices.download_domain') }}?domain={{domain}}&port={{port}}{% if epoch %}&epoch={{epoch}}{% endif %}" target="blank" style="font-size: 15px">
<button class="btn btn-info"><i class="fas fa-download"></i> Download Domain Content
</button>
</a>
</div>
</div>
<div class="col-12 col-xl-6">