Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OWASP/Python-Honeypot
/ get_export_fileName
Function
get_export_fileName
web/static/js/explore.js:28–32 ·
view source on GitHub ↗
(file_type)
Source
from the content-addressed store, hash-verified
26
27
// Get the file name of the export file
28
function
get_export_fileName(file_type) {
29
const
date =
new
Date();
30
const
time = date.getTime();
31
return
'Honeypot-data-'
+ time +
"."
+ file_type;
32
}
33
34
35
// Delete datatable
Callers
1
downloadLogData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected