woj-ciech / Daily-dose-of-malware

Script lets you gather malicious software and c&c servers from open source platforms like Malshare, Malcode, Google, Cymon - vxvault, cybercrime tracker and c2 for Pony.
36 stars 15 forks source link

String concat error #3

Open deadbits opened 5 years ago

deadbits commented 5 years ago

When running python3 ddom.py -s malshare --download the module will fail with an error/debug message of can only concatenate str (not "bytes") to str. For the life of me I can't find out where this is actually happening.

I've added try/excepts all over the place, printed out the tracebacks in different ways, etc., but I have no idea and the message itself doesn't provide much help. Any assistance with this would be much appreciated!

I'm sure there is something small somewhere I'm missing here


Bug Re-creation

aswanda:Daily-dose-of-malware/ (master) » python3 ddom.py -s malshare --download
.     .      Daily dose of malware.   .   . .
  .     .  :     .    .. :. .___---------___.
Script lets you gather:.. ._".^ .^ ^.  '.. :"-_. .+..:.
malicious software  ...:/               . .^  :.:\.
and c&c servers .:. :: /: .   .    .        . . .:\:..
from Open Source   :: /:               .  ^ .  . .:\:.
platforms like: :.:. /.                        .  .:\.
Malshare, Malcode,..|:                    .  .  ^. .:|
Google,.  : ..::... |         .                . . !:|
Cymon - vxvault:. ::\(                           . :)/
cybercrime tracker,.|. ######              .#######::|
and pony c2  : .  ::|.#######             ..########:|
  .. ::.  :.... ... :\ ########          :######## :/
You are dealing :. -.:\ ########       . ########.:/:
with real malware,. :.:\. #######       #######..:/..
BE CAREFUL!  . . : .:..:.\           .   .   ..:/..::
   .   .   .  .. :  -::::.\.       | |     . .:/::...
++..:  :::. ... :.":.  + ::.\             ..:/...::+.
github.com/woj-ciech: .:::.:.\.           .:/::..+...
.   .   .  :      : ....::_:..:\   ___   :/..:: ..::.
python ddom.py -h for help :.:.:\      :/.:.:...::::
Detailed usage  on github ..  .:.|\  .:/|asciiworld.com
     .         +   .  .  ...:: ..|  --.:|:::..+:...::
example: . .   .  .  . ... :..:.."(....)"..:..: ...:.
python ddom.py -s cymon -cs vxvault ponyc2 --output
python ddom.py -s malshare malcode google --export
++++++++++++++++++++++++++++++++++++
Brought to you by Malshare
A free Malware repository providing researchers access to samples, malicous feeds, and Yara results.
http://malshare.com
++++++++++++++++++++++++++++++++++++
can only concatenate str (not "bytes") to str
lemaximedu66 commented 1 year ago

yes i have the same issue