php-console icon indicating copy to clipboard operation
php-console copied to clipboard

Chrome extension no longer available in the Chrome web store

Open unfulvio opened this issue 5 years ago • 14 comments

this returns 404 at the moment

https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef

@barbushin what happened?

unfulvio avatar Oct 26 '20 16:10 unfulvio

Confirmed - cannot find the extension - I need it!! Help!

rmirabelle avatar Oct 26 '20 22:10 rmirabelle

Please upload again. Need it as well! At the moment I'm getting the repository and load it in Chrome by hand with the following steps

Download the repo from: https://github.com/barbushin/php-console-extension Unzip it Go to : chrome://extensions/ Allow developer mode and "Load unpacked"

gr0uch0dev avatar Oct 29 '20 09:10 gr0uch0dev

yeah @gr0uch0dev that's an option too - however I'd like to know if the extension is going to be permanently out of the repository or if it's gonna be re-uploaded: based on that feedback I might change the documentation for a project that uses php-console

CC @barbushin

unfulvio avatar Oct 30 '20 02:10 unfulvio

anyone know what's going on with this?

@barbushin ?

steveramos avatar Nov 06 '20 21:11 steveramos

@gr0uch0dev This worked for me - Thank you!!! Due to the complete lack of response on this thread, I'm now quite worried about the future of this extension. Tried another extension (Clockwork), which functions similarly, but I don't like it. Thankfully, for now I can roll back to this trusty tool.

rmirabelle avatar Nov 07 '20 00:11 rmirabelle

@unfulvio @steveramos

It seems the author hasn't been on GitHub all year, and probably removed the extension after it got put under the spotlight on HackTheBox. If you are using this, don't, it has some serious security issues and an MIA maintainer.

gaberust avatar Dec 25 '20 04:12 gaberust

Yep true.

There was an open challenge on HTB about this add-on. Be careful :)

gr0uch0dev avatar Dec 25 '20 18:12 gr0uch0dev

this has always been a tool intended for local environments or test machines and not to be used in production - no matter how safe; source code is here and on the matching Chrome extension, there doesn't seem to be anything that points to a safety issue for the intended use case

unfulvio avatar Dec 28 '20 03:12 unfulvio

This is not meant for a production environment. Of course you have security risks if you are running this in production, it has enable eval terminal in the UI. Its meant for development.

SourceCode avatar Feb 08 '21 07:02 SourceCode

Yeah, Chrome just nuked this for me...

image

Pacoup avatar Mar 25 '21 02:03 Pacoup

Just got disabled for me. Was this a security risk with it enabled? The lack of information other than being disabled and "This extension contains malware" is a little concerning.

goldingdamien avatar Mar 25 '21 02:03 goldingdamien

Same here. This has been my go-to debugging tool for years. Not happy about having to find an alternative.

ltoews avatar Mar 25 '21 03:03 ltoews

@goldingdamien Yeah, wondering about the same thing. Can't find any information. The repo itself hasn't been updated, so I assume someone managed to takeover the Google account and upload a version with malware.

On the other hand, the actual extension directory shows it was last updated July 7, 2019, so it doesn't look like a version with actual malware made it. Perhaps an attacker tried to upload a version with malware and Google detected it and shut down the whole thing as a precaution.

It hasn't been on the store for a while though, according to this thread. Maybe the attacker tried to restore it.

Pacoup avatar Mar 25 '21 03:03 Pacoup

It's likely a false positive (the last update in the Web store matches the last update date in https://github.com/barbushin/php-console-extension).

Nonetheless, you can still install the extension manually by downloading https://github.com/barbushin/php-console-extension, unzip and then go to chrome://extensions and click Load unpacked, select the folder and done

unfulvio avatar Mar 25 '21 04:03 unfulvio