Ryan O'Horo
Ryan O'Horo
I'd like a set of configurable strings to be ignored when tests are executed. I've found that the following strings cut down on false positives for things like hex and...
http-wordpress-info.nse and hostmap-hackertarget.nse aren't backward compatible with some older versions of nmap (6.25, 6.40) because the stdnse.lua method contains() didn't exist. Project requires at least 6.45 to function properly.
When the script fails to connect to a site for whatever reason, the content will be empty and error handling isn't sufficient. ``` NSE: http-wordpress-info against 10.0.0.24:80 threw an error!...
When running setup: ``` python2 setup.py install File "setup.py", line 21 setup_requires=['pytest-runner',], ^ SyntaxError: invalid syntax ``` Appears the preceding line is missing a comma. Adding this comma allows successful...
**Describe the change** Scanners had an `init()` function that could be used before the first execution of the scanner, however, it did not have access to the config `options`, limiting...
**Is your feature request related to a problem? Please describe.** Strelka clients cannot query what files Strelka already has in the Gatekeeper cache. This causes clients to consume excessive bandwidth...
**Is your feature request related to a problem? Please describe.** The filestream client waits for a request to fully complete before terminating the thread. This counts towards the concurrency limit....
**Describe the bug** When analyzing 7za.exe with Strelka, the `cab_file` flavor is applied, leading to it being processed by ScanLibarchive erroneously. c136b1467d669a725478a6110ebaaab3cb88a3d389dfa688e06173c066b76fcf 7za.exe ```json { "depth": 0, "flavors": { "mime":...
**Describe the bug** When running the fixture `src/python/strelka/tests/fixtures/test_password.doc` through openshot with the current backend configuration, ScanEncryptedDoc does not process it, as would be expected. **Steps to reproduce** ``` ./strelka-oneshot -f...
Running [SimpleTempSensor](https://github.com/arduino-libraries/Arduino_LSM6DS3/tree/master/examples/SimpleTempSensor) results in readTemperature() returning nonsensical values that change based on the temperature. ``` Temperature sensor sample rate = 52.00 Hz Temperature reading in degrees C T 123.12 126.44...