{% extends "base.html" %} {% block body %}

Active Callbacks

[[task.comment_operator]]'s comment:

[[task.comment]]

[[task.operator]]'s task: [[task.id]] - at [[toLocalTime(task.timestamp)]]


 [[task.command]] 
[[task.display_params]]
[[rsp.response]]
Window:
Stop Listening Callback Port
[[ callbacks[entry]['id'] ]] [[ callbacks[entry]['port'] ]]
PID PPID Name Arch User BinPath
Name Size Modify Time Comment Actions
..
[[Object.values(f)[0].data.size]] [[Object.values(f)[0].data.modify_time]]
[[Object.values(f)[0].data.comment]]
{% endblock %} {% block scripts %} {% include "callbacks.js" %} {% endblock %} {% block body_config %} .has-children{ font-weight: bold; color: #f1d592; } .has-children-process{ font-weight: bold; } .browser-name{ color: {{config['text-color']}}; } .is-callback{ background-color: {{config['highlight']}}; color: {{config['highlight-text']}}; } .label-wrapper{ border-left: 2px solid grey; } #ghostbar{ width: 100%; height: 3px; background-color:red; opacity:0.5; position:absolute; cursor: col-resize; z-index:999 } {% endblock %}