Projects STRLCPY PCredz Commits 4de7eba1
🤬
  • Added: Search into SMB READ responses for passwd

  • Loading...
  • lgandx committed 8 years ago
    4de7eba1
    1 parent c4207864
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    Pcredz
    skipped 486 lines
    487 487   
    488 488   if SrcPort == 445:
    489 489   SMBRead_userfields = ['Administrator','user', 'email', 'username', 'session_key', 'sessionkey']
    490  - SMBRead_passfields = ['cpassword','password', 'pass', 'password', '_password', 'passwd']
     490 + SMBRead_passfields = ['cpassword','password', 'pass', 'password', '_password', 'passwd', 'pwd']
    491 491   for password in SMBRead_passfields:
    492 492   passw = re.findall('(?<=%s )[^\\r]*'%(password), decoded['data'], re.IGNORECASE)
    493 493   if passw:
    skipped 221 lines
Please wait...
Page is in error, reload to recover