mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-22 09:44:55 +02:00
Merge pull request #872 from AnonymousWP/fix-typos-in-code
Fix typos in code
This commit is contained in:
@@ -429,15 +429,15 @@ class VisualiseSubdomainSerializer(serializers.ModelSerializer):
|
||||
'description': 'Informational',
|
||||
'children': info_serializer.data
|
||||
})
|
||||
uknown = vulnerability.filter(severity=-1)
|
||||
if uknown:
|
||||
uknown_serializer = VisualiseVulnerabilitySerializer(
|
||||
uknown,
|
||||
unknown = vulnerability.filter(severity=-1)
|
||||
if unknown:
|
||||
unknown_serializer = VisualiseVulnerabilitySerializer(
|
||||
unknown,
|
||||
many=True
|
||||
)
|
||||
vulnerability_data.append({
|
||||
'description': 'Unknown',
|
||||
'children': uknown_serializer.data
|
||||
'children': unknown_serializer.data
|
||||
})
|
||||
|
||||
if vulnerability_data:
|
||||
|
||||
@@ -178,7 +178,7 @@ function get_external_tool_latest_version(tool_id, tool_name){
|
||||
// update available
|
||||
Swal.fire({
|
||||
title: 'Update available! Version: ' + latest_version,
|
||||
text: `Your current version of ${ htmlEncode(tool_name)} is v${current_version}, but latest version v${latest_version} is available, please udpate!`,
|
||||
text: `Your current version of ${ htmlEncode(tool_name)} is v${current_version}, but latest version v${latest_version} is available, please update!`,
|
||||
icon: 'info',
|
||||
confirmButtonText: 'Update ' + htmlEncode(tool_name)
|
||||
}).then((result) => {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
<br>
|
||||
<span class="text-muted">If you have choosen this tool as subdomain gathering tool, you'll be able to use it in scan engine configuration and provide this tool name inside <code>uses_tools</code>. If not, you will still be able to use this tool in our custom scripting engine.</span>
|
||||
<span class="text-muted">If you have chosen this tool as subdomain gathering tool, you'll be able to use it in scan engine configuration and provide this tool name inside <code>uses_tools</code>. If not, you will still be able to use this tool in our custom scripting engine.</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
@@ -149,7 +149,7 @@
|
||||
<div class="row">
|
||||
<h5>Subdomain Gathering Tool Additional Information</h5>
|
||||
<h6 class="text-danger">Please note that this subdomain gathering tool must support subdomain output in the form of txt file.</h6>
|
||||
<p>Since you have choosen this tool as subdomain gathering tool, we require additional information on how this tool runs.</p>
|
||||
<p>Since you have chosen this tool as subdomain gathering tool, we require additional information on how this tool runs.</p>
|
||||
<div class="">
|
||||
<span class="font-16">
|
||||
reNgine needs to know how this tool accepts target and output the subdomain results.<br>
|
||||
|
||||
@@ -24,7 +24,7 @@ Proxy Settings
|
||||
<div class="card-body">
|
||||
<h4 class="header-title">Proxy Settings</h4>
|
||||
<p>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 unreiliable 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.
|
||||
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.
|
||||
<br>
|
||||
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.
|
||||
</p>
|
||||
@@ -39,7 +39,7 @@ Proxy Settings
|
||||
</div>
|
||||
<h4 class="header-title">Proxy List</h4>
|
||||
<p>You can enter as many proxies as you want, reNgine will <span class="text-primary">randomly</span> pick one among them during the scan.</p>
|
||||
<label class="form-label" for="proxies">Seperate the proxies by new line.</label>
|
||||
<label class="form-label" for="proxies">Separate the proxies by new line.</label>
|
||||
{{form.proxies}}
|
||||
<button type="submit" class="btn btn-primary mt-3 float-end">Save Proxies</button>
|
||||
</form>
|
||||
|
||||
@@ -104,7 +104,7 @@ reNgine PDF Report Settings
|
||||
</div>
|
||||
<p>If turned on, reNgine will include Executive Summary in the report. You can customize the executive summary section.
|
||||
<br>
|
||||
<b>Please note that, Exective Summary section will appear before quick summary.</b>
|
||||
<b>Please note that, the Executive Summary section will appear before quick summary.</b>
|
||||
</p>
|
||||
<p>You can customize the executive summary and methodology template using markdown. Replace the below syntax wherever you require. <b>Curly braces are must!</b></p>
|
||||
<h4 class="header-title">Executive Summary Syntax</h4>
|
||||
|
||||
@@ -43,7 +43,7 @@ Add New Wordlist for Bruteforce
|
||||
</div>
|
||||
<div>
|
||||
<h4 class="header-title">Select the wordlist file</h4>
|
||||
<p class="text-primary">Your wordlist must be a *.txt file and wordlists must seperated by new line.</p>
|
||||
<p class="text-primary">Your wordlist must be a *.txt file and wordlists must be separated by a new line.</p>
|
||||
</div>
|
||||
<div class="custom-file mb-4">
|
||||
<label class="form-label" for="txtFile">Choose *.txt file</label>
|
||||
|
||||
@@ -331,7 +331,7 @@ Scan Findings
|
||||
<p class="text-muted mb-0">
|
||||
<span class="w-title text-danger">{{critical_count}} Critical, {{high_count}} High, {{medium_count}} Medium</span>
|
||||
<br>
|
||||
<span class="w-title text-primary">{{low_count}} Low {{info_count}} Info and {{unknown_count}} Uknown Vulnerabilities</span>
|
||||
<span class="w-title text-primary">{{low_count}} Low, {{info_count}} Info, and {{unknown_count}} Unknown Vulnerabilities</span>
|
||||
</p>
|
||||
{% else %}
|
||||
<p class="text-muted mb-0 small">Vulnerability scan hasn't been performed.</p>
|
||||
|
||||
@@ -91,7 +91,7 @@ Scheduling scan for {{domain.name}}
|
||||
<span class="">You can import subdomains for <b>{{domain.name}}</b> using your private recon tools.</span>
|
||||
<br>
|
||||
<div class="alert bg-soft-primary border-0 mt-1 mb-1" role="alert">
|
||||
<span class="">Seperate the subdomains using <b>new line</b>. If the subdomain does not belong to <b>{{domain.name}}</b> it will be skipped.</span>
|
||||
<span class="">Separate the subdomains using <b>new line</b>. If the subdomain does not belong to <b>{{domain.name}}</b> it will be skipped.</span>
|
||||
</div>
|
||||
<label for="importSubdomainFormControlTextarea" class="form-label mt-1">Subdomains List</label>
|
||||
<textarea class="form-control" id="importSubdomainFormControlTextarea" name="importSubdomainTextArea" rows="6" spellcheck="false"></textarea>
|
||||
@@ -101,7 +101,7 @@ Scheduling scan for {{domain.name}}
|
||||
<span class="">You can import subdomains for <b>{{domain.name}}</b> using your private recon tools.</span>
|
||||
<br>
|
||||
<div class="alert bg-soft-warning border-0 mt-1 mb-1" role="alert">
|
||||
<span class="">Seperate the out of scope subdomains/keywords using new line.(No regex currently supported.)</span>
|
||||
<span class="">Separate the out of scope subdomains/keywords using new line.(No regex currently supported.)</span>
|
||||
</div>
|
||||
<label for="outOfScopeSubdomainTextarea" class="form-label mt-1">Out of Scope Subdomains List</label>
|
||||
<textarea class="form-control" id="outOfScopeSubdomainTextarea" name="outOfScopeSubdomainTextarea" rows="6" spellcheck="false"></textarea>
|
||||
|
||||
@@ -47,7 +47,7 @@ Initiating scan for {{domain.name}}
|
||||
<span class="">You can import subdomains for <b>{{domain.name}}</b> using your private recon tools.</span>
|
||||
<br>
|
||||
<div class="alert bg-soft-primary border-0 mt-1 mb-1" role="alert">
|
||||
<span class="">Seperate the subdomains using <b>new line</b>. If the subdomain does not belong to <b>{{domain.name}}</b> it will be skipped.</span>
|
||||
<span class="">Separate the subdomains using <b>new line</b>. If the subdomain does not belong to <b>{{domain.name}}</b> it will be skipped.</span>
|
||||
</div>
|
||||
<label for="importSubdomainFormControlTextarea" class="form-label mt-1">Subdomains List</label>
|
||||
<textarea class="form-control" id="importSubdomainFormControlTextarea" name="importSubdomainTextArea" rows="6" spellcheck="false"></textarea>
|
||||
@@ -57,7 +57,7 @@ Initiating scan for {{domain.name}}
|
||||
<span class="">You can import subdomains for <b>{{domain.name}}</b> using your private recon tools.</span>
|
||||
<br>
|
||||
<div class="alert bg-soft-warning border-0 mt-1 mb-1" role="alert">
|
||||
<span class="">Seperate the out of scope subdomains/keywords using new line.(No regex currently supported.)</span>
|
||||
<span class="">Separate the out of scope subdomains/keywords using new line.(No regex currently supported.)</span>
|
||||
</div>
|
||||
<label for="outOfScopeSubdomainTextarea" class="form-label mt-1">Out of Scope Subdomains List</label>
|
||||
<textarea class="form-control" id="outOfScopeSubdomainTextarea" name="outOfScopeSubdomainTextarea" rows="6" spellcheck="false"></textarea>
|
||||
|
||||
@@ -25,7 +25,7 @@ Add Organization
|
||||
<div class="col-12">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<p>Organizations can be used to bundle the targets, an organization can have multiple targets. You will be able to scan the organizations just like the targets, but scanning the organization will allow you to scan all the targets wihtin the organization together.</p>
|
||||
<p>Organizations can be used to bundle the targets, an organization can have multiple targets. You will be able to scan the organizations just like the targets, but scanning the organization will allow you to scan all the targets within the organization together.</p>
|
||||
<form method="POST">
|
||||
{% csrf_token %}
|
||||
<div class="row">
|
||||
|
||||
@@ -126,9 +126,9 @@ Add or Import Targets
|
||||
<input type="text" class="form-control form-control-lg" id="targetDescription" placeholder="Interesting Target" name="targetDescription">
|
||||
</div>
|
||||
<div class="col-12 mt-3">
|
||||
<label for="domainDescription" class="form-label">Hackerone Target Team Handle
|
||||
<label for="domainDescription" class="form-label">HackerOne Target Team Handle
|
||||
<br>
|
||||
This is used to send vulnerability reports to Hackerone Program automatically. Team handle can be found from program url, hackerone.com/team_handle
|
||||
This is used to send vulnerability reports to the HackerOne Program automatically. Team handle can be found from the program URL, <a href="https://hackerone.com/team_handle">https://hackerone.com/team_handle</a>
|
||||
</label>
|
||||
<input type="text" class="form-control form-control-lg" id="targetH1TeamHandle" placeholder="team_handle" name="targetH1TeamHandle">
|
||||
<button class="btn btn-primary submit-fn mt-2 float-end" disabled type="submit" name="add-ip-target" id="add-ip-target" value="submit"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg> <span id="add_ip_target_btn">Add Target</span></button>
|
||||
@@ -141,7 +141,7 @@ Add or Import Targets
|
||||
{% csrf_token %}
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<label for="importSubdomainFormControlTextarea">You can add one or more targets. If you are adding multiple targets, Seperate them using new line. If the subdomain already exists, it will be skipped.</label>
|
||||
<label for="importSubdomainFormControlTextarea">You can add one or more targets. If you are adding multiple targets, separate them using new line. If the subdomain already exists, it will be skipped.</label>
|
||||
<textarea class="form-control" id="addTargets" rows="8" spellcheck="false" name="addTargets" placeholder="example.com"></textarea>
|
||||
</div>
|
||||
<div class="col-12 mt-3">
|
||||
@@ -149,9 +149,9 @@ Add or Import Targets
|
||||
<input type="text" class="form-control form-control-lg" id="targetDescription" placeholder="Interesting Target" name="targetDescription">
|
||||
</div>
|
||||
<div class="col-12 mt-3">
|
||||
<label for="domainDescription" class="form-label">Hackerone Target Team Handle
|
||||
<label for="domainDescription" class="form-label">HackerOne Target Team Handle
|
||||
<br>
|
||||
This is used to send vulnerability reports to Hackerone Program automatically. Team handle can be found from program url, hackerone.com/team_handle
|
||||
This is used to send vulnerability reports to the HackerOne Program automatically. Team handle can be found from the program URL, <a href="https://hackerone.com/team_handle">https://hackerone.com/team_handle</a>
|
||||
</label>
|
||||
<input type="text" class="form-control form-control-lg" id="targetH1TeamHandle" placeholder="team_handle" name="targetH1TeamHandle">
|
||||
</div>
|
||||
@@ -163,7 +163,7 @@ Add or Import Targets
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="alert alert-primary border-0 mb-4" role="alert">
|
||||
Your txt file must have list of domains seperated by new line.
|
||||
Your txt file must have list of domains separated by a new line.
|
||||
<br><br>
|
||||
By default all domains imported from txt will have no description. If you choose to import multiple domains with description, csv import is recommended.
|
||||
</div>
|
||||
@@ -182,7 +182,7 @@ Add or Import Targets
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="alert alert-warning border-0 mb-4" role="alert">
|
||||
Your csv file must be in the format of <strong>domain, description</strong> seperated by new line.
|
||||
Your csv file must be in the format of <strong>domain, description</strong> separated by a new line.
|
||||
</div>
|
||||
<form method="post" enctype="multipart/form-data">
|
||||
<div class="mb-3">
|
||||
|
||||
@@ -39,9 +39,9 @@ Update Target {{ form.name.value }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<label for="domainDescription" class="form-label">Hackerone Target Team Handle
|
||||
<label for="domainDescription" class="form-label">HackerOne Target Team Handle
|
||||
<br>
|
||||
This is used to send vulnerability reports to Hackerone Program automatically. Team handle can be found from program url, hackerone.com/team_handle
|
||||
This is used to send vulnerability reports to the HackerOne Program automatically. Team handle can be found from the program URL, hackerone.com/team_handle.
|
||||
</label>
|
||||
{{ form.h1_team_handle }}
|
||||
</div>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
{% elif vulnerability.severity == 4 %}
|
||||
<span class='badge badge-critical'>Critical</span>
|
||||
{% elif vulnerability.severity == -1 %}
|
||||
<span class='badge badge-soft-info'>Uknown</span>
|
||||
<span class='badge badge-soft-info'>Unknown</span>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td><a href="{{vulnerability.http_url}}" target="_blank" class="text-danger bs-tooltip" title="{{vulnerability.http_url}}">{{vulnerability.http_url|truncatechars:50}}</a></td>
|
||||
|
||||
Reference in New Issue
Block a user