after the successfully login into the honeypot I want to change the PS1 var for the user.
So I have added three files with the default content (./kippo/honeyfs/root/):
I'm not sure if i understood this correctly, but if you want to edit the prompt that is shown to the attacker, you can find it in honeypot.py -> showPrompt()
Hi,
after the successfully login into the honeypot I want to change the PS1 var for the user. So I have added three files with the default content (./kippo/honeyfs/root/):
But I am still not able to modify the bash layout with the PS1 var.
What should I do that this works for me?