{% extends 'base/base.html' %} {% load static %} {% load custom_tags %} {% block title %} Proxy Settings {% endblock title %} {% block custom_js_css_link %} {% endblock custom_js_css_link %} {% block breadcrumb_title %} {% endblock breadcrumb_title %} {% block page_title %} Proxy Settings {% endblock page_title %} {% block main_content %}

Proxy Settings

Every website has a limit to certain number of requests allowed for a certain period of time from an particular IP Address, exceeding the limit will block any incoming requests from that particular IP Address for a specific period of time. This results in unreliable recon results. Suppose if you were to run Nuclei on a particular target with all the templates, your IP is likely to get banned because of the number of requests made by Nuclei.
And this is especially true for dorking and other OSINT reNgine does. After certain dorking attempts Google is likely to ban your IP for certain period of time.

{% csrf_token %}
{{form.use_proxy}}

Proxy List

You can enter as many proxies as you want, reNgine will randomly pick one among them during the scan.

{{form.proxies}}
{% endblock main_content %} {% block page_level_script %} {% endblock page_level_script %}