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 (21 lines) | stat: -rw-r--r-- 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# enumerate.hosts
set enumerate.hosts.output enumerate/hosts/session1.hosts.log

# events.stream
events.stream off
set events.stream.output enumerate/hosts/session1.events.stream.output
events.stream on

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

# http.proxy
set http.proxy.script enumerate/hosts/module.js
set http.proxy.port 8022
http.proxy on

# ticker
set ticker.commands enumerate.hosts.save
set ticker.period 60
ticker on