ayedaemon

Results 4 comments of ayedaemon

This got me too. Seems like it is a typo error. I have created a PR #196 for the same.

Multi threading is a not-so-good idea in python due to GIL. I think we should go for [multi-processing](https://docs.python.org/3.6/library/multiprocessing.html) if we need to speed-up the task.

I'm getting another false positive from gitlab detector. Source file (test.lua) ``` local test_var = { "*\\gitlab-runner\\*", "*verbosity=diagnostic*" } ``` Trufflehog Results: ``` 🐷🔑🐷 TruffleHog. Unearth your secrets. 🐷🔑🐷 2024-07-16T16:17:56+05:30...

@themayanksingh Do check the internet connectivity for your system. I just checked and it worked for me for the same command ``` (env)> **python virustotal_subdomain_enum.py google.com 30** URL being queried:...