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

Unauthenticated git protocol no longer supported #846

Open
4N6Guy opened this issue May 9, 2022 · 3 comments
Open

Unauthenticated git protocol no longer supported #846

4N6Guy opened this issue May 9, 2022 · 3 comments

Comments

@4N6Guy
Copy link

4N6Guy commented May 9, 2022

While trying to install the Glastopf honeypot, the script failed at "git clone git://github.com/mushorg/BFR.git.

The error message reads "The unauthenticated git protocol on port 9418 is no longer supported."

@wrharding
Copy link
Collaborator

Replacing git with https on this line fixed the issue you are describing, however, there seems to be an additional issue on my installation:

git clone git://github.com/mushorg/BFR.git

New error:

image

I'm unfamiliar with this error. I'll have to look at it later this week.

@wrharding
Copy link
Collaborator

Note, I'm running Ubuntu 16.04, per the Wiki's notes on what glastopf supports.

@4N6Guy
Copy link
Author

4N6Guy commented May 11, 2022

Thank you for the reply. I have made the change but I have run into other issues. The first was the pathname used in the "Updated php.ini to add bro.so. Here's the new script:

'# Updated php.ini to add bfr.so
if [ "$(lsb_release -r -s)" == "14.04" ]; then
BFR_BUILD_OUTPUT=find /usr/lib/php5/ -type f -name "bfr.so" | awk -F"/" '{print $5}'
echo "zend_extension = /usr/lib/php5/$BFR_BUILD_OUTPUT/bfr.so" >> /etc/php5/apache2/php.ini
else
BFR_BUILD_OUTPUT=find /usr/lib/php/ -type f -name "bfr.so" | awk -F"/" '{print $5}'
echo "zend_extension = /usr/lib/php/$BFR_BUILD_OUTPUT/bfr.so" >> /etc/php/7.2/apache2/php.ini
fi'

However, I now have run into another issue as seen below,

Error 1a

Error 1b

Note: I am running Ubuntu 18.04 and the installation automatically upgrades Python to 3.6.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants