mirror of https://github.com/CIRCL/lookyloo
Update tree.html
parent
b06f02e101
commit
00d9fd8db7
|
@ -129,6 +129,15 @@
|
||||||
</div>
|
</div>
|
||||||
</center>
|
</center>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
<img src="{{ url_for('static', filename='check.svg') }}"
|
||||||
|
alt="JavaScript" height="20" width="20"> Legit node <br>
|
||||||
|
|
||||||
|
<img src="{{ url_for('static', filename='bomb.svg') }}"
|
||||||
|
alt="JavaScript" height="20" width="20"> Malicious node <br>
|
||||||
|
|
||||||
|
<img src="{{ url_for('static', filename='empty.svg') }}"
|
||||||
|
alt="JavaScript" height="20" width="20"> Empty response <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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue