File: README.Debian

package info (click to toggle)
bopm 3.1.3-3
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,892 kB
  • sloc: sh: 11,865; ansic: 6,904; yacc: 461; lex: 232; perl: 169; makefile: 121; php: 64
file content (30 lines) | stat: -rw-r--r-- 833 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Adding new protocol-port pairs via IRC
--------------------------------------

It is possible to add new protocol-port pairs at runtime. To use this
feature you need to put the following string into the topic of
the channel your BOPM is in:

  addproto:SCANNER=PROTO:PORT,PROTO:PORT

PROTO could be one of the following:

  hc (HTTP)
  hp (HTTPPOST)
  s4 (SOCKS4)
  s5 (SOCKS5)
  wg (WINGATE)
  rt (ROUTER)

SCANNER is one of the scanners defined in `bopm.conf', usually either
`default' or `extra'.

You can omit protocols (and ports) that are the same, to compact the
string.

Security concern: Users with operator access to BOPM's channel are able
to add new ports to scan without other authentication. They are, however,
limited by the maximum topic length.

 -- Philipp Kern <pkern@debian.org>  Thu, 20 Jul 2006 17:25:09 +0200