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] HTTP Service "Process failed" #386

Open
Blu3panda-dev opened this issue Nov 5, 2024 · 0 comments
Open

[BUG] HTTP Service "Process failed" #386

Blu3panda-dev opened this issue Nov 5, 2024 · 0 comments
Labels

Comments

@Blu3panda-dev
Copy link

Describe the bug

When I use the http service and i go to {ip}:80 it does not automatically redirect me to the index.html but instead shows the following page. the other picture is the response from opencanary in the CLI.

image

image

The issue is the same whenever I have a different skin selected. When I search for {IP}:80/index.html the correct page does load . Is this a deliberate choice or not? I could not easily find how to change this without digging into the code myself. I followed this installation method :

$ sudo apt-get install python3-dev python3-pip python3-virtualenv python3-venv python3-scapy libssl-dev libpcap-dev
$ virtualenv env/
$ . env/bin/activate
$ pip install opencanary

i am running the latest version of python. The latest LTS version from ubuntu ARM based.

Expected behavior

I expected that it would redirect me to index.html. whenever i would visit port 80 on the IP of my Canary.

Add any other context about the problem here. Suggested additional information

  • Installed via pip or installed via github: pip
  • Running in virtualenv : yes
  • Running in docker : no
  • Services enabled or running : HTTP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant