Nick Borshchov

Results 6 issues of Nick Borshchov

I decided to scan large amount of files and directories in one scan and received this error: `runtime: program exceeds 10000-thread limit kics/pkg/analyzer/analyzer.go:241 kics/pkg/analyzer/analyzer.go:247` Scanned path is like 250+ gb...

bug
community

when folder has name "some_folder.js" this tool thinks that it is a file for scanning and drop in 'illegal operation on a directory' error ![Screenshot from 2021-11-08 15-44-02](https://user-images.githubusercontent.com/56702121/140752591-47d48c1a-6d71-4ff5-ac3e-a59e5a87fb94.png) Solution: add...

``` Traceback (most recent call last): File "Bughound/bughound.py", line 53, in findings = p.get_functions(verbose) File "Bughound/core/parser.py", line 114, in get_functions code_snippet+= lines[line_number] IndexError: list index out of range ``` When...

What I did: 1. `git clone https://github.com/mhaskar/Bughound` 2. `pip3 install -r requirements.txt` 3. `python3.9 Bughound/bughound.py --path TARGET_FOLDER_IN_SAME_DIR --language python --name Test --extension .php`

when I run `./xray_linux_amd64 webscan --basic-crawler http://example.com --json-output result.json` I don't get result file. I ttried to use different pathes and names, but it doesn't work tried to run in...

Line 64-65 in csp_parser.py: elif 'content-security-policy-report-only' in r.headers: csp_header = r.headers["content-security-policy-report-only:"] There is no key " content-security-policy-report-only: " - need to delete " : " in the end, then everything...