Resultados 1 al 11 de 11

Sobre pqwak2 la gallina de los huevos de oro.

  1. #1 Sobre pqwak2 la gallina de los huevos de oro. 
    Iniciado
    Fecha de ingreso
    Jan 2004
    Mensajes
    1
    Descargas
    0
    Uploads
    0
    -Ante todo daros las buenas a todos ya que soy nuevo en este foro.
    Megustaria si puede ser que me resolvierais algunas dudas que tengo:

    1. Sobre el programa pqwak2 que aporbecha el bug del netbios si ya se que an escrito ya sobre ese tema aqui pero no me a quedado del todo claro. Me gustia que me explicaseis con ejemplo si pude ser la casilla de
    share e leido que ahi deberia ir el nombre del directorio que comparte la maquina, es eso? o me equivoco? y si es asi como puedo averiguar que carpeta comparte?.

    2.Como averiguar las ip que comprende un dominio o una red, se hace con whois??? o como debo hacer.

    Muchas gracias y un saludo a todos..
    Citar  
     

  2. #2  
    Emeritus HH-team Avatar de TseTse
    Fecha de ingreso
    Apr 2002
    Ubicación
    Metaverso
    Mensajes
    3.284
    Descargas
    1
    Uploads
    0
    PQwak v2.00a October 27, 2000
    (C) Shane Hird 2000

    DISCLAIMER: By using this program, you agree that you are completely
    responisble for your own actions, and I, Shane, am in no way
    liable, unless its something good.

    ->What is PQwak?

    This program exploits a flaw in the share level password authentication
    of MS windows 95/98/ME in its CIFS protocol to find the password of a
    given share on one of these machines.


    ->How does it work?

    The program exploits a flaw found by nsfocus (www.nsfocus.com) in which
    windows verifies passwords based on the client supplied password length
    rather than the server's. The program is essentially a stripped down
    NetBIOS client, which communicates at the TCP/IP level, using CIFS through
    SMB over NetBios over TCP/IP :P. It first starts with a size 1 password,
    iterating through a set of characters, when it finds a match, it goes up
    to a size 2 password and so on.


    ->What are all the fields?

    IP: The IP address of the host.
    Share: The passworded plain share name (no '\\' characters)
    Name: The NetBIOS name of the host


    ->How do I get the IP of a host?

    At a command prompt, type
    "nbtstat -a hostname"
    Then type
    "nbtstat -c"
    And you should see the host in the list with its IP. If not, type
    'arp -a'
    and match the MAC address with the physical address retrieved from
    'nbtstat -a hostname' As a last resort, connect to the host, then type
    "netstat -an"
    and find the IP in this list.


    ->How do I get the NetBIOS name of a host?

    If you know the IP of a host, you can use 'nbtstat -A 123.123.123.123' and
    the name will be returned. (The <20> service). Or you can use one of the
    many tools which map names to IP's. The program should be able to resolve the
    name ok, but in some cases you may need to specify this yourself (see bugs).


    ->How can I protect myself?

    MS has made a patch available here:
    http://www.microsoft.com/technet/security/bulletin/ms00-072.asp
    with a FAQ about the problem here:
    http://www.microsoft.com/technet/security/bulletin/fq00-072.asp
    though the patch for Windows 95 is still to come.


    ->Is this legal?

    Probably not. But then, you're the one using it, not me, and MS is the one
    who is responsible for the hole. There is at least one other known client
    which exploits this hole, the choice to use mine does not make me any more
    responsible.


    ->It doesn't work.

    This program will not work on patched hosts, nor will it work on any NT host.
    This is due to the fact that NT uses user level sharing, rather than share
    level. It will only work on unpatched Win95/98/ME hosts. There are also some
    known bugs which may be causing the problem.


    ->Known bugs/problems?

    Most bugs have been fixed from v1.00. It now uses synchronous sockets, so there
    is no need for a delay, this however can cause a problem when resolving the name
    if the reply is lost, never returned, or only returned on UDP port 137 (Samba).
    In this case, it will hang forever waiting for a reply, hit "Stop" and specify
    the name manually by using 'nbtstat -A ip'.
    For some reason, some (I'm not sure what version) hosts will return success on
    a size 1, NULL byte password even when there is a password. This isn't the case
    with most hosts, but for those that it does, it causes a big problem. For this
    reason, the first character starts by trying with a space rather than NULL, this
    makes for some very ugly code, and blank passwords will actually be reported as
    a space rather than NULL.
    Memory leaks and thread cleanup should be ok, but you probably shouldn't close
    the app while it is running, hit stop or wait till it finishes to be safe. The OS
    should clean it up OK anyway.


    ->Where can I get the source code?

    There are no current plans to release the source, it is very ugly at the
    moment. If you really want to write your own client, I suggest packet sniffing
    this program with a good sniffer like 'analyser', and reading up on CIFS in
    the MSDN documentation. Also, you will need to code at the TCP/IP level, not
    using any high level API's for share connection etc, as they don't allow you
    to specify the password length. You will also need to read up on NetBIOS,
    although packet sniffing could probably get you enough info.


    ->Questions/comments?

    Ask Shane ([email protected])


    Version History:

    v1.00

    + First version.
    + Asynchronous communication, so must specify a delay for reply.
    + Only checked chars from 0x20 to 0x96.

    v2.00a

    + Synchronous sockets, no need for delay
    + Much better error reporting
    + Can resolve names from IP if specified
    + Supports a 'Stop' button to interrupt cracking/connecting
    + Heaps better memory/thread/socket management
    + Checks all characters, in the order NULL, 0x20-0xFF, 0x01-0x1A
    + Progress bar for progress through character set

    Tal y como pone en el readme.txt con un nbtstat -a IP veras las tablas de netBIOS en el recurso que ponga <20> por ejemplo DOCUMENTOS <20> esa será una carpeta compartida (share).

    También con el NAT (NetBIOS Auditing Tool) puedes conocer información útil sobre NetBIOS recursos que comparte, etc. Sid2user/User2sid para convertir los SID a usuarios y viceversa, etc...

    Para saber las IPs abre una ventana de símbolo de sistema o ms-dos y escribe route print y ahí podrás ver el rango bajo el que opera la red 172.x.x.x, 10.x.x.x, 192.x.x.x.

    Conviene leerse el archivo readme.txt....

    TseTse
    ͎T͎͎s͎͎e͎͎T͎͎s͎͎e͎
    Citar  
     

  3. #3  
    Avanzado
    Fecha de ingreso
    Dec 2001
    Ubicación
    127.0.0.1
    Mensajes
    1.526
    Descargas
    1
    Uploads
    0
    mmm teneis el link d esa version ? creo q yo tengo una antigua

    salu2
    Citar  
     

  4. #4  
    Emeritus HH-team Avatar de TseTse
    Fecha de ingreso
    Apr 2002
    Ubicación
    Metaverso
    Mensajes
    3.284
    Descargas
    1
    Uploads
    0
    ͎T͎͎s͎͎e͎͎T͎͎s͎͎e͎
    Citar  
     

  5. #5  
    Avanzado
    Fecha de ingreso
    Dec 2001
    Ubicación
    127.0.0.1
    Mensajes
    1.526
    Descargas
    1
    Uploads
    0
    thx ^^
    Citar  
     

  6. #6  
    Iniciado
    Fecha de ingreso
    Oct 2003
    Mensajes
    1
    Descargas
    0
    Uploads
    0
    el archivo que dice tse tse tiene virus........
    Citar  
     

  7. #7  
    Avanzado
    Fecha de ingreso
    Dec 2001
    Ubicación
    127.0.0.1
    Mensajes
    1.526
    Descargas
    1
    Uploads
    0
    silavario creo q sera xq el pqwak esta considerado como troyano por los antivirus...
    Citar  
     

  8. #8  
    Co-Admin HackHispano.com Avatar de clarinetista
    Fecha de ingreso
    Jan 2004
    Ubicación
    HackHispano/SM
    Mensajes
    7.773
    Descargas
    31
    Uploads
    8
    Si , segun que antivirus(el panda asombrosamente no) te detecta como virus algunos archivos "potencialmente" peligrosos.
    A mi me pasos igual cuando me instale el Cain(para lo de izhal y toda pesca), pero de todo smodos no bajes la guardia
    Citar  
     

  9. #9  
    Avanzado
    Fecha de ingreso
    Jan 2004
    Ubicación
    Saqqara
    Mensajes
    176
    Descargas
    0
    Uploads
    0
    Primero darte la vienvenida Creepy a este foro, yo soy tb medio nuevo poco mas de una semana y me siento como en casa, ya veras como la peña es de PM y te contestan to lo q kieras (q chicos os ha molado el peloteo ehh ).Es mu probable q lo del virus sea lo q dice Juanma, a mi pasaba con el Netbus(xq sera ).
    Citar  
     

  10. #10  
    Emeritus HH-team Avatar de TseTse
    Fecha de ingreso
    Apr 2002
    Ubicación
    Metaverso
    Mensajes
    3.284
    Descargas
    1
    Uploads
    0
    http://www.pestpatrol.com/PestInfo/p/pqwak.asp

    TseTse
    ͎T͎͎s͎͎e͎͎T͎͎s͎͎e͎
    Citar  
     

  11. #11 Sobre lo del Virus 
    Iniciado
    Fecha de ingreso
    Feb 2004
    Ubicación
    ESPAÑA
    Mensajes
    48
    Descargas
    0
    Uploads
    0
    Hola a Todos:

    El otro día me intente descargar un exploit pero el antivirus me lo detectaba de todas, todas. Probé a cambiarle la extension al archivo, a cambiar los tags y ná, para una vez que no quieres que el antivirus te detecte algo, ¡¡coño!! se vuelve efectivo. Me podriais decir cómo puedo hacer para que no lo detecte y me lo borre? Bien, sé que puedo cerrarlo pero lo me lo eliminara en el sgte escaneo que haga, o bien que me consulte la accion, esta sería una posibilidad, existe otra?

    Un saludo, y acuidarse todos,
    Citar  
     

Temas similares

  1. Huevos de pascua en Ubuntu
    Por Nost en el foro LINUX - MAC - OTROS
    Respuestas: 6
    Último mensaje: 19-05-2008, 10:10
  2. Hasta los huevos de vodafone
    Por Nost en el foro TELEFONIA
    Respuestas: 0
    Último mensaje: 29-08-2007, 15:43
  3. Respuestas: 18
    Último mensaje: 26-07-2003, 04:12
  4. Manda huevos
    Por Xevian en el foro OFF-TOPIC
    Respuestas: 1
    Último mensaje: 29-03-2003, 17:24
  5. Mi XP No Se apaga !!Manda Huevos!!
    Por antares en el foro HACK HiSPANO
    Respuestas: 2
    Último mensaje: 18-03-2002, 00:53

Marcadores

Marcadores