You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2019. It is now read-only.
The telnet and ssh sessions crashes when the attacker use the uptime command. This is because we do not yet generate (and update) /proc/uptime.
Example error from a hive session:
[james@host /]$ uptime
Traceback (most recent call last):
File "/Users/jkv/repos/beeswarm/beeswarm/hive/capabilities/shared/shell.py", line 229, in handle
self.COMMANDS[cmd](params)
File "/Users/jkv/repos/beeswarm/beeswarm/hive/capabilities/shared/shell.py", line 201, in command_uptime
with open('/proc/uptime', 'r') as f:
IOError: [Errno 2] No such file or directory: '/proc/uptime'
The text was updated successfully, but these errors were encountered:
The telnet and ssh sessions crashes when the attacker use the
uptime
command. This is because we do not yet generate (and update)/proc/uptime
.Example error from a hive session:
The text was updated successfully, but these errors were encountered: