{% 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 %} {% endblock breadcrumb_title %} {% block page_title %} Interesting Lookup {% endblock page_title %} {% block main_content %}

Interesting Lookup

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.

Default Keywords

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 %}

Custom Keywords

{% csrf_token %} {{ form.keywords }} {# hidden value #} {{ form.custom_type }} Please use a comma (,) to separate the keywords.

Lookup in

{{form.url_lookup}}
{{form.title_lookup}}

Lookup Conditions

reNgine will lookup the keywords only when below conditions are met.
Lookup only when
{{form.condition_200_http_lookup}}
{% endblock main_content %} {% block page_level_script %} {% endblock page_level_script %}