mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: small cleanup
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
<h1> SuperMega </h1>
|
||||
|
||||
Description of funtionality and settings.
|
||||
|
||||
<h3>Shellcode</h3>
|
||||
<code>--shellcode <filename.exe> </code><br>
|
||||
|
||||
|
||||
@@ -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, ))
|
||||
|
||||
Reference in New Issue
Block a user