Skip to content

Commit 15cdc67

Browse files
committed
[+]Update at 2020/8/1
1 parent 3df6736 commit 15cdc67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jsinfo.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,11 @@ def start(self):
223223
i = str(i)
224224
f.write(i.strip() + '\n')
225225

226+
logger.info('[+]Root domains ==> {}'.format(now_time + '_rootdomain'))
227+
logger.info('[+]Sub domains ==> {}'.format(now_time + '_subdomain'))
228+
logger.info('[+]Apis ==> {}'.format(now_time + '_apis'))
229+
logger.info('[+]LeakInfos ==> {}'.format(now_time + '_leakinfos'))
230+
226231
async def FindLinkInPage(self, url):
227232
"""发起请求"""
228233
try:

0 commit comments

Comments
 (0)