Projects STRLCPY PCredz Commits bbe112d4
🤬
  • ■ ■ ■ ■
    Pcredz
    skipped 33 lines
    34 34  from threading import Thread
    35 35   
    36 36  def ShowWelcome():
    37  - Message = 'Pcredz 1.0.0\nAuthor: Laurent Gaffie\nPlease send bugs/comments/pcaps to: lgaffie@trustwave.com\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'
     37 + Message = 'Pcredz 1.0.0\nAuthor: Laurent Gaffie\nPlease send bugs/comments/pcaps to: laurent.gaffie@gmail.com\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'
    38 38   print Message
    39 39   
    40 40  parser = argparse.ArgumentParser(description='Pcredz 1.0.0\nAuthor: Laurent Gaffie')
    skipped 711 lines
Please wait...
Page is in error, reload to recover