Skip to content

itres-labs/CVE-2025-1868

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVE-2025-1868: Advanced IP Scanner & Advanced Port Scanner NTLM Leakage HTTP Tester

Small dockerized PHP app that triggers an NTLM handshake and extracts the claimed domain, user, and workstation from NTLM Type 3 messages.

It does not validate passwords.
It does not store challenges.
It only logs claimed identity and request metadata.

This is useful to confirm when a scanner or troubleshooting workflow is causing outbound NTLM authentication over HTTP.

Important: Must be published on host port 80. If you publish it on a different port, validation may fail.

+Info: https://labs.itresit.es/2026/01/03/cve-2025-1868-unpatched-advanced-ip-scanner-silently-exposes-ntlm-during-scans/

1. Running in docker mode

./run.sh

Logs

tail -f data/scan.log

2. Standalone deployment

src/index.php is fully self-contained and can run as a standalone endpoint on any web server that can execute PHP (e.g., Apache + mod_php, Nginx + PHP-FPM, ...).

Quick start for standalone deployments

  1. Copy index.php to your web root (or to a dedicated virtual host), for example:

    • Apache: /var/www/html/index.php
    • Nginx: your site root, served via PHP-FPM
  2. Ensure the process user can write the log file (default: ../scan.log)

3. References

About

CVE-2025-1868: Advanced IP Scanner & Advanced Port Scanner NTLM Leakage HTTP Tester

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published