mirror of https://github.com/CIRCL/lookyloo
parent
2c3cfa31a1
commit
64fff3ec7f
|
@ -154,16 +154,19 @@
|
||||||
</center>
|
</center>
|
||||||
<hr/>
|
<hr/>
|
||||||
<img src="{{ url_for('static', filename='check.svg') }}"
|
<img src="{{ url_for('static', filename='check.svg') }}"
|
||||||
alt="JavaScript" height="20" width="20"> Legit node <br>
|
alt="Legitimate Node" height="20" width="20"> Legit node<br>
|
||||||
|
|
||||||
<img src="{{ url_for('static', filename='bomb.svg') }}"
|
<img src="{{ url_for('static', filename='bomb.svg') }}"
|
||||||
alt="JavaScript" height="20" width="20"> Malicious node <br>
|
alt="Malicious Node" height="20" width="20"> Malicious node<br>
|
||||||
|
|
||||||
|
<img src="{{ url_for('static', filename='insecure.svg') }}"
|
||||||
|
alt="Insecure requests" height="20" width="20"> Insecure requests (HTTP)<br>
|
||||||
|
|
||||||
<img src="{{ url_for('static', filename='empty.svg') }}"
|
<img src="{{ url_for('static', filename='empty.svg') }}"
|
||||||
alt="JavaScript" height="20" width="20"> Empty response <br>
|
alt="Empty responses" height="20" width="20"> Empty responses<br>
|
||||||
|
|
||||||
<img src="{{ url_for('static', filename='javascript.png') }}"
|
<img src="{{ url_for('static', filename='javascript.png') }}"
|
||||||
alt="JavaScript" height="20" width="20"> Javascript <br>
|
alt="JavaScript" height="20" width="20"> Javascript<br>
|
||||||
|
|
||||||
<img src="{{ url_for('static', filename='cookie_received.png') }}"
|
<img src="{{ url_for('static', filename='cookie_received.png') }}"
|
||||||
alt="Cookie received" height="20" width="20"> Cookie received<br>
|
alt="Cookie received" height="20" width="20"> Cookie received<br>
|
||||||
|
|
Loading…
Reference in New Issue