-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump projects/malware/cli/malwoverview from
9219f1d
to 4e4b54c
Bumps [projects/malware/cli/malwoverview](https://github.com/alexandreborges/malwoverview) from `9219f1d` to `4e4b54c`. - [Release notes](https://github.com/alexandreborges/malwoverview/releases) - [Commits](alexandreborges/malwoverview@9219f1d...4e4b54c) --- updated-dependencies: - dependency-name: projects/malware/cli/malwoverview dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
bc530b6
commit b9bcd99
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule malwoverview
updated
22 files
+444 β122 | README.md | |
+342 β11,316 | malwoverview/malwoverview.py | |
+0 β0 | malwoverview/modules/__init__.py | |
+787 β0 | malwoverview/modules/alienvault.py | |
+420 β0 | malwoverview/modules/android.py | |
+912 β0 | malwoverview/modules/bazaar.py | |
+2 β0 | malwoverview/modules/configvars.py | |
+541 β0 | malwoverview/modules/hybrid.py | |
+1,380 β0 | malwoverview/modules/inquest.py | |
+535 β0 | malwoverview/modules/malpedia.py | |
+144 β0 | malwoverview/modules/malshare.py | |
+320 β0 | malwoverview/modules/polyswarm.py | |
+833 β0 | malwoverview/modules/threatfox.py | |
+1,130 β0 | malwoverview/modules/triage.py | |
+984 β0 | malwoverview/modules/urlhaus.py | |
+1,938 β0 | malwoverview/modules/virustotal.py | |
+0 β0 | malwoverview/utils/__init__.py | |
+38 β0 | malwoverview/utils/colors.py | |
+48 β0 | malwoverview/utils/hash.py | |
+168 β0 | malwoverview/utils/peinfo.py | |
+28 β0 | malwoverview/utils/utils.py | |
+6 β2 | setup.py |