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.
In the example below the server would never notice that anything was wrong.
The drone should be able to report errors back, something like '{0} {1} {2}'.format(Message.CAPABILITY_ERROR, capability_name, 'some free text here...')
2014-07-05 15:16:32,992 (beeswarm.drones.honeypot.honeypot) Could not start ftp server on port 21. Error: [Errno 13] Permission denied: ('0.0.0.0', 21)
2014-07-05 15:16:32,992 (beeswarm.drones.honeypot.honeypot) Started Telnet capability listening on port 2323
The text was updated successfully, but these errors were encountered:
In the example below the server would never notice that anything was wrong.
The drone should be able to report errors back, something like
'{0} {1} {2}'.format(Message.CAPABILITY_ERROR, capability_name, 'some free text here...')
The text was updated successfully, but these errors were encountered: