Created
April 7, 2022 13:43
-
-
Save pry0cc/77adca02b1ac4e19304927ef3b4df10c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
url="$1" | |
domain=$(echo "$url" | unfurl domain) | |
pat=$(echo "$url" | unfurl path) | |
nmap -T4 -p80,443 -Pn -sV "$domain" --script http-ntlm-info --script-args http-ntlm-info.root="$pat" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment