refactor: small cleanup

This commit is contained in:
Dobin Rutishauser
2025-06-21 10:19:01 +02:00
parent 71bc23f47a
commit 1db212de53
5 changed files with 10 additions and 1 deletions
+2
View File
@@ -10,6 +10,8 @@
<h1> SuperMega </h1>
Description of funtionality and settings.
<h3>Shellcode</h3>
<code>--shellcode &lt;filename.exe&gt; </code><br>
+2
View File
@@ -263,6 +263,8 @@ def build_project(project_name):
# return redirect("/project/{}".format(project_name), code=302)
project_settings.try_start_final_infected_exe = False
project_settings.cleanup_files_on_start = True # cleanup, or it will be confusing if failed
project = Project(project_settings)
prepare_project(project_name)
thread = Thread(target=supermega_thread, args=(project.settings, ))