Initial import: ultra-small bruteforce tool, docs, and .gitignore

This commit is contained in:
2025-07-04 23:43:25 +00:00
parent 15a5f50365
commit 3b51303ab6
21 changed files with 6334 additions and 59 deletions

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# Ignore wordlist files
wordlist*
# Common wordlist patterns
*.txt
!README*.txt
# Docker build artifacts
*.tar
*.tar.gz
# Temporary files
*.tmp
*.temp
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
# Build artifacts
bruteforce
*.o
*.a