Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/0x727/ShuiZe_0x727
/ save
Method
save
Plugins/infoGather/subdomain/template/multiThreading.py:71–73 ·
view source on GitHub ↗
(self, content)
Source
from the content-addressed store, hash-verified
69
pass
70
71
def
save(self, content):
72
with
open(
'{}/{}_ports.txt'
.format(self.save_fold_path, self.fileName),
'at'
)
as
f:
73
f.writelines(
'{}\n'
.format(content))
Callers
15
saveBeianNewDomains
Method · 0.80
saveTheHarvesterIp
Method · 0.80
saveEmails
Method · 0.80
saveSpider
Method · 0.80
saveCert
Method · 0.80
saveGithub
Method · 0.80
saveparamHtLinks
Method · 0.80
saveQueryA
Method · 0.80
saveHostCollide
Method · 0.80
saveWebSpace
Method · 0.80
saveService
Method · 0.80
saveHostNameAndIps
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected