Projects STRLCPY PCredz Commits 1d66aac2
🤬
  • ■ ■ ■ ■ ■
    Pcredz
    skipped 39 lines
    40 40  from threading import Thread
    41 41   
    42 42  def ShowWelcome():
     43 +<<<<<<< HEAD
    43 44   Message = 'Pcredz 2.0.0\nAuthor: Laurent Gaffie\nPlease send bugs/comments/pcaps to: [email protected]\nThis script will extract NTLM (http,ldap,smb,sql,etc), Kerberos,\nFTP, HTTP Basic and credit card data from a given pcap file or from a live interface.\n'
    44 45   print(Message)
     46 +=======
     47 + Message = 'Pcredz 1.9.0\nAuthor: Laurent Gaffie\nPlease send bugs/comments/pcaps to: [email protected]\nThis script will extract NTLM (http,ldap,smb,sql,etc), Kerberos,\nFTP, HTTP Basic and credit card data from a given pcap file or from a live interface.\n'
     48 + print Message
     49 +>>>>>>> dee8dd96ff851276fc9a2c2867a4cd8875fa12f5
    45 50   
    46 51  parser = argparse.ArgumentParser(description='Pcredz 1.0.0\nAuthor: Laurent Gaffie')
    47 52  m_group=parser.add_mutually_exclusive_group()
    skipped 708 lines
  • ■ ■ ■ ■ ■ ■
    Readme.md
    skipped 27 lines
    28 28  apt-get install python-libpcap
    29 29  ```
    30 30   
     31 +Note: You might need to use a previous libpcap version on some distribution:
     32 + 
     33 +```bash
     34 +wget http://mirrors.kernel.org/ubuntu/pool/universe/p/python-libpcap/python-libpcap_0.6.4-1_amd64.deb && dpkg -i python-libpcap_0.6.4-1_amd64.deb
     35 +```
     36 + 
    31 37  On Kali, you will need to:
    32 38   
    33 39  ```bash
    skipped 36 lines
Please wait...
Page is in error, reload to recover