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

Honeypot Unable to Run on Edited Script. #55

Open
Honeypiggy opened this issue Feb 13, 2024 · 1 comment
Open

Honeypot Unable to Run on Edited Script. #55

Honeypiggy opened this issue Feb 13, 2024 · 1 comment

Comments

@Honeypiggy
Copy link

Honeypiggy commented Feb 13, 2024

Despite making edits on init.py, main.py & rdp_server.py scripts, the honeypot runs on the default script. Would anyone be able to assist?

Edited script:
main py edits

Screenshot of deployed honeypot:
Deployed Honeypot

@jstucke
Copy link
Contributor

jstucke commented Feb 14, 2024

I'm just guessing but could it be that you installed "honeypots" normally with pip and then changed it and tried to execute the changed script? When it imports its modules, it then imports the installed (unchanged) ones instead of the one from the local folder. You can change that by installing it in "editable mode": pip install -e . directly from your checked out repository.

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

No branches or pull requests

2 participants