test_Joomla.py 292 B

1234567891011
  1. import Test.ID2TAttackTest as Test
  2. sha_default = 'a45bd543ae7416cdc5fd76c886f48990b43075753931683407686aac2cfbc111'
  3. # TODO: improve coverage
  4. class UnitTestJoomla(Test.ID2TAttackTest):
  5. def test_joomla_default(self):
  6. self.checksum_test([['JoomlaRegPrivExploit']], sha_default)