mirror of https://github.com/CIRCL/lookyloo
parent
1ca7dc9349
commit
66dcbafaf6
|
@ -17,7 +17,7 @@
|
|||
"exe.png": "pWwo9nBLtEss/UJ173zHa6/RpySUyz/XMdNhWc6aRIvwwHMO6a+fLmu2K6TbvO3Jbg4VYL2Af4yhHPyhH3ZeTw==",
|
||||
"favicon.ico": "KOmrfwRbOQqhhwSeBkNpMRAxSVMmmLg+2kRMg9iSv7OWjE9spJc7x4MKB4AE/hi0knaV7UBVctAU6XZ7AC72ZA==",
|
||||
"font.png": "RwoQkj9dT9SLUL2F7cAA16Nat9t2hDb58eQlHF9ThUar829p0INUXG+5XuDaFOC8SsmCZK5vw2f+YAQ6mLC1Qw==",
|
||||
"generic.css": "UaM+KYbK+TMeT50HWjeCYOVQilq1J9UrtHAhcbCxVX+Y+2f3GiqT3ylDNevDEXhNSSLlWIVsGEgsdZyd1vJ8TQ==",
|
||||
"generic.css": "6pYUMp7DzXI/O531PJ2PIB0/ce0TdIWEOEC4RfpcbMK2SRgKkZfGn12aixsTJEzAkF8Ao0/Bz405v3Bl0f7RUQ==",
|
||||
"generic.js": "c/p+6Dk2kcwd9T9kf/IfoCX/ZU+VbtlUGYBo3qNSzwoUYC1soWwdIwM5rFxwxz9a1tORc/Wu0EFCPRw4ZwbqkQ==",
|
||||
"html.png": "T7pZrb8MMDsA/JV/51hu+TOglTqlxySuEVY0rpDjTuAEyhzk2v+W4kYrj7vX+Tp3n2d2lvVD08PwhCG62Yfbzg==",
|
||||
"ifr.png": "rI5YJypmz1QcULRf9UaOYSqV4tPUSxUdLAycoYzCwywt4Pw4eWzBg9SUr769VyIimoiIyJR+aNuoIA4p5WO2fQ==",
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
height: 60px;
|
||||
font-size: 25px;
|
||||
font-weight: 500;
|
||||
color: #ffffff;
|
||||
background-color: #0000ff;
|
||||
border: 10px;
|
||||
border-radius: 50px;
|
||||
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<center>
|
||||
<h4>{{ body_hash }}</h4>
|
||||
{% if from_popup %}
|
||||
<button onclick="window.history.back();" class="btn btn-info" type="button">Go Back</button>
|
||||
<button onclick="window.history.back();" class="btn btn-primary" type="button">Go Back</button>
|
||||
{% endif %}
|
||||
</center>
|
||||
<div class="table-responsive">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
{% block content %}
|
||||
<center>
|
||||
<h4>Ongoing captures</h4>
|
||||
<button onclick="window.history.back();" class="btn btn-info" type="button">Go Back</button>
|
||||
<button onclick="window.history.back();" class="btn btn-primary" type="button">Go Back</button>
|
||||
</center>
|
||||
<div>The captures below are queued, it will take a few minutes before the links are working</div>
|
||||
<div class="table-responsive">
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
</b>
|
||||
</br>
|
||||
</br>
|
||||
<button type="submit" class="new-capture-button" id="btn-looking">Start looking!</button>
|
||||
<button type="submit" class="new-capture-button btn-primary" id="btn-looking">Start looking!</button>
|
||||
</center>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
{% block content %}
|
||||
<center>
|
||||
<h2>{{ cookie_name }}</h2>
|
||||
<button onclick="window.history.back();" class="btn btn-info" type="button">Go Back</button>
|
||||
<button onclick="window.history.back();" class="btn btn-primary" type="button">Go Back</button>
|
||||
</center>
|
||||
<div class="table-responsive">
|
||||
<table id="table" class="table" style="width:96%">
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
{% block content %}
|
||||
<center>
|
||||
<h4>{{ url }}</h4>
|
||||
<button onclick="window.history.back();" class="btn btn-info" type="button">Go Back</button>
|
||||
<button onclick="window.history.back();" class="btn btn-primary" type="button">Go Back</button>
|
||||
</center>
|
||||
<div class="table-responsive">
|
||||
<table id="table" class="table" style="width:96%">
|
||||
|
|
|
@ -70,16 +70,16 @@
|
|||
{# Headers #}
|
||||
<center>
|
||||
<h3>{{ hostnode.name }}</h3>
|
||||
<button type="button" class="btn btn-info" onclick="whereAmI('{{ hostnode_uuid }}')">Locate in tree</button>
|
||||
<button type="button" class="btn btn-primary" onclick="whereAmI('{{ hostnode_uuid }}')">Locate in tree</button>
|
||||
{% if uwhois_available %}
|
||||
<a href="{{ url_for('whois', query=hostnode.name) }}" class="btn btn-info" role="button">
|
||||
<a href="{{ url_for('whois', query=hostnode.name) }}" class="btn btn-primary" role="button">
|
||||
Download whois entry
|
||||
</a>
|
||||
{% endif %}
|
||||
<a href="{{ url_for('urls_hostnode', tree_uuid=tree_uuid, node_uuid=hostnode_uuid) }}" class="btn btn-info" role="button">
|
||||
<a href="{{ url_for('urls_hostnode', tree_uuid=tree_uuid, node_uuid=hostnode_uuid) }}" class="btn btn-primary" role="button">
|
||||
Download all URLs as text
|
||||
</a>
|
||||
<a href="{{ url_for('hashes_hostnode', tree_uuid=tree_uuid, node_uuid=hostnode_uuid) }}" class="btn btn-info" role="button">
|
||||
<a href="{{ url_for('hashes_hostnode', tree_uuid=tree_uuid, node_uuid=hostnode_uuid) }}" class="btn btn-primary" role="button">
|
||||
Download all Hashes as text
|
||||
</a>
|
||||
</center>
|
||||
|
@ -140,7 +140,7 @@
|
|||
{% if url['cookies_sent'] %}
|
||||
<div>
|
||||
<p class="h5">This request contains cookies.
|
||||
<button class="btn btn-info collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#request_cookies_full_list_{{ url['url_object'].uuid }}" aria-expanded="false" aria-controls="collapseExample">
|
||||
<button class="btn btn-primary collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#request_cookies_full_list_{{ url['url_object'].uuid }}" aria-expanded="false" aria-controls="collapseExample">
|
||||
<span class="if-collapsed">Show cookies sent.</span>
|
||||
<span class="if-not-collapsed">Hide cookies sent.</span>
|
||||
</button>
|
||||
|
@ -215,7 +215,7 @@
|
|||
{% if url['embedded_ressources'] %}
|
||||
{# Details on embedded resources #}
|
||||
<div><b>This response contains embedded ressources</b>
|
||||
<button class="btn btn-info collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#embedded_full_list_{{ url['url_object'].uuid }}" aria-expanded="false" aria-controls="collapseExample">
|
||||
<button class="btn btn-primary collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#embedded_full_list_{{ url['url_object'].uuid }}" aria-expanded="false" aria-controls="collapseExample">
|
||||
<span class="if-collapsed">Show embedded resources.</span>
|
||||
<span class="if-not-collapsed">Hide embedded resources.</span>
|
||||
</button>
|
||||
|
@ -255,7 +255,7 @@
|
|||
{% if url['cookies_received'] %}
|
||||
<div>
|
||||
<p class="h5">This response contains cookies.
|
||||
<button class="btn btn-info collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#response_cookies_full_list_{{ url['url_object'].uuid }}" aria-expanded="false" aria-controls="collapseExample">
|
||||
<button class="btn btn-primary collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#response_cookies_full_list_{{ url['url_object'].uuid }}" aria-expanded="false" aria-controls="collapseExample">
|
||||
<span class="if-collapsed">Show cookies received.</span>
|
||||
<span class="if-not-collapsed">Hide cookies received.</span>
|
||||
</button>
|
||||
|
|
|
@ -76,7 +76,7 @@ $(document).ready(function () {
|
|||
<h4>Web forensics tool</h4>
|
||||
</br>
|
||||
<a href="{{ url_for('capture_web') }}">
|
||||
<button class="new-capture-button">Start a new capture</button>
|
||||
<button class="new-capture-button btn-primary">Start a new capture</button>
|
||||
</a>
|
||||
<br><br>
|
||||
{{ render_messages(container=True, dismissible=True) }}
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
</td>
|
||||
<td>{{ mt }}</td>
|
||||
<td>
|
||||
<button type="button" class="btn btn-info {% if add_category %}categorize_capture{% else %}uncategorize_capture{% endif %}" value="{{ mt }}">
|
||||
<button type="button" class="btn btn-primary {% if add_category %}categorize_capture{% else %}uncategorize_capture{% endif %}" value="{{ mt }}">
|
||||
{% if add_category %}
|
||||
Categorize capture.
|
||||
{% else %}
|
||||
|
@ -75,7 +75,7 @@
|
|||
{% endmacro %}
|
||||
|
||||
{% macro context_form(tree_uuid, urlnode_uuid, hostnode_uuid, hash, callback_str) %}
|
||||
<button class="btn btn-info collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#context_response_{{ urlnode_uuid }}" aria-expanded="false" aria-controls="collapseContextForm">
|
||||
<button class="btn btn-primary collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#context_response_{{ urlnode_uuid }}" aria-expanded="false" aria-controls="collapseContextForm">
|
||||
<span class="if-collapsed">Add context</span>
|
||||
<span class="if-not-collapsed">Hide context form</span>
|
||||
</button>
|
||||
|
@ -125,7 +125,7 @@
|
|||
<input type="hidden" id="hash_to_contextualize" name="hash_to_contextualize" value="{{ hash }}">
|
||||
<input type="hidden" id="hostnode_uuid" name="hostnode_uuid" value="{{ hostnode_uuid }}">
|
||||
<input type="hidden" id="callback_str" name="callback_str" value="{{ callback_str }}">
|
||||
<button type="submit" class="btn btn-info" id="btn-looking">Submit context</button>
|
||||
<button type="submit" class="btn btn-primary" id="btn-looking">Submit context</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -133,7 +133,7 @@
|
|||
|
||||
{% macro get_ressource_button(capture_uuid, urlnode_uuid, hash, text, can_preview=False) %}
|
||||
<form method="post" action="{{ url_for('get_ressource', tree_uuid=capture_uuid, node_uuid=urlnode_uuid) }}">
|
||||
<button class="btn btn-info" name="ressource_hash" value="{{ hash }}"
|
||||
<button class="btn btn-primary" name="ressource_hash" value="{{ hash }}"
|
||||
{% if can_preview %}
|
||||
data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-html="true"
|
||||
title='<img class="ressource_preview" src="{{ url_for('get_ressource_preview', tree_uuid=capture_uuid, node_uuid=urlnode_uuid, h_ressource=hash) }}"/>'
|
||||
|
@ -177,7 +177,7 @@
|
|||
<p>
|
||||
The same file was seen in <b>{{ total_captures }}</b> other captures.
|
||||
</br>
|
||||
<button class="btn btn-info collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#captureslist_{{ identifier_for_toggle }}" aria-expanded="false" aria-controls="collapseExample">
|
||||
<button class="btn btn-primary collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#captureslist_{{ identifier_for_toggle }}" aria-expanded="false" aria-controls="collapseExample">
|
||||
<span class="if-collapsed">Show other captures</span>
|
||||
<span class="if-not-collapsed">Hide other captures</span>
|
||||
</button>
|
||||
|
@ -251,7 +251,7 @@
|
|||
{{ cookie_name_value[0] }}</a>={{ shorten_string(cookie_name_value[1], 200) }} -
|
||||
</br>
|
||||
{{ button_text }}
|
||||
<button type="button" class="btn btn-info" onclick="whereAmI('{{ detail[1] }}')">Locate</button>
|
||||
<button type="button" class="btn btn-primary" onclick="whereAmI('{{ detail[1] }}')">Locate</button>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
|
@ -35,6 +35,6 @@
|
|||
<label for="with_parents" class="form-check-label">Also push the parents</label>
|
||||
</div>
|
||||
{% endif %}
|
||||
<button type="submit" class="btn btn-info" id="btn-misp-push" {% if existing_event %}disabled=true{% endif %}>Push to MISP</button>
|
||||
<button type="submit" class="btn btn-primary" id="btn-misp-push" {% if existing_event %}disabled=true{% endif %}>Push to MISP</button>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
<input type="text" class="form-control" name="cookie" id=cookie placeholder="Cookie name to search">
|
||||
</div>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-info" id="btn-looking">Start looking!</button>
|
||||
<button type="submit" class="btn btn-primary" id="btn-looking">Start looking!</button>
|
||||
</form>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -490,9 +490,9 @@
|
|||
</br>
|
||||
{% endif %}
|
||||
{% if blur_screenshot %}
|
||||
<button type="button" class="btn btn-info" onclick="$('#screenshot').removeClass('blur')">Unblur</button>
|
||||
<button type="button" class="btn btn-primary" onclick="$('#screenshot').removeClass('blur')">Unblur</button>
|
||||
{% endif %}
|
||||
<a href="{{ url_for('image', tree_uuid=tree_uuid) }}" role="button" class="btn btn-info">Download</a>
|
||||
<a href="{{ url_for('image', tree_uuid=tree_uuid) }}" role="button" class="btn btn-primary">Download</a>
|
||||
</br>
|
||||
</br>
|
||||
<img src="{{ url_for('image', tree_uuid=tree_uuid, width=1024 if screenshot_too_big else '') }}" class="img-fluid {{ 'blur' if blur_screenshot else '' }}" id="screenshot"/>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
{% block content %}
|
||||
<center>
|
||||
<h4>{{ url }}</h4>
|
||||
<button onclick="window.history.back();" class="btn btn-info" type="button">Go Back</button>
|
||||
<button onclick="window.history.back();" class="btn btn-primary" type="button">Go Back</button>
|
||||
</center>
|
||||
<div class="table-responsive">
|
||||
<table id="table" class="table" style="width:96%">
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
<label class="form-check-label" for="url_{{loop.index}}">{{url}}</label>
|
||||
</div>
|
||||
{% endfor %}
|
||||
<button type="submit" class="btn btn-info" id="btn-capture-urls">Capture selected URLs</button>
|
||||
<button type="submit" class="btn btn-primary" id="btn-capture-urls">Capture selected URLs</button>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue