Lookyloo / lookyloo

Lookyloo is a web interface that allows users to capture a website page and then display a tree of domains that call each other.
https://www.lookyloo.eu
Other
664 stars 83 forks source link

Proxy with VT module #897

Closed DocArmoryTech closed 3 months ago

DocArmoryTech commented 3 months ago

Type of change

Modified the vt.py module so that the vt.Client reads the trustenv parameter from the module's config section if present.

Current functionality sees the trustenv parameter to vt.Client default to False. Unless the new config parameter is used, False remains the default.

Select the type of change(s) made in this pull request:


Fixes #896

Proposed changes