Changeset 2

Show
Ignore:
Timestamp:
05/11/05 22:51:48 (3 years ago)
Author:
oxff
Message:

- updated version number in README to v2.1.0 (no, this is no final v2.1.0 commit)
- updated dist.conf to include some more bagel ports and one more win32rpc port

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mwcollect2/trunk/README

    r1 r2  
    1 mwcollect v2.0.3 ( http://www.mwcollect.org/ ) Readme 
     1mwcollect v2.1.0 ( http://www.mwcollect.org/ ) Readme 
    22============================================================== 
    33 
  • mwcollect2/trunk/mwcollectd.conf.dist

    r1 r2  
    6060                        retries = "16"; # how often will a packet be retransmited before timeout? 
    6161                } 
     62                 
     63                # duh, long lists of bagles :) 
    6264 
    6365                vuln-bagle-1 
     
    9698                        } 
    9799                } 
     100                 
     101                vuln-bagle-3 
     102                { 
     103                        library = "./bin/modules/vuln-bagle.so"; 
     104 
     105                        port = "2535"; # port to listen on, default 2745 
     106 
     107                        signatures 
     108                        { # this is the hex dump of the auth string before the url, vnames do not matter 
     109                                sign-1 = "43FFFFFF303030010A2891A12BE6602F328F60151A201A"; # thx anonymous 
     110                        } 
     111                } 
     112                 
     113                vuln-bagle-4 
     114                { 
     115                        library = "./bin/modules/vuln-bagle.so"; 
     116 
     117                        port = "4751"; # port to listen on, default 2745 
     118 
     119                        signatures 
     120                        { # this is the hex dump of the auth string before the url, vnames do not matter 
     121                                sign-1 = "43FFFFFF303030010A2891A12BE6602F328F60151A201A"; # thx anonymous 
     122                        } 
     123                } 
     124                 
     125                vuln-bagle-5 
     126                { 
     127                        library = "./bin/modules/vuln-bagle.so"; 
     128 
     129                        port = "6777"; # port to listen on, default 2745 
     130 
     131                        signatures 
     132                        { # this is the hex dump of the auth string before the url, vnames do not matter 
     133                                sign-1 = "43FFFFFF303030010A2891A12BE6602F328F60151A201A"; # thx anonymous 
     134                        } 
     135                } 
     136                 
     137                vuln-bagle-6 
     138                { 
     139                        library = "./bin/modules/vuln-bagle.so"; 
     140 
     141                        port = "11117"; # port to listen on, default 2745 
     142 
     143                        signatures 
     144                        { # this is the hex dump of the auth string before the url, vnames do not matter 
     145                                sign-1 = "43FFFFFF303030010A2891A12BE6602F328F60151A201A"; # thx anonymous 
     146                        } 
     147                } 
     148                 
     149                vuln-bagle-7 
     150                { 
     151                        library = "./bin/modules/vuln-bagle.so"; 
     152 
     153                        port = "81"; # port to listen on, default 2745 
     154 
     155                        signatures 
     156                        { # this is the hex dump of the auth string before the url, vnames do not matter 
     157                                sign-1 = "43FFFFFF303030010A2891A12BE6602F328F60151A201A"; # thx anonymous 
     158                        } 
     159                } 
     160                 
     161                # end list of bagles 
    98162 
    99163                vuln-rpc-dcom 
     
    110174                        port = "445"; # defaults to 135 
    111175                } 
     176                 
     177                vuln-rpc-defbind # windows binds some rpc stuff to 1025 as the first free default port.. 
     178                { 
     179                        library = "./bin/modules/vuln-win32rpc.so"; 
     180 
     181                        port = "1025"; # defaults to 135 
     182                }                
    112183 
    113184                vuln-wins