Example #1
0
 def test_sha1_cmd5(self):
     """Test SHA1 hash with cmd5."""
     res = scraper.cmd5(self.browser, sha1, 'sha1')
     assert res
Example #2
0
 def test_md5_cmd5(self):
     """Test MDA5 hash with cmd5."""
     res = scraper.cmd5(self.browser, md5, 'md5')
     assert res
Example #3
0
 def test_mysql_cmd5(self):
     """Test MYSQL hash with cmd5."""
     res = scraper.cmd5(self.browser, mysql, 'mysql')
     assert res
Example #4
0
 def test_ntlm_cmd5(self):
     """Test NTLM hash with cmd5."""
     res = scraper.cmd5(self.browser, ntlm, 'ntlm')
     assert res
Example #5
0
 def test_sha384_cmd5(self):
     """Test SHA384 hash with cmd5."""
     res = scraper.cmd5(self.browser, sha384, 'sha384')
     assert res
Example #6
0
 def test_sha256_cmd5(self):
     """Test SHA256 hash with cmd5."""
     res = scraper.cmd5(self.browser, sha256, 'sha256')
     assert res