Skip to content

Commit 8aa0a48

Browse files
committed
Add usage to subdomain script
1 parent e37f2f6 commit 8aa0a48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/subdomain.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import os
22
import sys
33

4+
#usage: python3 subdomain.py https example.com
5+
#usage: python3 subdomain.py http outdated.htb "-fc 301"
6+
47
args = sys.argv
58

69
protocol = args[1]

0 commit comments

Comments
 (0)