Skip to content

Repository files navigation

X PRO

Home Network Security Auditor · v2.1

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

Start in 30 seconds

Kali / Linux

git clone https://github.com/Infinity-X202/xpro.git
cd xpro
sudo ./install.sh
xpro

Windows (easy)

git clone https://github.com/Infinity-X202/xpro.git
cd xpro
pip install rich
python xpro.py

Or double-click / run: xpro.cmd

Update to the latest version

Windows (this PC):

cd C:\Users\adil\Desktop\xpro
git pull
python xpro.py

Kali / Linux (if you used install.sh):

cd xpro
git pull
sudo ./install.sh
xpro

If you see command not found / comando non trovato for xpro:
on Windows use python xpro.py (or .\xpro.cmd).
on Linux run sudo ./install.sh again so the xpro command is created.

Then:

  1. Answer Yes (this is your network)
  2. Choose 1 — AI FULL AUTO
  3. 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

Easy menu

# 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

Practice safely (school / home lab)

python3 demo_target.py 8099 &
xpro
# choose 1 (AI)  OR  5 → HTTP Basic → 127.0.0.1 → port 8099
# demo password: admin / 1234

Why not “break Wi‑Fi”?

WPA2/WPA3 is strong. X PRO AI focuses where home labs still fail: weak router/IoT logins on the LAN.


Legal

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.


Stack

  • 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

About

X PRO v2.1 — Student-friendly AI home LAN auditor. Press 1: AI finds devices, builds the wordlist, and runs a real authorized password test. WPA2/WPA3-aware — focuses on weak router/IoT logins.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages