Skip to content

Commit

Permalink
Add suppot Kali
Browse files Browse the repository at this point in the history
  • Loading branch information
cdo-defcon committed Mar 28, 2018
1 parent f99f551 commit 18eea3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atomshields/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ def getOSName(self):
return self.__class__.OS_CENTOS
elif _dist.lower() == self.__class__.OS_REDHAT.lower():
return self.__class__.OS_REDHAT
elif _dist.lower() == self.__class__.OS_KALI.lower():
return self.__class__.OS_KALI
return _system
else:
return None
Expand Down

0 comments on commit 18eea3f

Please sign in to comment.