Skip to content

Commit

Permalink
Merge pull request #3 from havocesp/havocesp-more-interpreters
Browse files Browse the repository at this point in the history
Update interpreters.py
  • Loading branch information
Daniel Umpierrez authored Aug 4, 2024
2 parents 74fa1f0 + f8526de commit 2692120
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion identify/interpreters.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,24 @@
'python': {'python'},
'python2': {'python', 'python2'},
'python3': {'python', 'python3'},
'python2.6': {'python', 'python2', 'python2.6'},
'python2.7': {'python', 'python2', 'python2.7'},
'python3.3': {'python', 'python3', 'python3.3'},
'python3.4': {'python', 'python3', 'python3.4'},
'python3.5': {'python', 'python3', 'python3.5'},
'python3.6': {'python', 'python3', 'python3.6'},
'python3.7': {'python', 'python3', 'python3.7'},
'python3.8': {'python', 'python3', 'python3.8'},
'python3.9': {'python', 'python3', 'python3.9'},
'python3.10': {'python', 'python3', 'python3.10'},
'python3.11': {'python', 'python3', 'python3.11'},
'python3.12': {'python', 'python3', 'python3.12'},
'python3.13': {'python', 'python3', 'python3.13'},
'ruby': {'ruby'},
'sed': {'sed'},
'sh': {'shell', 'sh'},
'tcsh': {'shell', 'tcsh'},
'zsh': {'shell', 'zsh'},
'xdotool': {'xdotool'},
'xonsh': {'shell', 'xonsh'},
'zsh': {'shell', 'zsh'}
}

0 comments on commit 2692120

Please sign in to comment.