• [^] # Re: Heu ?

    Posté par (site web personnel) . En réponse au journal [Pub pour Blog]Modification d'une carte PCMCIA pour une antenne externe.. Évalué à 2.

    je prends les CVS toutes les 2 semaines.

    Ca a l'air de marcher le scanning. Kismet y arrive sans soucis.

    airodump aussi.

    Bref, tout marche.

    Y'a qu'un truc mais c depuis 2 jours -> je trouve que ca sniffe moins bien... je vais refaire une compil des modules pour voir.

    # Kismet config file
    # Most of the "static" configs have been moved to here -- the command line
    # config was getting way too crowded and cryptic. We want functionality,
    # not continually reading --help!

    # Version of Kismet config
    version=2005.06.R1

    # Name of server (Purely for organizational purposes)
    servername=Kismet

    # User to setid to (should be your normal user)
    suiduser=XX

    # Sources are defined as:
    # source=sourcetype,interface,name[,initialchannel]
    # Source types and required drivers are listed in the README under the
    # CAPTURE SOURCES section.
    # The initial channel is optional, if hopping is not enabled it can be used
    # to set the channel the interface listens on.
    # YOU MUST CHANGE THIS TO BE THE SOURCE YOU WANT TO USE
    source=rt2500,ra0,rt2500-gpl,12

    # Comma-separated list of sources to enable. This is only needed if you defined
    # multiple sources and only want to enable some of them. By default, all defined
    # sources are enabled.
    # For example:
    # enablesources=prismsource,ciscosource

    # Do we channelhop?
    channelhop=true

    # How many channels per second do we hop? (1-10)
    channelvelocity=5

    # By setting the dwell time for channel hopping we override the channelvelocity
    # setting above and dwell on each channel for the given number of seconds.
    #channeldwell=10

    # Do we split channels between cards on the same spectrum? This means if
    # multiple 802.11b capture sources are defined, they will be offset to cover
    # the most possible spectrum at a given time. This also controls splitting
    # fine-tuned sourcechannels lines which cover multiple interfaces (see below)
    channelsplit=true

    # Basic channel hopping control:
    # These define the channels the cards hop through for various frequency ranges
    # supported by Kismet. More finegrain control is available via the
    # "sourcechannels" configuration option.
    #
    # Don't change the IEEE80211 identifiers or channel hopping won't work.

    # Users outside the US might want to use this list:
    # defaultchannels=IEEE80211b:1,7,13,2,8,3,14,9,4,10,5,11,6,12
    defaultchannels=IEEE80211b:1,11,7,8,9,10,12

    # 802.11g uses the same channels as 802.11b...
    defaultchannels=IEEE80211g:1,11,7,8,9,10,12