PhiBo
PhiBo
Overpass turbo supports some handy shortcuts. - {{geocodeId:name}} - {{geocodeArea:name}} - {{geocodeBbox:name}} - {{geocodeCoords:name}} http://wiki.openstreetmap.org/wiki/Overpass_turbo/Extended_Overpass_Queries
Add a command-line interface. ``` $ overpy -i input.overpass -f format -o output.xml ```
If have tried to add some features like performance data, reporting and other stuff. But ended up with rewriting most of the plugin code. Feel free to have a look...
Reported by @tyll for pysslscan DinoTools/pysslscan#28 : "3DES is currently reported with 168 bits because of its key size, but the security level is only 112 bits: https://www.ietf.org/rfc/rfc2246.txt (page 57)...
Draw a ASCII progress bar to indicate the status of the scan process.
The sslscan fork from rbsec(https://github.com/rbsec/sslscan/) has support for a nice and colourful output format. This format should be added as a new output handler.
I have added a new type ParseDateAndTime to parse timestamps from DisplayString and report it as unix timestamp. Please have a look and report if something is missing. This fixes...
### Host operating system: output of `uname -a` Docker on Linux ### snmp_exporter version: output of `snmp_exporter -version` ``` snmp_exporter, version 0.26.0 (branch: HEAD, revision: 44f8732988e726bad3f13d5779f1da7705178642) build user: root@90ba0aabb239 build...
## Describe the bug By default PluginDir and PluginContribDir are set to ```/usr/lib/nagios/plugins```. https://github.com/Icinga/icinga2/blob/8beb0b74ab9f8402abf4a05b9b768d312304e3f0/CMakeLists.txt#L54 As long as I install my plugins manually into the plugin directory everything works fine. But...