arzzen

Results 22 comments of arzzen

@m4ll0k same issue here ``` python3 SecretFinder.py -i https://test.test/assets/frontend/cache/scripts-cab86ccc6d-min.js [ + ] URL: https://test.test/assets/frontend/cache/scripts-cab86ccc6d-min.js Traceback (most recent call last): File "SecretFinder.py", line 435, in matched = parser_file(file,mode) File "SecretFinder.py", line...

Detailed stats for today should have had more info, like: - most changed files - different between yesterday and today (commits, files modified, line insertions, line deletions) - first today...

Hi @xTdub, Have you try to use the [pathspec](https://github.com/arzzen/git-quick-stats#git-pathspec) definition? eg. include specific directory: `export _GIT_PATHSPEC=':directoryname*' && git-quick-stats`

Hi, there is another alias instead of `= 2+2` , you can use `calc 2+2`

hi @Szmiglo you can try use 1925 port? or you can scan all port on your tv ip with nmap `nmap -p0-65535 yourip -T5` --- my output: ``` PORT STATE...

The API works correctly, it is possible that there was a short-term outage. Now, everything is working fine.

data is updated 5 minutes after midnight, ecb source update are after 4 p.m (UTC time)

@xuegao-tzx Why do you need to send POST requests?

API requests are cached by default. You can try to add an additional parameter &v=_actual_date_ in the query, where _actual_date_ enter the day in the format for example Y-m-d (or...