Results 34 comments of Michal Ambroz

Hello Andrew, what about for example https://iptoasn.com/ ? They offer free tab separated IP to countrycode. Clear license, they claim to update the basic data hourly. Or this one -...

Having Radare 2.50 on fedora 27 as well. The issue seem really about the whitespaces in the rarun2 file - looking on some examples and past bug reports I tend...

Still the "permission denied" is strange - I do not have any explanation for that one. Please @Daniele-B could you try running with "strace r2 -e dbg.profile = blabla.rr2" to...

Interesting - in the strace we can see that some directories are not where it should be, but nothing about permission denied. Possibly it could be in some sub-process. Please...

qt5-qtbase-5.15.2-15.fc33.x86_64 qt5-qtbase-common-5.15.2-15.fc33.noarch qt5-qtbase-devel-5.15.2-15.fc33.x86_64

Seems to be issue with all the QT5 builds, The QT4 builds work ok. Tested with : - 0.4.0.3 ... OK - 0.5.2 ... SIGSEGV - 0.5.3.2 ...SIGSEGV

There is one more script needing to fix - modules/python/util/logsql2postgres.py $ grep -R emu_serivce * modules/python/util/logsql2postgres.py: emu_serivce, modules/python/dionaea/logsql.py: """SELECT emu_serivce FROM emu_services LIMIT 1""") modules/python/dionaea/logsql.py: emu_serivce INTEGER PRIMARY KEY, modules/python/dionaea/logsql.py:...

BTW it is not only about the prefix, but about location of the files for example: modules/python/util/readlogsqltree.py: dbpath = '/opt/dionaea/var/dionaea/logsql.sqlite' In instalation to prefix of /usr I would actually like...

Still issue in 0.11.0 modules/python/util/gnuplotsql.py: dest="database", default="/opt/dionaea/var/dionaea/logsql.sqlite") modules/python/util/readlogsqltree.py: dbpath = '/opt/dionaea/var/dionaea/logsql.sqlite'