Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Update situational_awareness.py
Browse files Browse the repository at this point in the history
minor typo
  • Loading branch information
xorrior authored Mar 14, 2018
1 parent 56a1c49 commit 58ed8a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def generate(self, obfuscate=False, obfuscationCommand=""):
HistoryResult = myfile.readlines()
HistoryCount = HistoryCount * -1
print "[*] Enumerating User Bash History"
print " - Hisotry count size: " + str(len(HistoryResult))
print " - History count size: " + str(len(HistoryResult))
for item in HistoryResult[HistoryCount:]:
print " * " + str(item.strip())
print "[*] SSH commands in History: "
Expand Down

0 comments on commit 58ed8a4

Please sign in to comment.