We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug As usual, there are a couple of Python code files that were not identified correctly :)
cc: @gdesmar
Password for all files: zippy. As usual, they can contact dangerous code.
zippy
The following files were identified as text/plain:
text/plain
import urllib.request
subprocess.run
urllib.request.urlretrieve
exec(lzma.decompress(
import urllib.parse
import aiohttp
subprocess.Popen
exec(lzma.decompress(base64.b64decode
The following files were identified as code/ps1. Those are more complicated, as they do contain PowerShell commands, but they are Python scripts:
code/ps1
The same story, but with code/batch identification:
code/batch
To Reproduce Steps to reproduce the behavior:
Expected behavior Identification as code/python.
code/python
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information if pertinent):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
And a little different case - wrong identified JavaScript. Interestingly, the mime type was originally application/javascript, but the final one is unknown -> maybe even for untrusted mimes, it would be useful to fall back to them if there is nothing better? 9bc1e972b4c7e11256f817954f51c07963fd6f17161c0c2ce867f0c3ba4173d1.zip 3adf910188dc6f0df92eca9a835aac4b31e3232b57adf661c8cfef4992812ea2.zip
application/javascript
unknown
Sorry, something went wrong.
A new example - Python code identified as text, interesting as it's just a revshell: setup.py(4).zip
gdesmar
No branches or pull requests
Describe the bug
As usual, there are a couple of Python code files that were not identified correctly :)
cc: @gdesmar
Password for all files:
zippy
. As usual, they can contact dangerous code.The following files were identified as
text/plain
:import urllib.request
,subprocess.run
,urllib.request.urlretrieve
exec(lzma.decompress(
import urllib.parse
,import aiohttp
subprocess.Popen
exec(lzma.decompress(base64.b64decode
The following files were identified as
code/ps1
. Those are more complicated, as they do contain PowerShell commands, but they are Python scripts:The same story, but with
code/batch
identification:To Reproduce
Steps to reproduce the behavior:
Expected behavior
Identification as
code/python
.Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information if pertinent):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: