4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / .gitignore GITIGNORE
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environment
venv/
ENV/
env/
.venv/
.ENV/
.env/
pip-selfcheck.json

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# PyInstaller
*.manifest
*.spec

# Flask and Django stuff:
instance/
.webassets-cache
*.db
*.sqlite3

# Logs from exploit
logs/
*.log

# Screenshots (if not versioning images)
# Comment this out if you're tracking screenshots
# screenshots/

# Local files
*.swp
*.bak
*~
*.tmp

# Editors/IDEs
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# Jupyter Notebook checkpoints
.ipynb_checkpoints

# macOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Packaging
*.zip
*.tar.gz
*.rar