Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]无法启动 #218

Closed
ppofp opened this issue Jul 8, 2024 · 2 comments
Closed

[BUG]无法启动 #218

ppofp opened this issue Jul 8, 2024 · 2 comments
Assignees
Labels
BUG Something isn't working

Comments

@ppofp
Copy link

ppofp commented Jul 8, 2024

启动nginx服务
[ERROR][2024-07-08 03:28:54,495][248] : [Errno 111] Connection refused
Traceback (most recent call last):
File "/usr/bin/viper", line 243, in check_msfrpc
client.connect((LOCALHOST, msgrpc_port))
ConnectionRefusedError: [Errno 111] Connection refused
[INFO][2024-07-08 03:28:57,496][253] : [] 启动msfrpcd服务
[DEBUG][2024-07-08 03:28:57,496][258] : [Errno 2] No such file or directory: '/root/metasploit-framework/puma.pid'
[ERROR][2024-07-08 03:28:57,500][248] : [Errno 111] Connection refused
Traceback (most recent call last):
File "/usr/bin/viper", line 243, in check_msfrpc
client.connect((LOCALHOST, msgrpc_port))
ConnectionRefusedError: [Errno 111] Connection refused
[INFO][2024-07-08 03:29:00,501][253] : [
] 启动msfrpcd服务
[DEBUG][2024-07-08 03:29:00,501][258] : [Errno 2] No such file or directory: '/root/metasploit-framework/puma.pid'
[ERROR][2024-07-08 03:29:00,506][248] : [Errno 111] Connection refused
Traceback (most recent call last):
File "/usr/bin/viper", line 243, in check_msfrpc
client.connect((LOCALHOST, msgrpc_port))
ConnectionRefusedError: [Errno 111] Connection refused
[INFO][2024-07-08 03:29:03,507][253] : [*] 启动msfrpcd服务
[DEBUG][2024-07-08 03:29:03,507][258] : [Errno 2] No such file or directory: '/root/metasploit-framework/puma.pid'
[ERROR][2024-07-08 03:29:03,513][248] : [Errno 111] Connection refused
Traceback (most recent call last):
File "/usr/bin/viper", line 243, in check_msfrpc
client.connect((LOCALHOST, msgrpc_port))
ConnectionRefusedError: [Errno 111] Connection refused

@ppofp ppofp added the BUG Something isn't working label Jul 8, 2024
@ppofp
Copy link
Author

ppofp commented Jul 8, 2024

beta版本,修改了result = re.search(r'{}'.format("listen (\d+);"), data)为 result = re.search(r'listen (\d+);', data) 正常启动

@FunnyWolf
Copy link
Owner

beta版本,修改了result = re.search(r'{}'.format("listen (\d+);"), data)为 result = re.search(r'listen (\d+);', data) 正常启动

感谢反馈,新版本会修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants