summarylogtreecommitdiffstats
path: root/havoc-c2-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'havoc-c2-git.install')
-rw-r--r--havoc-c2-git.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/havoc-c2-git.install b/havoc-c2-git.install
new file mode 100644
index 000000000000..bc7c97c43427
--- /dev/null
+++ b/havoc-c2-git.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo '################################################################################'
+ echo ' execute "sudo setcap 'cap_net_bind_service=+ep' /opt/Havoc/havoc" to run the '
+ echo ' server as a regular user. also, you may want to chown /opt/Havoc recursively, '
+ echo ' as for now havoc has to be launched from /opt/Havoc only: I mitigate this by '
+ echo ' placing a script in /usr/bin that uses pushd & popd just to launch the binary '
+ echo ' it is a hacky workaroud, but it works until 5pider fixes mainstream '
+ echo '################################################################################'
+} \ No newline at end of file