EpiRootkit
By STDBOOL
Loading...
Searching...
No Matches
Functions
download Namespace Reference
Functions
download
()
Function Documentation
◆
download()
download
(
)
Definition at line
10
of file
download.py
.
10
def
download
():
11
files = os.listdir(cfg.DOWNLOAD_FOLDER)
12
return
render_template(
"download.html"
, files=files, download_folder=cfg.DOWNLOAD_FOLDER)
13
download
Definition
download.py:1