.editorconfig
.gitignore
DISCLAIMER.txt
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yaml
.github/workflows/publish-testpypi.yaml
.github/workflows/release.yaml
docs/demo.gif
shadowgate/__init__.py
shadowgate/_version.py
shadowgate/cli.py
shadowgate/client.py
shadowgate/engine.py
shadowgate/logging_setup.py
shadowgate.egg-info/PKG-INFO
shadowgate.egg-info/SOURCES.txt
shadowgate.egg-info/dependency_links.txt
shadowgate.egg-info/entry_points.txt
shadowgate.egg-info/requires.txt
shadowgate.egg-info/top_level.txt
shadowgate/data/__init__.py
shadowgate/data/user_agents.json
shadowgate/data/wordslist.json
shadowgate/entities/__init__.py
shadowgate/entities/proxy.py
shadowgate/entities/result.py
shadowgate/utils/__init__.py
shadowgate/utils/misc.py
shadowgate/utils/proxy_helper.py
shadowgate/utils/useragent_helper.py
shadowgate/utils/wordlist_helper.py
tests/__init__.py
tests/test_entities_proxy.py
tests/test_logging_setup.py
tests/test_utils_proxy_helper.py
tests/test_utils_wordlist_useragent.py