summaryrefslogtreecommitdiff
path: root/network/w3af/w3af_console
diff options
context:
space:
mode:
Diffstat (limited to 'network/w3af/w3af_console')
-rw-r--r--network/w3af/w3af_console4
1 files changed, 4 insertions, 0 deletions
diff --git a/network/w3af/w3af_console b/network/w3af/w3af_console
new file mode 100644
index 0000000000..925f61b1c2
--- /dev/null
+++ b/network/w3af/w3af_console
@@ -0,0 +1,4 @@
+#!/bin/sh
+( cd /opt/w3af
+ ./w3af_console $@
+)