forked from 7h30th3r0n3/Raspyjack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (41 loc) · 832 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (41 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
RPi/
__pycache__/
# --- device-specific / personal config (protect your info) ---
gui_conf.json
*.bak
*.tmp
*.swp
# --- secrets & keys (never commit) ---
*.pem
*.key
id_rsa*
*.env
.env
discord_webhook_local.txt
# device-generated secrets / tokens (WebUI, Wigle, Tailscale, etc.)
.webui_token
.webui_auth.json
.webui_session_secret
.wigle_credentials.json
.tailscale_auth_key
*_credentials.json
*.authkey
# --- captured loot / live-engagement data (keep shipped samples, ignore new captures) ---
loot/payload.log
loot/**/*.pcap
loot/**/*.pcapng
loot/**/*.cap
loot/**/*.hccapx
loot/**/*.hash
loot/**/*.john
loot/**/*.potfile
loot/**/*.xml
loot/Responder/
loot/Handshakes/
loot/Credentials/
loot/Screenshots/
# --- stored wifi credentials ---
wifi/configs/
*.wpa_supplicant.conf
# --- frame mirrors / runtime scratch ---
*.frame