Skip to content

Instantly share code, notes, and snippets.

@sec-js
Created October 19, 2022 21:11
Show Gist options
  • Save sec-js/73fb66f282ce2610fa90891af61d1527 to your computer and use it in GitHub Desktop.
Save sec-js/73fb66f282ce2610fa90891af61d1527 to your computer and use it in GitHub Desktop.
**root@KaliLinux** **:****~****\# nmap -sT 172.16.36.135 -p 22 --script=banner**
**
**
Nmap also used the banner script to collect the service
banner associated with that port. This same technique can be applied to a sequential range
of ports using the -- notation:
**root@KaliLinux** **:****~****\# nmap -sT 172.16.36.135 -p 1-100 --script=banner**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment