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

Commit 58ed8a4

Browse files
authored
Update situational_awareness.py
minor typo
1 parent 56a1c49 commit 58ed8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/modules/python/situational_awareness/host/osx/situational_awareness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def generate(self, obfuscate=False, obfuscationCommand=""):
221221
HistoryResult = myfile.readlines()
222222
HistoryCount = HistoryCount * -1
223223
print "[*] Enumerating User Bash History"
224-
print " - Hisotry count size: " + str(len(HistoryResult))
224+
print " - History count size: " + str(len(HistoryResult))
225225
for item in HistoryResult[HistoryCount:]:
226226
print " * " + str(item.strip())
227227
print "[*] SSH commands in History: "

0 commit comments

Comments
 (0)