We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A hacker found a way to check the time using /proc/uptime, which caused an error to pop up.
To Reproduce Steps to reproduce the behavior:
Expected behavior My server (that the honeypot is based on) gives the following information back:
cowrie@jarvis:~/cowrie$ uptime 11:05:48 up 9 days, 14:13, 1 user, load average: 0.00, 0.00, 0.00 cowrie@jarvis:~/cowrie$ cat /proc/uptime 828798.67 1650742.58
Server (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
This may be a wider issue, where the cat command asked to print the contents of a file that only has meta data defined and no contents gives an error:
cat
root@svr04:~# cat /proc/uptime cat: /proc/uptime: No such file or directory root@svr04:~# ls -l /proc/uptime -r--r--r-- 1 root root 0 2013-04-05 12:25 uptime
Sorry, something went wrong.
The quick workaround is to add and entry in honeyfs/proc/uptime
honeyfs/proc/uptime
No branches or pull requests
Describe the bug
A hacker found a way to check the time using /proc/uptime, which caused an error to pop up.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
My server (that the honeypot is based on) gives the following information back:
Server (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: