Projects STRLCPY PCredz Commits 8a1a4dbe
🤬
  • Updated code to python3, and changed pcap lib.

  • Loading...
  • lgandx committed 4 years ago
    8a1a4dbe
    1 parent 1d66aac2
  • ■ ■ ■ ■ ■
    Pcredz
    skipped 39 lines
    40 40  from threading import Thread
    41 41   
    42 42  def ShowWelcome():
    43  -<<<<<<< HEAD
    44 43   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'
    45 44   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
    50 45   
    51 46  parser = argparse.ArgumentParser(description='Pcredz 1.0.0\nAuthor: Laurent Gaffie')
    52 47  m_group=parser.add_mutually_exclusive_group()
    skipped 708 lines
Please wait...
Page is in error, reload to recover