diff --git a/routes/ui/tools.py b/routes/ui/tools.py index fd2b4c2..159b18a 100644 --- a/routes/ui/tools.py +++ b/routes/ui/tools.py @@ -5327,3 +5327,14 @@ def nmap_helper_page(project_id, current_project, current_user): return render_template('project/tools/helpers/nmap-helper.html', current_project=current_project, tab_name='Nmap Helper') + + +@routes.route('/project//tools/msfvenom-helper/', methods=['GET']) +@requires_authorization +@check_session +@check_project_access +@send_log_data +def msfvenom_helper_page(project_id, current_project, current_user): + return render_template('project/tools/helpers/msfvenom-helper.html', + current_project=current_project, + tab_name='MSFvenom Helper') diff --git a/templates/project/tools/helpers/msfvenom-helper.html b/templates/project/tools/helpers/msfvenom-helper.html new file mode 100644 index 0000000..59636ce --- /dev/null +++ b/templates/project/tools/helpers/msfvenom-helper.html @@ -0,0 +1,677 @@ + + +{% include 'header.html' %} + +
+ {% include 'menu.html' %} +
+
+ {% include 'project/sidebar.html' %} +
+ +
+

MSFVenom helper

+
+
+
+
+ {% if external_img %} + + {% else %} + + {% endif %} +
+
+ Metasploit + +
+ The Metasploit Project is a computer security project that provides information about security vulnerabilities and aids in penetration testing and IDS signature development. It is owned by Boston, Massachusetts-based security company Rapid7. +
+ +
+
+
+
+
+

MSFvenom command

+
+ + +
+

MSFconsole command

+
+ + + +
+
+
+
+
+
+
+
+
+ Payload: +
+ +
+
+
+ +
+

Generate options

+
+
+
+ Template: +
+ +
+
+
+ + +
+
+
+
+ Bad chars: +
+ +
+
+
+
+
+ NOP block: +
+ +
+
+
+
+
+ NOP+payload block size: +
+ +
+
+
+
+
+ MAX size: +
+ +
+
+
+
+
+
+
+ Encoders: +
+ +
+
+
+ +
+
+
+
+ MAX size: +
+ +
+
+
+ + +
+

Encrypt options

+
+
+
+ Encryption: +
+ +
+
+
+
+
+ Key: +
+ +
+
+
+
+
+ IV: +
+ +
+
+
+ +
+
+
+
+ Architecture: +
+ +
+
+
+
+
+ Platform: +
+ +
+
+

Output options

+
+
+
+ Format: +
+ +
+
+
+
+
+ Filename: +
+ +
+
+
+
+
+ Var name: +
+ +
+
+

Other options

+
+
+
+ Timeout: +
+ +
+
+
+
+
+ Win32 shellcode: +
+ +
+
+
+
+
+ Section name: +
+ +
+
+
+
+
+
+
+ {% include 'footer.html' %} +
+
+ + \ No newline at end of file diff --git a/templates/project/tools/helpers/nmap-helper.html b/templates/project/tools/helpers/nmap-helper.html index fa567d8..fa4fc23 100644 --- a/templates/project/tools/helpers/nmap-helper.html +++ b/templates/project/tools/helpers/nmap-helper.html @@ -817,7 +817,7 @@

Hosts