Mario Vilas
Mario Vilas
Example portscan results: ``` Wed Sep 25 16:08:33 2013 ms-wbt-server (3389/tcp) 192.168.0.6 High general/tcp 192.168.0.6 Medium (...) (...crap...) (...etc here go the results...) ```
Example CPE results: ``` 192.168.0.27 192.168.0.27 general/CPE-T CPE Inventory 0.0 None NOCVE NOBID Log 192.168.0.27|cpe:/o:microsoft:windows Log ```
We should also try an authenticated scan against an SSH server, to see what checks does OpenVAS perform locally in that case.
500px.com: https://github.com/reiven/pynientos
This is required for ticket #171.
This is what CouchDB looks like from Python: http://wiki.apache.org/couchdb/Getting_started_with_Python But this greatly improves things: http://nicolaisi.github.io/couchquery/ Still, no graph support it seems, and the IDs are completely independent of our IDs....
MongoDB seems pretty much identical: https://api.mongodb.org/python/current/tutorial.html Apparently no JavaScript would be needed, all we need can be done from PyMongo. There are also ORM-like layers on top of it, but...
Bulbflow is a graph database API. Seems fairly simply to use, but requires a fixed model to work with, so it may be more complicated to use for us since...
Redis could be interesting. It's key-value based. http://redis.io/ There's a client for Python: https://github.com/andymccurdy/redis-py A wrapper to implement graphs on top of it: https://pypi.python.org/pypi/redis_graph And it also works as a...
I haven't looked much into Titan, but it seems like an overkill: http://thinkaurelius.github.io/titan/