rapid7 / metasploit-framework

Metasploit Framework
https://www.metasploit.com/
Other
33.1k stars 13.76k forks source link

Unreachable URLs when trying to download Metasploit into Kalilinux image #19091

Closed IGNFIfortrue closed 1 month ago

IGNFIfortrue commented 1 month ago

Hello guys,

I am trying to install Metasploit in Kalilinux-rolling image, with 'apt install', but everytime there are a few unreachable URLS leads to build failure, here are some URLs I collected: • http://20.xxx.xxx.101/UserCheck/PortalMain?IID=A62B18BC-1C03-878D-1F03-DCC27CFE202F&origUrl=aHR0cDovL2thbGkuZG93bmxvYWQva2FsaS9wb29sL21haW4vci9ycGNzdmMtcHJvdG8vcnBjc3ZjLXByb3RvXzEuNC4zLTFfYW1kNjQuZGVihttp://20.xxx.xxx.101/UserCheck/PortalMain?IID=08856F48-0623-CCC9-DCB0-43F5A95033D9&origUrl=aHR0cDovL2thbGkuZG93bmxvYWQva2FsaS9wb29sL21haW4vci9ydWJ5LW5ldC10ZWxuZXQvcnVieS1uZXQtdGVsbmV0XzAuMi4wLTFfYWxsLmRlYghttp://20.xxx.xxx.101/UserCheck/PortalMain?IID=713CFFEC-B240-501D-57CE-11D6DF00708B&origUrl=aHR0cDovL2thbGkuZG93bmxvYWQva2FsaS9wb29sL21haW4vci9ydWJ5LWRlZmF1bHRzL3J1YnlfMy4xX2FtZDY0LmRlYghttp://20.xxx.xxx.207/UserCheck/PortalMain?IID=14FBAD0C-57FD-30CD-3077-7BBFDDA8DCA9&origUrl=aHR0cDovL2thbGkuZG93bmxvYWQva2FsaS9wb29sL21haW4vbi9uYXNtL25hc21fMi4xNi4wMS0xX2FtZDY0LmRlYg

May I ask if you know how to solve this issue? I use curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && \ chmod 755 msfinstall && \ ./msfinstall

and found similar issue as well.

thanks a lot in advance, Jin

jmartin-tech commented 1 month ago

A quick check suggests that you are attempting install on a system managed behind a CheckPoint firewall that is attempting to intercept or proxy the requests. This is not a Metasploit issue it is a restriction in the network your environment is connected to.

IGNFIfortrue commented 1 month ago

Thanks a lot for your advice, I will check with people who manages the firewall !

On Mon, 15 Apr 2024 at 16:23, Jeffrey Martin @.***> wrote:

A quick check suggests that you are attempting install on a system managed behind a CheckPoint https://www.checkpoint.com/ firewall that is attempting to intercept or proxy the requests. This is not a Metasploit issue it is a restriction in the network your environment is connected to.

— Reply to this email directly, view it on GitHub https://github.com/rapid7/metasploit-framework/issues/19091#issuecomment-2056987354, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5G7KEAC3WL3T4PE5H6MG5DY5PPHZAVCNFSM6AAAAABGHMECSWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJWHE4DOMZVGQ . You are receiving this because you authored the thread.Message ID: @.***>

adfoster-r7 commented 1 month ago

Will mark this as closed, as it looks like an issue with firewall config :+1: