{% extends 'base/base.html' %} {% load static %} {% load custom_tags %} {% block title %} Interesting entries Lookup {% endblock title %} {% block custom_js_css_link %} {% endblock custom_js_css_link %} {% block breadcrumb_title %}
reNgine supports lookup for interesting keyword in recon data. This could be either looking up in subdomains, URLs or in page title.
You can enter the keywords to lookup and reNgine will highlight the matched entries.
reNgine will use these default keywords to find the interesting subdomains or URLs from recon data.
{% for keyword in default_lookup %} {% for key in keyword.keywords|split:"," %} {{key}} {% endfor %} {% endfor %}