Tuhinshubhra / CMSeeK

CMS Detection and Exploitation suite - Scan WordPress, Joomla, Drupal and over 180 other CMSs
GNU General Public License v3.0
2.31k stars 497 forks source link

HOW to fix it? #72

Closed safebaseline closed 5 years ago

safebaseline commented 5 years ago

targetlist: 图片 running: 图片

safebaseline commented 5 years ago

cmd:python3 cmseek.py -l ./target.txt

[+] CMS Detection And Deep Scan [+]

Traceback (most recent call last): File "cmseek.py", line 126, in target = cmseek.process_url(s) File "/root/CMSeeK/cmseekdb/basic.py", line 193, in process_url init_result_dir(target) File "/root/CMSeeK/cmseekdb/basic.py", line 237, in init_result_dir os.makedirs(result_dir) File "/usr/lib/python3.6/os.py", line 220, in makedirs mkdir(name, mode) OSError: [Errno 36] File name too long: '/root/CMSeeK/Result/cc.xxx.comwww.xxx.comvideo.xxx.compay.xxx.comhi.xxxx.comoa.xxx.commusic.xxxx.c

Tuhinshubhra commented 5 years ago

separate the file list by comma "," instead of newline.

try this command tr '\n' ',' < input.txt > output.txt

Do let me know if this solves your issue!

safebaseline commented 5 years ago

how to skip it? 图片

safebaseline commented 5 years ago

Don't show the message "Press [ENTER] to continue",just continue.

Tuhinshubhra commented 5 years ago

use --batch