diff options
| author | 0xRushi <rushikeshnerkar16@gmail.com> | 2025-12-06 17:20:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-06 17:20:07 +0000 |
| commit | 475ef0b01bd67aa608b0478ea475ad75f4539263 (patch) | |
| tree | 38cdbbe7fff372379e85774c54a41ec555728794 | |
| parent | 80d537e452461c67ff26c0606e5f9f2162dd0666 (diff) | |
Add author and date comments to auto_nxc.py
Added author and date comments to the script.
| -rw-r--r-- | auto_nxc_vuln_scanner/auto_nxc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto_nxc_vuln_scanner/auto_nxc.py b/auto_nxc_vuln_scanner/auto_nxc.py index 6db3b29..4e8d8fc 100644 --- a/auto_nxc_vuln_scanner/auto_nxc.py +++ b/auto_nxc_vuln_scanner/auto_nxc.py @@ -1,6 +1,8 @@ import subprocess import argparse +# Author : 0xRushikesh +# Date : 06/12/2025 VULNS = { 'zerologon': (False, True), |
