Skip to content

Instantly share code, notes, and snippets.

@sec-js
Created October 19, 2022 21:09
Show Gist options
  • Save sec-js/89f556aee6c53da04492f2886ebee728 to your computer and use it in GitHub Desktop.
Save sec-js/89f556aee6c53da04492f2886ebee728 to your computer and use it in GitHub Desktop.

Script auth-spoof Script types: portrule Categories: malware, safe Download: https://svn.nmap.org/nmap/scripts/auth-spoof.nse

Script Summary Checks for an identd (auth) server which is spoofing its replies.

Tests whether an identd (auth) server responds with an answer before we even send the query. This sort of identd spoofing can be a sign of malware infection, though it can also be used for legitimate privacy reasons.

Example Usage nmap -sV --script=auth-spoof Script Output PORT STATE SERVICE REASON 113/tcp open auth syn-ack |_auth-spoof: Spoofed reply: 0, 0 : USERID : UNIX : OGJdvM Requires comm shortport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment