-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathu_capture_future_instructions.txt
More file actions
78 lines (62 loc) · 3.49 KB
/
u_capture_future_instructions.txt
File metadata and controls
78 lines (62 loc) · 3.49 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
╔══════════════════════════════════════════════════════════════════════════════════╗
║ 🦑 U_CAPTURE FUTURE USAGE INSTRUCTIONS 🦑 ║
║ ║
╚══════════════════════════════════════════════════════════════════════════════════╝
📋 QUICK START:
────────────────
1. Always run with sudo:
→ sudo u_capture
2. Make sure you have a compatible WiFi adapter that supports monitor mode
3. Ensure no other network monitoring tools are running
🔧 PREREQUISITES:
─────────────────
• Compatible WiFi card with monitor mode support
• Root privileges (sudo)
• Required tools: tshark, arp-scan, dsniff, xterm
• At least 100MB free disk space for captures
🚀 AUTOMATED STARTUP:
─────────────────────
You can create an alias for quick access:
Add to your ~/.bashrc or ~/.zshrc:
alias ucap='sudo u_capture'
Then simply run:
ucap
🎯 MANUAL EXECUTION STEPS:
──────────────────────────
1. Open terminal
2. Navigate to script directory (if not in PATH)
3. Run: sudo ./u_capture
🛠️ TROUBLESHOOTING:
───────────────────
• If u_capture fails, run: sudo u_systemcheck
• Check WiFi card: iwconfig
• Verify monitor mode: sudo airmon-ng
• Kill interfering processes: sudo airmon-ng check kill
📁 CAPTURE LOCATIONS:
─────────────────────
Default capture folder: /home/$USER/Desktop/u_captures/
To change capture location, edit the DESKTOP_PATH variable in u_capture script.
⚡ QUICK COMMANDS:
──────────────────
• Check system compatibility: sudo u_systemcheck
• Start capture: sudo u_capture
• List WiFi interfaces: iwconfig
• Check monitor mode: iwconfig | grep Mode
• Kill all u_systemcheck processes: sudo pkill -f u_systemcheck
🔒 SECURITY NOTES:
──────────────────
• Always run in controlled environments
• Ensure you have permission to monitor networks
• Captures may contain sensitive data - handle responsibly
• Delete captures after analysis
📞 SUPPORT:
───────────
If issues persist:
1. Run system check: sudo u_systemcheck
2. Check WiFi adapter compatibility
3. Verify all dependencies are installed
4. Ensure no conflicting processes are running
Remember: u_capture requires WiFi monitor mode support to function properly!
╔══════════════════════════════════════════════════════════════════════════════════╗
║ 🎯 END OF INSTRUCTIONS 🎯 ║
╚══════════════════════════════════════════════════════════════════════════════════╝