Skip to content

Instantly share code, notes, and snippets.

@5kr1p7
Created November 26, 2025 08:22
Show Gist options
  • Select an option

  • Save 5kr1p7/8457427f4c26e218dcb49ed7086632ab to your computer and use it in GitHub Desktop.

Select an option

Save 5kr1p7/8457427f4c26e218dcb49ed7086632ab to your computer and use it in GitHub Desktop.
IVRE network recon framework

IVRE

WebSite: https://ivre.rocks/
GitHub: https://github.com/ivre/ivre

Reset database

echo yes | ivre view --purgedb

Scan

nmap --log-errors --open -T3 -Pn -sS -sV --version-all \
-p 22,80,443,1723,5050,5060,5223,8070,8893,8894,17568,31414,45555,48080,48081,58080 \
-O -A \
-oX /ivre-share/20251126_tcp.xml -iL /ivre-share/office_ips.txt

Import results to database

ivre scan2db --open-ports -s VDS -c pscan_20251126 /ivre-share/20251126_tcp.xml

Parse database

ivre db2view --no-merge nmap --category pscan_20251126
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment