by ADIL Infinity x · White Devils Team
Made for students. Press 1 — AI does the rest.
Finds devices, builds the wordlist, runs a real LAN password test.
██╗ ██╗ ██████╗ ██████╗ ██████╗
╚██╗██╔╝ ██╔══██╗██╔══██╗██╔═══██╗
╚███╔╝ ██████╔╝██████╔╝██║ ██║
██╔██╗ ██╔═══╝ ██╔══██╗██║ ██║
██╔╝ ██╗ ██║ ██║ ██║╚██████╔╝
╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝
AI Full Auto · easy mode for students
git clone https://github.com/Infinity-X202/xpro.git
cd xpro
sudo ./install.sh
xprogit clone https://github.com/Infinity-X202/xpro.git
cd xpro
pip install rich
python xpro.pyOr double-click / run: xpro.cmd
Windows (this PC):
cd C:\Users\adil\Desktop\xpro
git pull
python xpro.pyKali / Linux (if you used install.sh):
cd xpro
git pull
sudo ./install.sh
xproIf you see
command not found/comando non trovatoforxpro:
on Windows usepython xpro.py(or.\xpro.cmd).
on Linux runsudo ./install.shagain so thexprocommand is created.
Then:
- Answer Yes (this is your network)
- Choose 1 — AI FULL AUTO
- Answer Yes one more time
AI will:
| Step | What happens |
|---|---|
| 1 | Discover hosts on your Wi‑Fi/LAN |
| 2 | Deep scan (26+ ports) + banners |
| 3 | Classify roles (router, camera, NAS, Windows…) + risk ranking |
| 4 | Create ai_wordlist.txt automatically |
| 5 | Run a real password test (HTTP Basic / FTP) on the top LAN target |
No hard questions. No ports to type. No wordlist to invent.
Optional bonus: if Ollama is running locally, AI also prints extra tips.
ollama serve
ollama pull llama3.2| # | Button | For |
|---|---|---|
| 1 | AI FULL AUTO | Students — recommended |
| 2 | Find devices | See who is online |
| 3 | Scan one device | Ports + banners |
| 4 | Protection score | 0–100 network score |
| 5 | Password attack (manual) | Advanced / custom |
| 6 | Make a wordlist (manual) | Advanced / custom |
| 0 | Exit |
python3 demo_target.py 8099 &
xpro
# choose 1 (AI) OR 5 → HTTP Basic → 127.0.0.1 → port 8099
# demo password: admin / 1234WPA2/WPA3 is strong. X PRO AI focuses where home labs still fail: weak router/IoT logins on the LAN.
Use only on networks/devices you own or have written permission to test.
Unauthorized scanning or password attacks are illegal. You are responsible for your use.
- Python 3 + Rich CLI
ai_engine.py— decisions, ranking, AI wordlist (+ optional Ollama)generate_test_wordlist.py— controlled lab wordlists- Best on Kali / Debian; works on Windows for many features
Stay safe. — X PRO
ADIL Infinity x · White Devils Team