KvasirSecurity / Kvasir

Kvasir: Penetration Test Data Management
Other
426 stars 85 forks source link

IPMI Hashes import incorrectly from Metasploit XML #114

Closed grutz closed 10 years ago

grutz commented 10 years ago

ILMI hashes from Metasploit Pro XML import are being placed in the f_password field when they should be in the f_hash1 with ILMI in f_hash1_type

Example from XML:

    <creds>
      <cred>
        <port>623</port>
        <sname>ipmi</sname>
        <id>61365</id>
        <service-id>60912</service-id>
        <created-at>2014-07-29 22:37:48 UTC</created-at>
        <updated-at>2014-07-29 22:46:59 UTC</updated-at>
        <user>Administrator</user>
        <pass>hashstring</pass>
        <active>true</active>
        <proof/>
        <ptype>rakp_hmac_sha1_hash</ptype>
        <source-id/>
        <source-type/>
      </cred>
    </creds>
grutz commented 10 years ago

fixed in #117