Commit Graph

4 Commits

Author SHA1 Message Date
alexpolo1
185d865db9 security: replace hardcoded Discord webhook URLs with environment variable
- Remove leaked Discord webhook URL from autologin_no_attack.py
- Replace all hardcoded webhook URLs with os.environ.get('DISCORD_WEBHOOK_URL')
- Add .env.example file with webhook configuration template
- Add .gitignore to prevent .env files from being committed
- Affected files: autologin.py, autologin_no_attack.py, autocraft9x9.py, raidfarm2.py, trader.py, trader2.py, trader_laptop.py, trader_laptopv2.py, trader_wayland.py, trader_win.py, traderv2.py
- Improves security by separating configuration from code
2026-03-01 09:20:29 +01:00
alex
86da40fbfe test 2024-01-01 22:02:10 +01:00
alex
6b660b0716 no_attack 2023-12-30 22:35:11 +01:00
alex
04f93cc14a check1 2023-12-05 22:01:45 +01:00