Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for IndexError when shell is detected #9

Merged
merged 1 commit into from Apr 13, 2015
Merged

Fix for IndexError when shell is detected #9

merged 1 commit into from Apr 13, 2015

Conversation

travisbgreen
Copy link
Contributor

was getting:
File "shelldetect.py", line 199, in fingerprint
if _match_shell[3] == 1:
IndexError: list index out of range

So modified the regex and match object returns a bit to fix.

emposha added a commit that referenced this pull request Apr 13, 2015
Fix for IndexError when shell is detected
@emposha emposha merged commit da84dd0 into emposha:master Apr 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants