File: module.cap

package info (click to toggle)
bettercap-caplets 0%2Bgit20240106-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,028 kB
  • sloc: javascript: 2,112; sh: 29; makefile: 8; python: 1
file content (13 lines) | stat: -rw-r--r-- 279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# events.stream
events.stream off
set events.stream.output enumerate/events/session1.events.stream.output
events.stream on

# net.sniff
set net.sniff.verbose false
net.sniff on

# http.proxy
set http.proxy.script enumerate/events/module.js
set http.proxy.port 8023
http.proxy on